]> granicus.if.org Git - procps-ng/log
procps-ng
13 years agopwdx: re-create invalid process id check
Sami Kerola [Mon, 26 Dec 2011 17:42:05 +0000 (18:42 +0100)]
pwdx: re-create invalid process id check

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoUpdated NEWS with new items for procps-ng 3.3.2 v3.3.2
Craig Small [Fri, 6 Jan 2012 05:48:09 +0000 (16:48 +1100)]
Updated NEWS with new items for procps-ng 3.3.2

13 years agodocs: add preload paths to sysctl.conf.5
Sami Kerola [Thu, 5 Jan 2012 20:27:15 +0000 (21:27 +0100)]
docs: add preload paths to sysctl.conf.5

The patch also has other maintenance fixes, such as man header fixes,
high lighting corrections and add bug report address.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodocs: clarify slabtop sort criteria listing
Sami Kerola [Thu, 5 Jan 2012 19:11:34 +0000 (20:11 +0100)]
docs: clarify slabtop sort criteria listing

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoslabtop: total slabs & caches header fix
Sami Kerola [Thu, 5 Jan 2012 18:39:41 +0000 (19:39 +0100)]
slabtop: total slabs & caches header fix

Commit 0ac63f5bc173b09fc41fbab8776025d18621b93e messed up header
print order; the Total Slabs and Total Caches where reported in place
of each other.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodocs: watch manual update about -e option behaviour change
Sami Kerola [Thu, 5 Jan 2012 11:23:46 +0000 (12:23 +0100)]
docs: watch manual update about -e option behaviour change

Relates to: commit 7ac61b3fa112e242bb5d52bac35ad82fb5f85f11

Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
13 years agops: corrections to messages
Sami Kerola [Thu, 5 Jan 2012 11:11:04 +0000 (12:11 +0100)]
ps: corrections to messages

Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
13 years agopgrep: correction to usage output
Sami Kerola [Thu, 5 Jan 2012 08:36:12 +0000 (09:36 +0100)]
pgrep: correction to usage output

Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
13 years agowatch: correct differences option, eliminate duplicate help text
Jim Warner [Wed, 4 Jan 2012 20:10:09 +0000 (14:10 -0600)]
watch: correct differences option, eliminate duplicate help text

13 years agowatch: halt screen at exit on error
Sami Kerola [Wed, 4 Jan 2012 19:11:33 +0000 (20:11 +0100)]
watch: halt screen at exit on error

This change allows user to see what was the last message before exit
on error, and when where the last update.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agowatch: include strutils.h
Sami Kerola [Wed, 4 Jan 2012 18:23:19 +0000 (19:23 +0100)]
watch: include strutils.h

Without the header strtod_or_err() returned random value.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agops: change PACKAGE_BUGREPORT to procps@freelists.org
Jim Warner [Wed, 4 Jan 2012 13:53:35 +0000 (07:53 -0600)]
ps: change PACKAGE_BUGREPORT to procps@freelists.org

13 years agops: update url for BUILD_WITH_WHINE error message
Jim Warner [Wed, 4 Jan 2012 13:11:53 +0000 (07:11 -0600)]
ps: update url for BUILD_WITH_WHINE error message

13 years agotop: add PACKAGE and LOCALEDIR to ATEOJ_RPTSTD output
Jim Warner [Wed, 4 Jan 2012 14:05:58 +0000 (08:05 -0600)]
top: add PACKAGE and LOCALEDIR to ATEOJ_RPTSTD output

13 years agoFor free -b make the variable a long long
Craig Small [Wed, 4 Jan 2012 22:37:58 +0000 (09:37 +1100)]
For free -b make the variable a long long

Bug-Debian: http://bugs.debian.org/654368

On systems with very large amonut of RAM when they use the -b or --bytes
option on free you get overflow and free shows a negative amount of
memory, which is obviously wrong.

13 years agoCheck for 0 repeat count and tests in free
Craig Small [Tue, 3 Jan 2012 23:07:31 +0000 (10:07 +1100)]
Check for 0 repeat count and tests in free

free checks for -c 0 now too.
testsuite has new checks for the checks.

13 years agofree -c option uses strutils
Craig Small [Tue, 3 Jan 2012 22:53:51 +0000 (09:53 +1100)]
free -c option uses strutils

The handling of the -c (count) option in free uses the standard string
handling and error utils.  The program also checks for negative counts
and errors on these.

13 years agofixed e and x options in watch
Craig Small [Tue, 3 Jan 2012 22:18:16 +0000 (09:18 +1100)]
fixed e and x options in watch

The -e option would print a confusing error message. This is because
most error messages in watch are one word.  This fix makes a more
sensible message about what went wrong.

The -x option exited before the endwin() function was called, so if the
child process died the terminal was left in a funky state. endwin is now
called just before the exit(8) for the -x option.

13 years agobuild-sys: correct all Makefile.am files for LOCALEDIR, etc
Jim Warner [Mon, 2 Jan 2012 15:08:58 +0000 (09:08 -0600)]
build-sys: correct all Makefile.am files for LOCALEDIR, etc

Some of the latest changes to Makefile.am files are missing.

This patch restores the LOCALEDIR variable, among others,
and dispenses with the include directives in the ps/ and top/
subdirectories since they're no longer needed.

13 years agotop: update some programmer documentation (no logic, just comments)
Jim Warner [Thu, 29 Dec 2011 17:50:32 +0000 (11:50 -0600)]
top: update some programmer documentation (no logic, just comments)

This commit corrects some outdated programmer comments.

Additionally, certain nls justifications might become
increasingly obscure with the passage of time so some
previous nls commit text has been added as comments.

13 years agops: update man document for redesigned help provisions
Jim Warner [Fri, 30 Dec 2011 23:01:15 +0000 (17:01 -0600)]
ps: update man document for redesigned help provisions

13 years agops: generalize help text logic, add related translator hints
Jim Warner [Mon, 2 Jan 2012 07:33:34 +0000 (01:33 -0600)]
ps: generalize help text logic, add related translator hints

This commit represents an experiment in nls help text support.

The word --help itself been made translatable along with the
help section names and their abbreviations.  Thus, the work of
the translators will ultimately alter program run-time behavior.

Perhaps someday all "long" options can behave in a similar way
which could offer a considerable benefit to other languages.
Instead of translationg just option descriptions, the long
forms of those options could also be transalated.

This commit also:
 . includes the section abbreviations in --help output
 . isolates all --help support in the ps/help.c module
 . provides (hopefully) meaningful Translator guidance
 . removes --help support from the ps/common.h header
 . removes --help support from the ps/parser.c module
 . eliminates tabs in line with the style of other ps modules
 . eliminates the need for the include/c.h header file

13 years agops: exclude debugging only code from participation in nls support
Jim Warner [Mon, 7 Nov 2011 16:21:41 +0000 (10:21 -0600)]
ps: exclude debugging only code from participation in nls support

This commit is prmarily concerned with elimnating deugging only
code from the nls template file.

It also eliminates any remaing useless trailing whitespace.

13 years agops: minor reformatting and trailing whitespace elimination
Jim Warner [Tue, 27 Dec 2011 22:22:43 +0000 (16:22 -0600)]
ps: minor reformatting and trailing whitespace elimination

This patch mostly reorganizes include files and eliminates
some useless trailing whitespace.

It also adopts the standard procps-ng unconditional approach
to nls initialization.

13 years agops: trade cumbersome GNU attributes with less wordy alternatives
Jim Warner [Mon, 2 Jan 2012 07:26:45 +0000 (01:26 -0600)]
ps: trade cumbersome GNU attributes with less wordy alternatives

13 years agoChanged the err and warns to macros
Craig Small [Tue, 3 Jan 2012 07:48:43 +0000 (18:48 +1100)]
Changed the err and warns to macros

err and warn are BSD format but they are not recommended by library
developers.  However their consiseness is useful!

The solution is to use some macros that create xerr etc which then
just map to the error() function.  The next problem is error() uses
program_invocation_name so we set this to program_invovation_short_name

This is a global set but seems to be the convention (or at least errors
are on the short name only) used everywhere else.

13 years agoMade the c and nls include explicit
Craig Small [Mon, 2 Jan 2012 06:46:17 +0000 (17:46 +1100)]
Made the c and nls include explicit

These two includes need the path otherwise the make distcheck fails.
I suspect its actually a ps/Makefile.am problem

13 years agoUpdated testsuite files for new NLS output
Craig Small [Mon, 2 Jan 2012 06:39:41 +0000 (17:39 +1100)]
Updated testsuite files for new NLS output

13 years agotranslations: group usage texts
Sami Kerola [Tue, 27 Dec 2011 20:46:16 +0000 (21:46 +0100)]
translations: group usage texts

Reference: http://www.freelists.org/post/procps/backporting,5
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agow: fix broken -o (old-style) short form option
Jim Warner [Wed, 28 Dec 2011 07:27:27 +0000 (01:27 -0600)]
w: fix broken -o (old-style) short form option

13 years agobuild-sys: re-enable 'dist' build
Jim Warner [Mon, 26 Dec 2011 22:47:19 +0000 (16:47 -0600)]
build-sys: re-enable 'dist' build

The 'build-sys: re-enable out of tree build' commit
failed to also address the 'dist' target errors.

13 years agoMerge branch 'master' into nls
Craig Small [Sun, 25 Dec 2011 22:11:27 +0000 (09:11 +1100)]
Merge branch 'master' into nls

Conflicts:
configure.ac
pmap.c
ps/Makefile.am

13 years agoRenaming libprocfs to libprocps
Craig Small [Thu, 22 Dec 2011 22:18:43 +0000 (09:18 +1100)]
Renaming libprocfs to libprocps

The library used to be called libprocps but it was renamed to make sure
there was only one. However the formatting of the library SONAME has
changed so there cannot be any confusion.

libprocps makes it clear that its a library from this project and not a
set of functions directly on the filesystem.

13 years agoFixed pmap -x Kbytes column
Craig Small [Thu, 22 Dec 2011 13:44:23 +0000 (00:44 +1100)]
Fixed pmap -x Kbytes column

The Kbytes column when using the pmap -x flag would always be zero. This
was because the diff variable was reset before it could be printed.
pmap with no -x was not impacted by this bug or fix.

13 years agoFixed slabtop -o crash
Craig Small [Thu, 22 Dec 2011 12:53:17 +0000 (23:53 +1100)]
Fixed slabtop -o crash

printw should only be used for ncurses enabled screens, slabtop -o needs
to use the standard printf function, as before.

13 years agotop: update README with benchmarks using NLS support
Jim Warner [Wed, 21 Dec 2011 16:36:15 +0000 (10:36 -0600)]
top: update README with benchmarks using NLS support

13 years agotop: additions to search narrative in man documment
Jim Warner [Wed, 21 Dec 2011 15:31:36 +0000 (09:31 -0600)]
top: additions to search narrative in man documment

13 years agotop: final cleanup following nls conflict resolutions
Jim Warner [Tue, 20 Dec 2011 21:17:26 +0000 (15:17 -0600)]
top: final cleanup following nls conflict resolutions

This patch represents the final resting place for miscellaneous
changes not otherwise encountered or for which the resolution
was incomplete or incorrect.

13 years agotop: adapt 'locate/find next' search capability for nls
Jim Warner [Tue, 20 Dec 2011 20:43:54 +0000 (14:43 -0600)]
top: adapt 'locate/find next' search capability for nls

13 years agotop: changed 'err' to 'errmsg', avoid conflict with <err.h>
Jim Warner [Fri, 9 Dec 2011 17:10:30 +0000 (11:10 -0600)]
top: changed 'err' to 'errmsg', avoid conflict with <err.h>

13 years agotop: streamlined creation of nls string tables
Jim Warner [Wed, 7 Dec 2011 10:41:14 +0000 (04:41 -0600)]
top: streamlined creation of nls string tables

The gettext documentation leads one to believe that
a printf type call is necessary for gettext string
extraction.  That turns out to be misleading and
all one really needs is the runtime gettext string
address resolution.

Thus, we can avoid our original snprintf/strdup
overhead and establish an address for the original
or translated string just by issuing the _() macro.

We create these nls string tables so that:
  1) top avoids the overhead of repeated
     runtime function calls
  2) we can control the order of top's
     strings in the .pot file
  3) translator comments don't obscure
     and clutter the main program

13 years agotop: corrected typos and clarified 'Translation' notes
Jim Warner [Wed, 7 Dec 2011 11:40:37 +0000 (05:40 -0600)]
top: corrected typos and clarified 'Translation' notes

13 years agotop: repositioned nls.h to avoid redefine of procps.h restrict
Jim Warner [Thu, 3 Nov 2011 22:31:00 +0000 (17:31 -0500)]
top: repositioned nls.h to avoid redefine of procps.h restrict

13 years agotop: added <stdlib.h> for VALIDATE_NLS which requires exit()
Jim Warner [Thu, 3 Nov 2011 22:23:21 +0000 (17:23 -0500)]
top: added <stdlib.h> for VALIDATE_NLS which requires exit()

13 years agotop: idiot! sometimes nls was misspelled nsl (but not anymore)
Jim Warner [Sat, 5 Nov 2011 23:34:50 +0000 (18:34 -0500)]
top: idiot! sometimes nls was misspelled nsl (but not anymore)

13 years agotop: added additional xgettext strings plus translator hints
Jim Warner [Mon, 7 Nov 2011 09:08:27 +0000 (03:08 -0600)]
top: added additional xgettext strings plus translator hints

13 years agotop: adapted/generalized comments for Makevars --add-comments=
Jim Warner [Sun, 6 Nov 2011 23:08:43 +0000 (17:08 -0600)]
top: adapted/generalized comments for Makevars --add-comments=

13 years agotop: finalized nls translation implementation
Jim Warner [Wed, 2 Nov 2011 17:30:03 +0000 (12:30 -0500)]
top: finalized nls translation implementation

13 years agotop: made prolog comments like those in procps:master
Jim Warner [Fri, 28 Oct 2011 15:28:37 +0000 (10:28 -0500)]
top: made prolog comments like those in procps:master

13 years agotop: provided for nls table integrity validation
Jim Warner [Sat, 29 Oct 2011 01:38:08 +0000 (20:38 -0500)]
top: provided for nls table integrity validation

13 years agotop: restored static to scat(), not needed in top_nls.c
Jim Warner [Fri, 28 Oct 2011 15:49:06 +0000 (10:49 -0500)]
top: restored static to scat(), not needed in top_nls.c

13 years agotop: corrected double #include missed at rebase
Jim Warner [Mon, 31 Oct 2011 08:46:39 +0000 (03:46 -0500)]
top: corrected double #include missed at rebase

13 years agotop: corrected missed escape seq from redesign
Jim Warner [Fri, 28 Oct 2011 15:30:40 +0000 (10:30 -0500)]
top: corrected missed escape seq from redesign

13 years agotop: optimization for show_special function
Jim Warner [Mon, 24 Oct 2011 22:20:45 +0000 (17:20 -0500)]
top: optimization for show_special function

13 years agotop: tweaked some xgettext emitted comments
Jim Warner [Thu, 27 Oct 2011 00:40:59 +0000 (19:40 -0500)]
top: tweaked some xgettext emitted comments

13 years agotop: added #include of proc/readproc.h to top.h
Jim Warner [Mon, 24 Oct 2011 22:18:57 +0000 (17:18 -0500)]
top: added #include of proc/readproc.h to top.h

13 years agotop: redesign Uniq_nlstab/show_special (nls quirks)
Jim Warner [Wed, 19 Oct 2011 19:14:37 +0000 (14:14 -0500)]
top: redesign Uniq_nlstab/show_special (nls quirks)

Until this patch, top had used some strings with
special escape sequences to produce colors, normal
text, bold text, etc.  They took the following form,
explained by an excerpt from program comments:
  ...
  Our special formatting consists of:
     "some text <_delimiter_> some more text <_delimiter_>...\n"
  Where <_delimiter_> is a single byte in the range of:
     \001 through \010  (in decimalizee, 1 - 8)
  and is used to select an 'attribute' from a capabilities table
  which is then applied to the *preceding* substring.
  ...

Unfortunately, these nonprinting values revealed
insurmountable inconsistencies in both the front-end
and back-end translation tools.

The xgettext (extraction) program would take those
special escapes, convert them and then output raw
binary values.  Thus the .pot file would contain
lots of unprintable stuff making it unreadable.

If the following was added to po/Makevars, most of
those special escapes would be preserved in their
escape notation:
  XGETTEXT_OPTIONS = ... --escape
But two escapes were converted from octal notation
and there was no way to prevent it:
  \007  -->  \a
  \010  -->  \b

After a pass through the msginit program, most of
the escapes were reconverted to raw binary values
making translation impossible.  There was no
"--escape" option for the back-end programs like
there was for xgettext.

But the real killer was the escape \004, also used
in some of top's special strings.  This value would
be silently accepted by xgettext, only to produce
the following fatal error in back-end programs like
msginit, msgfmt and msgen:
  .pot:2647: context separator <EOT> within string

To quote from one of the references below:
  "Would you create a suite of tools that silently
   allow what is destined to become a fatal error
   to pass unnoticed?"

So the bottom line was: top's special strings, in
use for the past nine years, had to be redesigned.

References:
http://www.freelists.org/post/procps/procpsng-nls-support,11
http://www.freelists.org/post/procps/procpsng-nls-support,14

13 years agotop: shortened some of the longer lines, mostly nls
Jim Warner [Mon, 17 Oct 2011 23:29:59 +0000 (18:29 -0500)]
top: shortened some of the longer lines, mostly nls

13 years agotop: relocated nls.h from top_nls.h to top_nls.c
Jim Warner [Sun, 16 Oct 2011 22:56:11 +0000 (17:56 -0500)]
top: relocated nls.h from top_nls.h to top_nls.c

13 years agotop: use existing unsigned vs. separate int
Jim Warner [Sun, 16 Oct 2011 21:47:55 +0000 (16:47 -0500)]
top: use existing unsigned vs. separate int

13 years agotop: corrected several programmer comments
Jim Warner [Sat, 15 Oct 2011 00:58:02 +0000 (19:58 -0500)]
top: corrected several programmer comments

13 years agotop: fix misapplied 'rh analysis #2: top' patch
Jim Warner [Wed, 19 Oct 2011 08:33:04 +0000 (03:33 -0500)]
top: fix misapplied 'rh analysis #2: top' patch

13 years agotop: finalized top nls support (or so he thought)
Jim Warner [Fri, 14 Oct 2011 16:45:44 +0000 (11:45 -0500)]
top: finalized top nls support (or so he thought)

summary of changes:
. adopted relative paths to 'include' and 'proc'
  dirs so that stand alone compiles are made
  easier and no one need guess their locations

. corrected several names for enums and macro
  usage reflecting fmt vs. txt

. expanded all octal escape sequences to a full
  3 digits since one already required 3 digits

. finalized translator hints (for now)

programming note:
  as an aside, by not including an argument for
  the gettext --add-comments, any preceeding c
  style comment will be propagated to the .pot
  file, if the gettext macro isn't empty.

  /* Need Not Say 'TRANSLATORS' ...
  snprintf(buf, sizeof(buf), "%s", _(   // unseen
  /* Translator Hint: ...
  snprintf(buf, sizeof(buf), "%s", _("" // seen

13 years agotop: provide extensive, generalized nls support
Jim Warner [Tue, 11 Oct 2011 19:02:59 +0000 (14:02 -0500)]
top: provide extensive, generalized nls support

Reviewed-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Jim Warner <james.warner@comcast.net>
13 years agotop: add gettext support
Sami Kerola [Sun, 9 Oct 2011 13:03:32 +0000 (15:03 +0200)]
top: add gettext support

Signed-off-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agotop: with lib xalloc changes, restored prior memory logic
Jim Warner [Tue, 20 Dec 2011 14:23:37 +0000 (08:23 -0600)]
top: with lib xalloc changes, restored prior memory logic

With the privatization of the library xalloc functions,
this patch restores top's previous internal memory logic.

This puts us back on a 3.3.1 (and earlier) footing wherein
memory allocation errors carry these implications:
  . if top detected, the terminal will be restored
    prior to an abnormal exit and message
  . if library detected, the terminal will become
    corrupted following the message

To my knowledge, neither type of memory error has ever occurred
during the nine years since top was rewritten.  So the issue of
restoring the termios structure is probably moot.

13 years agosysctl: enable pattern matching with path
Sami Kerola [Sun, 18 Dec 2011 15:24:36 +0000 (16:24 +0100)]
sysctl: enable pattern matching with path

Pattern matching support in `sysctl: implement --pattern option'
commit did not work when variable path was defined, for example

$ sysctl net.ipv4 -r arp.ignore

gave no output. Reason being was tht the pattern was matched agains
the specified argument and not the output variable list.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agowatch: use strtod_or_err() to validate user input
Sami Kerola [Sun, 18 Dec 2011 15:07:44 +0000 (16:07 +0100)]
watch: use strtod_or_err() to validate user input

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agotload: validate scale argument
Sami Kerola [Sun, 18 Dec 2011 14:58:48 +0000 (15:58 +0100)]
tload: validate scale argument

Earlier version crashed when negative value was provided.

$ tload -s -1
Segmentation fault

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agolib: add strtod_or_err()
Sami Kerola [Sun, 18 Dec 2011 14:52:57 +0000 (15:52 +0100)]
lib: add strtod_or_err()

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agopwdx: write errors to stderr
Sami Kerola [Sun, 18 Dec 2011 14:37:02 +0000 (15:37 +0100)]
pwdx: write errors to stderr

Includes also magic number removal (return value 1 to EXIT_FAILURE),
and proper null assignment to end of string.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoslabtop: use strutils.c to validate user input
Sami Kerola [Sun, 18 Dec 2011 14:12:06 +0000 (15:12 +0100)]
slabtop: use strutils.c to validate user input

This commit fixes also peculiar behavior of

$ slabtop -d 0

which did not make sense. The fix is to disallow anything else but
positive integers, which includes zero as is is not positive (or
negative) number.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agovmstat: validate numeric user input and allow infinte updates
Sami Kerola [Sun, 18 Dec 2011 13:55:30 +0000 (14:55 +0100)]
vmstat: validate numeric user input and allow infinte updates

The vmstat used ULONG_MAX as definition of infinite updates.  On a
computer with mighty uptime one will find that after 136 years
(assuming 1 second update interval) the vmstat exits, which is in
conflict with a promise of infinite.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agotload: validate numeric user input
Sami Kerola [Sun, 18 Dec 2011 13:29:19 +0000 (14:29 +0100)]
tload: validate numeric user input

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agosysctl: exit with error message instead of usage()
Sami Kerola [Sun, 18 Dec 2011 13:07:34 +0000 (14:07 +0100)]
sysctl: exit with error message instead of usage()

Printing usage() output at error is too noisy.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodocs: add exit values to pmap manual page
Sami Kerola [Sun, 18 Dec 2011 12:52:03 +0000 (13:52 +0100)]
docs: add exit values to pmap manual page

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agopgrep: exit with error message instead of usage()
Sami Kerola [Sun, 18 Dec 2011 12:39:28 +0000 (13:39 +0100)]
pgrep: exit with error message instead of usage()

Printing usage() output at error is too noisy.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodocs: clean up ps.1 manual page
Sami Kerola [Sun, 18 Dec 2011 01:03:28 +0000 (02:03 +0100)]
docs: clean up ps.1 manual page

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agonls: improve translations and provide translator help comments
Sami Kerola [Sat, 17 Dec 2011 17:32:47 +0000 (18:32 +0100)]
nls: improve translations and provide translator help comments

Reference: http://www.freelists.org/post/procps/backporting,1
Reported-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoother: tell what was taken from util-linux package
Sami Kerola [Wed, 7 Dec 2011 12:43:34 +0000 (13:43 +0100)]
other: tell what was taken from util-linux package

Reference: http://www.freelists.org/post/procps/backporting,1
Reported-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agonls: add functions which take translations to be used
Sami Kerola [Wed, 7 Dec 2011 12:27:21 +0000 (13:27 +0100)]
nls: add functions which take translations to be used

Add the following three functions to most of the commands.

setlocale (LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);

Reference: http://www.freelists.org/post/procps/backporting,1
Reported-by: Jim Warner <james.warner@comcast.net>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: use rpmatch() to yes/no question
Sami Kerola [Sun, 13 Nov 2011 12:23:17 +0000 (13:23 +0100)]
skill: use rpmatch() to yes/no question

The patch also removes fixed size of input, which can be problematic.
I do not know how long the string `yes' might be in all of the worlds
languages.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agovmstats: fix coding style
Sami Kerola [Sat, 22 Oct 2011 22:14:01 +0000 (00:14 +0200)]
vmstats: fix coding style

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodosc: add long options to skill.1
Sami Kerola [Sat, 22 Oct 2011 19:07:10 +0000 (21:07 +0200)]
dosc: add long options to skill.1

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agodocs: add long options to kill.1
Sami Kerola [Sat, 22 Oct 2011 18:48:41 +0000 (20:48 +0200)]
docs: add long options to kill.1

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: fix compiler warnings
Sami Kerola [Sat, 22 Oct 2011 18:32:29 +0000 (20:32 +0200)]
skill: fix compiler warnings

Pretty much all of the warnings where caused by some of the previous
patches, and they became visible with gcc when compiling with;

CFLAGS="-O -g -ggdb -Wall -Wextra -pedantic -Wstrict-overflow
-Wformat -Wswitch-default -Wswitch-enum -Wsync-nand
-Wredundant-decls -Wuninitialized"

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: add long options to usage output
Sami Kerola [Sat, 22 Oct 2011 18:04:30 +0000 (20:04 +0200)]
skill: add long options to usage output

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: support usage output to stdout & stderr
Sami Kerola [Sat, 22 Oct 2011 17:06:06 +0000 (19:06 +0200)]
skill: support usage output to stdout & stderr

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: use symbolic exit values
Sami Kerola [Sat, 22 Oct 2011 17:01:21 +0000 (19:01 +0200)]
skill: use symbolic exit values

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: use strtosig() for -l option argument
Sami Kerola [Sat, 22 Oct 2011 16:07:18 +0000 (18:07 +0200)]
skill: use strtosig() for -l option argument

Re-enable signal number to name string, and other way around,
conversion after it broke at the time when long options where
introduced.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agolibproc-ng: add strtosig() function
Sami Kerola [Sat, 22 Oct 2011 16:05:42 +0000 (18:05 +0200)]
libproc-ng: add strtosig() function

The function will convert a signal number string to a signal name, or
vice a verse.  Return value is string, which is an function user is
expected to free after use.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: add long options
Sami Kerola [Sat, 22 Oct 2011 10:20:35 +0000 (12:20 +0200)]
skill: add long options

This commit broke `-l <sig>' conversion, which needs to be fixed
before kill can be claimed to work similar enough way as it did
earlier.  The fix require libprocps change, because the current
print_given_signals() simply does not work in this case.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: warning printout for non-existing processes
Sami Kerola [Sat, 22 Oct 2011 07:47:46 +0000 (09:47 +0200)]
skill: warning printout for non-existing processes

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: add long options & new debugging option
Sami Kerola [Tue, 18 Oct 2011 20:41:25 +0000 (22:41 +0200)]
skill: add long options & new debugging option

Done for skillsnice_parse(), meaning the kill needs functionality
will be done later.

This commit also introduces new debugging option.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: parse kill signals separately
Sami Kerola [Tue, 18 Oct 2011 20:03:25 +0000 (22:03 +0200)]
skill: parse kill signals separately

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: use strtol_or_err to nice argument parsing
Sami Kerola [Tue, 18 Oct 2011 19:38:15 +0000 (21:38 +0200)]
skill: use strtol_or_err to nice argument parsing

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agolib: add strtol into utility library
Sami Kerola [Tue, 18 Oct 2011 18:54:30 +0000 (20:54 +0200)]
lib: add strtol into utility library

The utility library is for functions which are shared in commands,
but that does not belong to libproc-ng.  The first function is a
wrapper for strtol that performs error checking, and exists if such
happen.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: remove run time configuration global variables
Sami Kerola [Sun, 16 Oct 2011 14:14:21 +0000 (16:14 +0200)]
skill: remove run time configuration global variables

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: move usage functions near each other
Sami Kerola [Sun, 16 Oct 2011 13:19:16 +0000 (15:19 +0200)]
skill: move usage functions near each other

Done only for convenience.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
13 years agoskill: clean up which functionality is being called
Sami Kerola [Sun, 16 Oct 2011 13:13:22 +0000 (15:13 +0200)]
skill: clean up which functionality is being called

The skill.c is three different commands depending on how the
executable is named. This patch makes evaluation of the command name
cleaner.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>