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