1. a2f18d9 help text tweaks by Denys Vlasenko · 4 years ago
  2. ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. 95121d9 poweroff: add a config option for people needing VERY early poweroff by Denys Vlasenko · 7 years ago
  5. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  8. 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
  9. 97e9a72 Make halt/poweroff/reboot independently selectable by Denys Vlasenko · 8 years ago
  10. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  11. 52977a7 Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init by Denys Vlasenko · 9 years ago
  12. 86a7f18 *: Switch to POSIX utmpx API by Bernhard Reutner-Fischer · 10 years ago
  13. db43d3d halt: perror_msg_and_die needs bb_ prefix by Denys Vlasenko · 13 years ago
  14. 104e014 halt/reboot: better message if /sbin/telinit is not found by Denys Vlasenko · 13 years ago
  15. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  16. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  17. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  18. b1db09b init/*: move applet/kbuild/config/help bits into applet source files by Denys Vlasenko · 14 years ago
  19. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  20. 714674e init,halt: portability improvements by Jeremie Koenig · 15 years ago
  21. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  22. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  23. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  24. 97af2ff halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatibly by Alexander Shishkin · 15 years ago
  25. e12c902 halt/reboot/powerdown: accept and ignore -i by Denis Vlasenko · 16 years ago
  26. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  27. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  28. 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 16 years ago
  29. d93179f - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
  30. 1e28f61 halt: signal init regardless of ENABLE_INIT by Denis Vlasenko · 16 years ago
  31. ef9876a - document -f by Bernhard Reutner-Fischer · 16 years ago
  32. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  33. 62d8503 - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn) by Bernhard Reutner-Fischer · 17 years ago
  34. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  35. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  36. 680b86a halt: write wtmp entry if wtmp support is enabled by Denis Vlasenko · 17 years ago
  37. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  38. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  39. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  40. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  41. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  42. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  43. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  44. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  45. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  46. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  47. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  48. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  49. d765ee5 - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
  50. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  51. 6461291 Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. by Rob Landley · 19 years ago
  52. 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
  53. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  54. 0246222 Support reboot, halt, and poweroff independent of busybox init. by Eric Andersen · 21 years ago
  55. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  56. b01ed65 Apply last_patch93 from vodz: by Eric Andersen · 21 years ago
  57. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  58. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  59. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  60. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  61. 11fdb8a Fix a nasty bug with variable name shadowing by Eric Andersen · 23 years ago
  62. 371ca19 Look for either "init" or "linuxrc" processes by Eric Andersen · 23 years ago
  63. 332394b Be extra extra careful about what we dereference. by Eric Andersen · 23 years ago
  64. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  65. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  66. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  67. 2f46b66 Add usage messages for applets without them. by Matt Kraai · 24 years ago
  68. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  69. 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 25 years ago
  70. 2ac2fae Fix bugs related to finding PIDs. -Erik by Erik Andersen · 25 years ago
  71. 246cc6d Wrote killall. by Erik Andersen · 25 years ago
  72. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  73. 6805d5d Adjustments for Johns init stuff, -Erik by Eric Andersen · 25 years ago
  74. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  75. 703c62d More stuff by Eric Andersen · 25 years ago
  76. cc8ed39 Initial revision by Eric Andersen · 25 years ago 0_29alpha2