1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  6. 9283d7c kill: fix infinite loop when passed PIDs are not valid numbers by Pere Orga · 13 years ago
  7. b12553f ash: fix ash-signals/signal8 testcase failure by Denys Vlasenko · 13 years ago
  8. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. 651a269 *: merge some common strings by Denys Vlasenko · 14 years ago
  11. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  12. a0ab943 function old new delta by Denis Vlasenko · 15 years ago
  13. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  14. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  15. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 16 years ago
  16. 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
  17. ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
  18. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  19. a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
  20. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  21. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  22. 0cacc80 kill: improve comment by Denis Vlasenko · 17 years ago
  23. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 17 years ago
  24. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 17 years ago
  25. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 17 years ago
  26. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  27. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 17 years ago
  28. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  29. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  30. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  31. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  32. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  33. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  34. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  35. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  36. 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
  37. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  38. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  39. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  40. 1e98a07 close bug 638 by "Vladimir N. Oleynik" · 18 years ago
  41. c1ef7bd just whitespace by Tim Riker · 18 years ago
  42. b924055 Jason Schoon writes: by Mike Frysinger · 18 years ago
  43. a4fccce Patch from Tito adding support for '-q' by Eric Andersen · 20 years ago
  44. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  45. 8f4ef15 Fixup segfault on 'kill -q' by Eric Andersen · 21 years ago
  46. 7d72e79 Rework kill / killall so it behaves itself, even when subjected to abuse. -Erik by Eric Andersen · 21 years ago
  47. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  48. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  49. 883d484 Fix compiler warnings, patch by Steven Scholz by Glenn L McGrath · 21 years ago
  50. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  51. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  52. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  53. 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
  54. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 22 years ago
  55. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 22 years ago
  56. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 22 years ago
  57. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  58. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  59. 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
  60. 8e75f6d Fix a stupid thinko, and fix killall to cope with the updated by Eric Andersen · 23 years ago
  61. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  62. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 23 years ago
  63. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 23 years ago
  64. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 23 years ago
  65. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 23 years ago
  66. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 23 years ago
  67. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 23 years ago
  68. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 23 years ago
  69. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  70. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  71. 5d513f7 List of signals updated from util-linux-2.10o by Pavel Roskin · 24 years ago
  72. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  73. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  74. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  75. 3cfa9ec Reorganized signal names for better architecture support -- patch by Eric Andersen · 24 years ago
  76. 700a5ae Fixed exit status for killall by Pavel Roskin · 24 years ago
  77. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  78. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  79. 0a64de9 More little stuff. -Erik by Erik Andersen · 24 years ago
  80. 5d68857 Remove debug noise -Erik by Erik Andersen · 24 years ago
  81. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  82. 5dd853a Oops. Left in some debug noise. -Erik by Erik Andersen · 24 years ago
  83. 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 24 years ago
  84. 5661fe0 Tar now works perfectly. It behaves much better now then it by Erik Andersen · 24 years ago
  85. 6273f65 Several fixes. -Erik by Erik Andersen · 24 years ago
  86. 246cc6d Wrote killall. by Erik Andersen · 24 years ago
  87. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 24 years ago
  88. 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 24 years ago
  89. abc0f4f Latest and greatest by Eric Andersen · 24 years ago
  90. a709317 More stuff by Eric Andersen · 25 years ago
  91. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  92. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  93. b0e9a70 More stuff. -Erik by Eric Andersen · 25 years ago
  94. 3cf52d1 More stuff... by Eric Andersen · 25 years ago
  95. cc8ed39 Initial revision by Eric Andersen · 25 years ago