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