aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* test: code size saving, no logic changesvda2007-05-011-6/+9
* procps: remove all global variablesvda2007-04-191-12/+24
* ps: add -o tty and -o rss supportvda2007-04-191-34/+45
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-1/+0
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-281-1/+3
* - change option -c to -Z to match newer upstream SElinux conventionsaldot2007-03-141-2/+2
* sort: fix multiple -k (was ignoring all except last)vda2007-02-171-1/+1
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier2007-02-081-8/+8
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+2
* fix warning from needlessly-global functionsvda2007-01-221-7/+7
* ps: fix buglet, add microoptimizationvda2006-12-181-6/+4
* ps: add documentation on POSIX psvda2006-11-051-1/+1
* ps: implement POSIX-like options, most notably -ovda2006-11-051-0/+275
* replace /proc scanning code by more versatile one.vda2006-11-051-9/+19
* top: improve CPU% calculationvda2006-11-051-1/+1
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-2/+2
* mostly style fixesvda2006-11-011-2/+1
* PID should be stored in pid_t, not int or long.vda2006-11-011-4/+4
* ps: reduce #ifdef forestvda2006-11-011-25/+13
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-7/+7
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* top: add support for -b, -n <iterations>vda2006-09-291-2/+2
* process utilities related style cleanupvda2006-09-271-17/+16
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-14/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* removed warning "comparison between signed and unsigned".vodz2006-01-301-2/+2
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ...vodz2005-10-051-5/+8
* ps selinux logic correction, but do not tested toovodz2005-10-041-4/+3
* use updated bb_getopt_ulflags() for ps appletvodz2005-10-041-24/+31
* - add option 'w' to ps (wide output, optional feature defaults to off).aldot2005-10-041-31/+37
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-23/+29
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-11/+3
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Patch from Russell Coker:andersen2003-07-031-0/+33
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notandersen2002-12-051-104/+0
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-221-106/+22
* Vodz' last_patch57:andersen2002-09-301-4/+0
* Patch from Cliff L. Biffle <cbiffle@safety.net> to display memoryandersen2002-04-271-14/+27
* Major rework of the directory structure and the entire build system.andersen2001-10-241-17/+15
* Some patches to make dietlibc work...andersen2001-07-221-0/+1
* Minor formatting changeandersen2001-06-261-4/+4
* Fix ps so it doesn't waste space showing group, as it is pretty muchandersen2001-06-261-18/+5
* Patch from larry to fix some grammar errors.andersen2001-05-231-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-3/+0
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1