| Commit message (Expand) | Author | Age | Files | Lines |
* | shell/ash: comment out kill.c for now as ash needs it | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+2 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | kill: improve comment | vda | 2007-05-06 | 1 | -1/+2 |
* | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | vda | 2007-05-06 | 1 | -5/+12 |
* | test: code size saving, no logic changes | vda | 2007-05-01 | 1 | -1/+3 |
* | ash,kill: use common code for kill applet/builtin | vda | 2007-04-29 | 1 | -38/+57 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | whitespace fixes (leading spaces to tab) | vda | 2007-01-13 | 1 | -1/+1 |
* | replace /proc scanning code by more versatile one. | vda | 2006-11-05 | 1 | -3/+3 |
* | top: improve CPU% calculation | vda | 2006-11-05 | 1 | -14/+14 |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 1 | -3/+4 |
* | PID should be stored in pid_t, not int or long. | vda | 2006-11-01 | 1 | -14/+16 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -2/+2 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -4/+4 |
* | kill: implement killall5. OpenWRT folks will be happy. | vda | 2006-09-27 | 1 | -28/+48 |
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | vda | 2006-09-27 | 1 | -55/+56 |
* | Random cleanup hanging around my tree. | landley | 2006-09-12 | 1 | -8/+0 |
* | A couple things that got tangled up in my tree, easier to check in both than | landley | 2006-07-12 | 1 | -32/+25 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -16/+2 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | close bug 638 | vodz | 2006-01-25 | 1 | -1/+5 |
* | just whitespace | timr | 2006-01-25 | 1 | -1/+1 |
* | Jason Schoon writes: | vapier | 2006-01-04 | 1 | -1/+1 |
* | Patch from Tito adding support for '-q' | andersen | 2004-08-19 | 1 | -1/+4 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -1/+1 |
* | Fixup segfault on 'kill -q' | andersen | 2003-08-06 | 1 | -5/+5 |
* | Rework kill / killall so it behaves itself, even when subjected | andersen | 2003-07-26 | 1 | -61/+61 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -1/+1 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -8/+8 |
* | Fix compiler warnings, patch by Steven Scholz | bug1 | 2003-02-09 | 1 | -1/+1 |
* | last_patch_67 from Vladimir N. Oleynik | bug1 | 2002-11-25 | 1 | -8/+10 |
* | Patch last_pach62 from vodz. This patch moves all the /proc parsing | andersen | 2002-10-22 | 1 | -4/+2 |
* | Apply vodz' last_patch52 | andersen | 2002-09-16 | 1 | -19/+13 |
* | Fix indentation. Support killall -q, for pcmcia-cs | andersen | 2002-07-23 | 1 | -36/+52 |
* | Update some missing copyright notices | andersen | 2002-04-13 | 1 | -0/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 1 | -1/+1 |
* | If find_pid_by_name() had an error, it was returning -1, but storing | andersen | 2001-12-06 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -2/+2 |
* | Latest patch from vodz. Adds a check for divide by zero in the posix | andersen | 2001-08-02 | 1 | -123/+19 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | andersen | 2001-07-19 | 1 | -3/+2 |
* | Fix a stupid thinko, and fix killall to cope with the updated | andersen | 2001-07-05 | 1 | -2/+2 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | andersen | 2001-03-09 | 1 | -1/+1 |
* | 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 | -5/+2 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 1 | -2/+2 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+1 |
* | #define -> static const int. Also got rid of some big static buffers. | markw | 2001-01-23 | 1 | -2/+2 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | kraai | 2000-12-18 | 1 | -3/+3 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -7/+7 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -3/+4 |