aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-12/+20
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-45/+171
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2007-08-291-4/+4
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-3/+3
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-2/+2
* ps: fix non-desktop ps -ww -- thanks rockeychuDenis Vlasenko2007-07-251-4/+9
* ps: revert wrong "optimization": (i & 1) -> iDenis Vlasenko2007-07-011-1/+1
* ps: fix "unused variable" warning; fix integer variable declared as char.Denis Vlasenko2007-07-011-3/+4
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-301-39/+24
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-3/+1
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-191-1/+4
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-061-28/+45
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-6/+9
* procps: remove all global variablesDenis Vlasenko2007-04-191-12/+24
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-191-34/+45
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-1/+0
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko2007-03-281-1/+3
* - change option -c to -Z to match newer upstream SElinux conventionsBernhard Reutner-Fischer2007-03-141-2/+2
* sort: fix multiple -k (was ignoring all except last)Denis Vlasenko2007-02-171-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger2007-02-081-8/+8
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+2
* fix warning from needlessly-global functionsDenis Vlasenko2007-01-221-7/+7
* ps: fix buglet, add microoptimizationDenis Vlasenko2006-12-181-6/+4
* ps: add documentation on POSIX psDenis Vlasenko2006-11-051-1/+1
* ps: implement POSIX-like options, most notably -oDenis Vlasenko2006-11-051-0/+275
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-9/+19
* top: improve CPU% calculationDenis Vlasenko2006-11-051-1/+1
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-2/+2
* mostly style fixesDenis Vlasenko2006-11-011-2/+1
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-4/+4
* ps: reduce #ifdef forestDenis Vlasenko2006-11-011-25/+13
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-7/+7
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* top: add support for -b, -n <iterations>Denis Vlasenko2006-09-291-2/+2
* process utilities related style cleanupDenis Vlasenko2006-09-271-17/+16
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-14/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"2006-01-301-2/+2
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ..."Vladimir N. Oleynik"2005-10-051-5/+8
* ps selinux logic correction, but do not tested too"Vladimir N. Oleynik"2005-10-041-4/+3
* use updated bb_getopt_ulflags() for ps applet"Vladimir N. Oleynik"2005-10-041-24/+31
* - add option 'w' to ps (wide output, optional feature defaults to off).Bernhard Reutner-Fischer2005-10-041-31/+37
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-23/+29
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-11/+3
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1