| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 |
* | replace /proc scanning code by more versatile one. | Denis Vlasenko | 2006-11-05 | 1 | -3/+3 |
* | top: improve CPU% calculation | Denis Vlasenko | 2006-11-05 | 1 | -14/+14 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | 2006-11-01 | 1 | -3/+4 |
* | PID should be stored in pid_t, not int or long. | Denis Vlasenko | 2006-11-01 | 1 | -14/+16 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -4/+4 |
* | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | 2006-09-27 | 1 | -28/+48 |
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 1 | -55/+56 |
* | Random cleanup hanging around my tree. | Rob Landley | 2006-09-12 | 1 | -8/+0 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 1 | -32/+25 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -16/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | close bug 638 | "Vladimir N. Oleynik" | 2006-01-25 | 1 | -1/+5 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | Jason Schoon writes: | Mike Frysinger | 2006-01-04 | 1 | -1/+1 |
* | Patch from Tito adding support for '-q' | Eric Andersen | 2004-08-19 | 1 | -1/+4 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Fixup segfault on 'kill -q' | Eric Andersen | 2003-08-06 | 1 | -5/+5 |
* | Rework kill / killall so it behaves itself, even when subjected | Eric Andersen | 2003-07-26 | 1 | -61/+61 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Fix compiler warnings, patch by Steven Scholz | Glenn L McGrath | 2003-02-09 | 1 | -1/+1 |
* | last_patch_67 from Vladimir N. Oleynik | Glenn L McGrath | 2002-11-25 | 1 | -8/+10 |
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen | 2002-10-22 | 1 | -4/+2 |
* | Apply vodz' last_patch52 | Eric Andersen | 2002-09-16 | 1 | -19/+13 |
* | Fix indentation. Support killall -q, for pcmcia-cs | Eric Andersen | 2002-07-23 | 1 | -36/+52 |
* | Update some missing copyright notices | Eric Andersen | 2002-04-13 | 1 | -0/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 |
* | If find_pid_by_name() had an error, it was returning -1, but storing | Eric Andersen | 2001-12-06 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen | 2001-08-02 | 1 | -123/+19 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 1 | -3/+2 |
* | Fix a stupid thinko, and fix killall to cope with the updated | Eric Andersen | 2001-07-05 | 1 | -2/+2 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -5/+2 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -2/+2 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -3/+3 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -7/+7 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -3/+4 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | List of signals updated from util-linux-2.10o | Pavel Roskin | 2000-09-13 | 1 | -55/+76 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -18/+0 |
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 1 | -2/+1 |
* | Reorganized signal names for better architecture support -- patch | Eric Andersen | 2000-07-06 | 1 | -46/+30 |
* | Fixed exit status for killall | Pavel Roskin | 2000-06-06 | 1 | -1/+5 |