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
Jaromir Capik 365a5fa517 pmap: empty output or crashes on ppc/s390 caused by wrong pidlist type
Previously the pidlist variable was defined as unsigned long *
whilst the openproc function accepts pid_t *.
Both target types differ in size (8 != 4) and therefore the issue
mainly affects big endian architectures.

This commit changes the pidlist type to pid_t * so that it's
compatible with openproc.
2013-02-05 22:10:18 +11:00
contrib
Documentation
include
lib lib/fileutils: fix compiler warnings 2012-11-06 22:28:30 +11:00
misc
po
proc Expose freeproc for libproc 2013-01-01 13:13:44 +11:00
ps Merge commit 'refs/merge-requests/6' of git://gitorious.org/procps/procps into merge-requests/6 2013-01-24 21:51:13 +11:00
testsuite test for previous commit 2012-12-26 23:21:44 +11:00
top top: make field management window size error non-fatal 2013-01-30 10:53:49 +11:00
.gitignore Added pmap -X and -XX tests 2012-12-24 10:05:24 +11:00
AUTHORS
autogen.sh
ChangeLog
configure.ac build sys: add configure option for impact of SIGWINCH 2013-01-30 10:53:49 +11:00
COPYING
COPYING.LIB
free.1
free.c Show sizes > 4G correctly in bytes on 32-bit machines. 2012-06-27 06:47:38 +10:00
kill.1
Makefile.am fix sysctl.conf inclusion in dist tarballs 2012-10-31 22:42:03 +11:00
NEWS Expose freeproc for libproc 2013-01-01 13:13:44 +11:00
pgrep.1 Add -c count option to pkill 2012-11-21 22:11:17 +11:00
pgrep.c Add -c count option to pkill 2012-11-21 22:11:17 +11:00
pkill.1
pmap.1 Two new options for pmap, -X and -XX 2012-09-27 22:08:04 +10:00
pmap.c pmap: empty output or crashes on ppc/s390 caused by wrong pidlist type 2013-02-05 22:10:18 +11:00
pwdx.1
pwdx.c Fix pwdx argument parsing 2012-06-14 22:33:49 +10:00
README
skill.1
skill.c skill: fix compiler warnings 2012-11-06 22:28:30 +11:00
slabtop.1
slabtop.c
snice.1
sysctl.8 sysctl.8: format fix in synopsis 2013-01-01 13:16:33 +11:00
sysctl.c sysctl: fix compiler warnings 2012-11-06 22:30:01 +11:00
sysctl.conf
sysctl.conf.5
tload.1
tload.c
uptime.1 uptime: add since option 2012-12-26 23:14:09 +11:00
uptime.c uptime: add since option 2012-12-26 23:14:09 +11:00
vmstat.8
vmstat.c vmstat: fix compiler warnings 2012-11-06 22:30:02 +11:00
w.1
w.c w: do not truncate command when width is not known 2012-07-15 12:49:22 +02:00
watch.1
watch.c watch: fix compiler warnings 2012-11-06 22:30:02 +11: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>