| Commit message (Expand) | Author | Age | Files | Lines |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | print_signames_and_exit -> print_signames (because of "ash calls kill_main") | Denis Vlasenko | 2007-09-30 | 1 | -1/+2 |
* | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko | 2007-09-29 | 1 | -26/+22 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | kill: improve comment | Denis Vlasenko | 2007-05-06 | 1 | -1/+2 |
* | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | Denis Vlasenko | 2007-05-06 | 1 | -5/+12 |
* | test: code size saving, no logic changes | Denis Vlasenko | 2007-05-01 | 1 | -1/+3 |
* | ash,kill: use common code for kill applet/builtin | Denis Vlasenko | 2007-04-29 | 1 | -38/+57 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | 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 |