1. e2b9215 *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. 82d1c1f randomconfig fixes by Denys Vlasenko · 7 years ago
  5. 0b6ec06 kill: add '--' option to separate options from arguments by Ron Yorston · 7 years ago
  6. 39194f0 new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize by Denys Vlasenko · 7 years ago
  7. 86981e3 ash: allow "trap NUM [SIG]..." syntax by Denys Vlasenko · 7 years ago
  8. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  9. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  10. d9eb40c fix errors found with make_single_applets.sh by Denys Vlasenko · 8 years ago
  11. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  12. 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago
  13. 53487a8 kill: need not build kill.c when ash's job control is off by Kang-Che Sung · 8 years ago
  14. 1125d7d hush: kill builtin and kill %jobspec support by Denys Vlasenko · 8 years ago
  15. a474728 ash: fix "kill %1" not working if CONFIG_ASH is disabled by Kang-Che Sung · 8 years ago
  16. 5467d26 Make killall and killall5 selecatable independent from kill by Denys Vlasenko · 8 years ago
  17. f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  18. 4b26f82 kill[all[5]]: code shrink by Denys Vlasenko · 11 years ago
  19. 3ac1e0d killall5: return 2 if no processes got killed by Uros Vampl · 11 years ago
  20. 1485030 killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT by Denys Vlasenko · 13 years ago
  21. 6a93212 kill: fix segfault in arguments parsing by Alexey Fomenko · 13 years ago
  22. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  23. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  24. 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 14 years ago
  25. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 14 years ago
  26. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  27. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  28. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  29. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  30. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  31. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  32. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  33. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  34. 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
  35. ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
  38. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  39. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  40. 0cacc80 kill: improve comment by Denis Vlasenko · 18 years ago
  41. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 18 years ago
  42. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
  43. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
  44. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  45. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  46. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  47. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  48. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  49. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  50. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  51. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  52. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  53. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  54. 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
  55. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  56. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  57. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  58. 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 19 years ago
  59. c1ef7bd just whitespace by Tim Riker · 19 years ago
  60. b924055 Jason Schoon writes: by Mike Frysinger · 19 years ago
  61. a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
  62. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  63. 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
  64. 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
  65. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  66. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  67. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 22 years ago
  68. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  69. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  70. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  71. 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
  72. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  73. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  74. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  75. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  76. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  77. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  78. 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
  79. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  80. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  81. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  82. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  83. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  84. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  85. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  86. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  87. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  88. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  89. 5d513f7 List of signals updated from util-linux-2.10o by Pavel Roskin · 24 years ago
  90. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  91. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  92. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  93. 3cfa9ec Reorganized signal names for better architecture support -- patch by Eric Andersen · 24 years ago
  94. 700a5ae Fixed exit status for killall by Pavel Roskin · 25 years ago
  95. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
  96. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  97. 0a64de9 More little stuff. -Erik by Erik Andersen · 25 years ago
  98. 5d68857 Remove debug noise -Erik by Erik Andersen · 25 years ago
  99. a6c7522 Updates -Erik by Erik Andersen · 25 years ago
  100. 5dd853a Oops. Left in some debug noise. -Erik by Erik Andersen · 25 years ago