| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | test: code size saving, no logic changes | vda | 2007-05-01 | 1 | -6/+9 |
* | procps: remove all global variables | vda | 2007-04-19 | 1 | -12/+24 |
* | ps: add -o tty and -o rss support | vda | 2007-04-19 | 1 | -34/+45 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | vda | 2007-04-08 | 1 | -1/+0 |
* | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | vda | 2007-03-28 | 1 | -1/+3 |
* | - change option -c to -Z to match newer upstream SElinux conventions | aldot | 2007-03-14 | 1 | -2/+2 |
* | sort: fix multiple -k (was ignoring all except last) | vda | 2007-02-17 | 1 | -1/+1 |
* | make sure ps/top output what they claim: vsz, not rss ... down the line we sh... | vapier | 2007-02-08 | 1 | -8/+8 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+2 |
* | fix warning from needlessly-global functions | vda | 2007-01-22 | 1 | -7/+7 |
* | ps: fix buglet, add microoptimization | vda | 2006-12-18 | 1 | -6/+4 |
* | ps: add documentation on POSIX ps | vda | 2006-11-05 | 1 | -1/+1 |
* | ps: implement POSIX-like options, most notably -o | vda | 2006-11-05 | 1 | -0/+275 |
* | replace /proc scanning code by more versatile one. | vda | 2006-11-05 | 1 | -9/+19 |
* | top: improve CPU% calculation | vda | 2006-11-05 | 1 | -1/+1 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 1 | -2/+2 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -2/+1 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 1 | -4/+4 |
* | ps: reduce #ifdef forest | vda | 2006-11-01 | 1 | -25/+13 |
* | get_terminal_width_height: do not pass insanely large values | vda | 2006-10-27 | 1 | -7/+7 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -4/+4 |
* | top: add support for -b, -n <iterations> | vda | 2006-09-29 | 1 | -2/+2 |
* | process utilities related style cleanup | vda | 2006-09-27 | 1 | -17/+16 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 1 | -14/+1 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | aldot | 2006-09-13 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | removed warning "comparison between signed and unsigned". | vodz | 2006-01-30 | 1 | -2/+2 |
* | update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ... | vodz | 2005-10-05 | 1 | -5/+8 |
* | ps selinux logic correction, but do not tested too | vodz | 2005-10-04 | 1 | -4/+3 |
* | use updated bb_getopt_ulflags() for ps applet | vodz | 2005-10-04 | 1 | -24/+31 |
* | - add option 'w' to ps (wide output, optional feature defaults to off). | aldot | 2005-10-04 | 1 | -31/+37 |
* | A patch from Takeharu KATO to update/fix SE-Linux support. | landley | 2005-05-03 | 1 | -23/+29 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | andersen | 2003-09-15 | 1 | -11/+3 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -2/+1 |
* | Patch from Russell Coker: | andersen | 2003-07-03 | 1 | -0/+33 |
* | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | andersen | 2002-12-05 | 1 | -104/+0 |
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | andersen | 2002-10-22 | 1 | -106/+22 |
* | Vodz' last_patch57: | andersen | 2002-09-30 | 1 | -4/+0 |
* | Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory | andersen | 2002-04-27 | 1 | -14/+27 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -17/+15 |
* | Some patches to make dietlibc work... | andersen | 2001-07-22 | 1 | -0/+1 |
* | Minor formatting change | andersen | 2001-06-26 | 1 | -4/+4 |
* | Fix ps so it doesn't waste space showing group, as it is pretty much | andersen | 2001-06-26 | 1 | -18/+5 |
* | Patch from larry to fix some grammar errors. | andersen | 2001-05-23 | 1 | -1/+1 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 2001-04-25 | 1 | -3/+0 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -1/+1 |