| Commit message (Expand) | Author | Age | Files | Lines |
* | kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX | Denys Vlasenko | 2011-01-03 | 1 | -1/+16 |
* | kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code | Denys Vlasenko | 2011-01-03 | 1 | -10/+19 |
* | libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names | Denys Vlasenko | 2010-12-30 | 1 | -5/+37 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -3/+3 |
* | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-15 | 1 | -4/+4 |
* | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko | 2008-05-13 | 1 | -2/+2 |
* | signal names hack was wrong, it broke "get signal name" function. | Denis Vlasenko | 2007-12-04 | 1 | -43/+40 |
* | Make signal table a bit smaller | Denis Vlasenko | 2007-12-04 | 1 | -3/+6 |
* | guard against SIGxxx >= 32 (no code changes on i386) | Denis Vlasenko | 2007-12-04 | 1 | -34/+39 |
* | print_signames_and_exit -> print_signames (because of "ash calls kill_main") | Denis Vlasenko | 2007-09-30 | 1 | -2/+1 |
* | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko | 2007-09-29 | 1 | -0/+15 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
* | test: code size saving, no logic changes | Denis Vlasenko | 2007-05-01 | 1 | -22/+126 |
* | stop using (yet another) static buffer | Denis Vlasenko | 2007-03-14 | 1 | -3/+1 |
* | fix recognitions of -SIGname signals | Denis Vlasenko | 2006-12-23 | 1 | -7/+8 |
* | - cosmetic change to avoid warnings about eventual padding/packing. | Bernhard Reutner-Fischer | 2006-12-04 | 1 | -9/+9 |
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 1 | -7/+6 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -4/+4 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 1 | -160/+40 |
* | - include strings.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -0/+1 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -14/+3 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -0/+23 |
* | Oops. I forgot to commit this part of vodz' patch. | Eric Andersen | 2001-08-02 | 1 | -0/+166 |