[PATCH 0/7] kill: modernization after undeprecation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Karel, et.al.,

Here are few patches to kill which was undeprecated late last year, see
commit 32fca0e9c49599667d19f157fade6fa46908271a.  I had a look of the
command and decided it should get the same usage(), coding style, etc,
fixes that are done to other commands earlier.

The only notable change in this series is second last patch which will
make kill to use pid_t.  I am sure that is better than having int
representing pids, altough int might often work.  The patch also makes
some pid_t's to be casted long which may be a bit overkill.  Perhaps it
is better to grant enough head room to pid space than cry when type wrap
results to kill of arbitrary process(es).


The following changes since commit 02658d9bb56976b462724b306e9e1f4385ef4b93:

  tests: make utmpdump TZ independent (2013-03-04 13:10:09 +0100)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2013wk09

for you to fetch changes up to 4f6dba8146a461dee9e62b5cf5ff62425ad01681:

  docs: add long options and tidy up kill.1 (2013-03-07 23:08:53 +0000)

----------------------------------------------------------------
Sami Kerola (7):
      kill: add long options
      kill: align with howto-usage-function.txt
      kill: use libc error printing facilities and exit values
      kill, procs: fix coding style
      kill, procs: move function declarations to kill.h
      kill, procs: use pid_t for pids
      docs: add long options and tidy up kill.1

 misc-utils/kill.1  |  88 ++++++-----
 misc-utils/kill.c  | 442 ++++++++++++++++++++++++++---------------------------
 misc-utils/kill.h  |   8 +-
 misc-utils/procs.c | 170 +++++++++++----------
 4 files changed, 360 insertions(+), 348 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux