Command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by Linux to provide information about the status of entries in its process table.
Go to file
Sami Kerola be34477bbd skill: remove dead code
Commit 991b8a94f0 took use
getopt_long(), which means the code that is related to earlier
selfmade argument parsing is unnecessary.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-03-16 14:34:21 +01:00
contrib docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
Documentation
include
lib docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
misc
po
proc license: update FSF addresses 2012-03-04 08:04:24 +11:00
ps misc: update remaining memory references to IEC standard 2012-03-16 07:06:58 +11:00
testsuite docs: add testsuite readme file 2012-03-03 18:36:29 +11:00
top top: correct loss of keystrokes paste capability 2012-03-16 07:10:53 +11:00
.gitignore
AUTHORS
autogen.sh
ChangeLog
configure.ac build-sys: fix typo 2012-03-03 18:36:29 +11:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
COPYING.LIB license: update FSF addresses 2012-03-04 08:04:24 +11:00
free.1
free.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
kill.1
Makefile.am
NEWS mentioned kB kiB change in news 2012-03-09 06:57:10 +11:00
pgrep.1
pgrep.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
pkill.1
pmap.1
pmap.c pmap: use only address start to range determination 2012-03-04 12:13:18 +01:00
pwdx.1
pwdx.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
README
skill.1
skill.c skill: remove dead code 2012-03-16 14:34:21 +01:00
slabtop.1
slabtop.c slabtop, vmstat, watch: remove file descriptor constants 2012-03-16 13:18:43 +01:00
snice.1
sysctl.8
sysctl.c sysctl: fix argument parsing regression 2012-03-08 08:40:02 +11:00
sysctl.conf
sysctl.conf.5
tload.1
tload.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
uptime.1
uptime.c docs: clarification to license headers in files 2012-03-03 18:41:11 +11:00
vmstat.8
vmstat.c slabtop, vmstat, watch: remove file descriptor constants 2012-03-16 13:18:43 +01:00
w.1
w.c w: align header when from lenght is defined 2012-03-04 12:12:42 +01:00
watch.1
watch.c watch: refactor code, add output_header() and run_command() 2012-03-16 14:32:49 +01:00

COMPATIBILITY

    This code is intended for use with Linux 2.6.xx, 3.x and
    hopefully all future kernels.

INSTALLATION

    If you are using git version of the project you need extra step.

    ./autogen.sh

    After that, and everyone using .tar.xz version of procps-ng, can
    do normal build.  Read './configure --help' to select options for
    your needs.

    ./configure
    make
    make install

    If you have DejaGNU installed you can run optional test suite.

    make check

HOW TO CONTRIBUTE

    See Documentation/BUGS file.

PACKAGING

    If you are a downstream maintainer (packager) for a Linux
    distribution, please avoid causing troubles.  This section
    applies to you.

    Avoid maintaining distribution specific patches.  Send your
    patches to upstream, where they are at least reviewed, if not
    included.

    Please forward bug reports. If your bug database is public and
    busy enough to bother with, please make this known.  Follow
    Debian's lead in making the bug database easy to comment on via
    email without need for an account.

    For normal packages, ensure that you do not add debugging flags
    to the CFLAGS variable.

UPSTREAM & BUG REPORTS

    procps-ng <procps@freelists.org>