- 656ca7b libbb/u_signal_names.c: don't check errno after bb_strtou by Rasmus Villemoes · 6 years ago
- 571e525 libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() by Rasmus Villemoes · 6 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
- 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
- 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- b851c42 signal names hack was wrong, it broke "get signal name" function. Reverting :( by Denis Vlasenko · 17 years ago
- c689fcf Make signal table a bit smaller by Denis Vlasenko · 17 years ago
- 5f934b0 guard against SIGxxx >= 32 (no code changes on i386) by Denis Vlasenko · 17 years ago
- a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
- 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
- dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
- 75ab6af stop using (yet another) static buffer by Denis Vlasenko · 18 years ago
- 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
- bbda98f - cosmetic change to avoid warnings about eventual padding/packing. by Bernhard Reutner-Fischer · 18 years ago
- a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- a2a647d - include strings.h Thanks to Rich Felker for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
- 421d9e5 - move buffer allocation schemes to libbb.h by Bernhard Reutner-Fischer · 19 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 842757d Oops. I forgot to commit this part of vodz' patch. by Eric Andersen · 23 years ago