1. 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
  2. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  3. 8e1bd4a don't out \r to syslog by "Vladimir N. Oleynik" · 19 years ago
  4. f51d206 re-order a little for alphabetical by Mike Frysinger · 19 years ago
  5. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  6. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  7. c3386a4 Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? by Rob Landley · 19 years ago
  8. 7a8f679 Bug system entry #1 says that when busybox doesn't have swapoff, by Rob Landley · 19 years ago
  9. 41a72ec applying patch from bug 24: by Paul Fox · 19 years ago
  10. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  11. 10427ab move var decls around a little to help gcc make smaller code by Mike Frysinger · 19 years ago
  12. e548bdf 2005-07-04 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  13. 95ef165 2005-07-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  14. 72a4c33 rename log var to log_console so we dont override internal gcc/glibc log func by Mike Frysinger · 19 years ago
  15. a77b4f3 jfb2 writes in Bug 119: by Mike Frysinger · 20 years ago
  16. 82baf63 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  17. 2271809 Hiroshi Ito writes: by Eric Andersen · 20 years ago
  18. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  19. 7850014 Quiet a few warnings by Eric Andersen · 20 years ago
  20. 1f50e84 Do not use vfork, as init is not vfork safe. Do not allow by Eric Andersen · 20 years ago
  21. 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  22. 0dfe4e9 As discussed, drop minit, which was not being supported in busybox. by Eric Andersen · 21 years ago
  23. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
  24. 87812dc Silly me by Eric Andersen · 21 years ago
  25. 4e19fa9 As reported by Quy Tonthat, init has problems with inittab's that by Eric Andersen · 21 years ago
  26. e3efc92 Jamie Guinan writes: by Eric Andersen · 21 years ago
  27. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  28. e7f2b2b Thomas Geulig, remove duplicate header by Glenn L McGrath · 21 years ago
  29. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  30. e6ba16f Patch by Guillaume Morin by Glenn L McGrath · 21 years ago
  31. 2205c84 comparison was always false due to limited range of data types. by Eric Andersen · 21 years ago
  32. 81155f8 Update definition of struct serial_struct, per linux-2.6.0-test5, by Eric Andersen · 21 years ago
  33. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  34. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  35. ce6482e Fix overflow for machines greater than 4GB, return unsigned int to avoid by Glenn L McGrath · 21 years ago
  36. 9cdef5d Yang Xiaopeng writes: by Eric Andersen · 21 years ago
  37. a1ed06b Move start_stop_daemon to debianutils. Cleanup run_parts a bit and add long opts by Eric Andersen · 21 years ago
  38. aa820db cleanup and add long options by Eric Andersen · 21 years ago
  39. d5868c1 Patch from Thomas Gleixner to reap any zombie processes that are by Eric Andersen · 21 years ago
  40. 20c9f1e Several simplifications and indenting changes, per last_patch97 from vodz by Eric Andersen · 21 years ago
  41. 4c6c236 As vodz noticed, I screwed up reboot by Eric Andersen · 21 years ago
  42. 6fd0e31 Patch from Andrew Flegg: by Eric Andersen · 21 years ago
  43. 0246222 Support reboot, halt, and poweroff independent of busybox init. by Eric Andersen · 21 years ago
  44. 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
  45. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  46. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  47. fb0c6af Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  48. d5a2780 oops by Eric Andersen · 21 years ago
  49. 3c8064f Daniel writes: by Eric Andersen · 21 years ago
  50. 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
  51. b01ed65 Apply last_patch93 from vodz: by Eric Andersen · 21 years ago
  52. 0b0d393 Remove bdflush garbage, which is only relevant to unsupported kernel versions by Eric Andersen · 21 years ago
  53. 1e11c34 minit, a Minimal init system. by Glenn L McGrath · 22 years ago
  54. 2c1de61 There have been many reports of init failing to reboot and/or failing to halt by Eric Andersen · 22 years ago
  55. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  56. 2223701 Fix a silly compile error, thanks to a patch from Wen-chien Jesse Sung by Eric Andersen · 22 years ago
  57. b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
  58. cf1fee0 Odd. I never brought this forward from bb.stable. Should handle by Eric Andersen · 22 years ago
  59. 4e05b9b include "busybox" after the libc includes tofix compile errors by Glenn L McGrath · 22 years ago
  60. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
  61. efdd0ae Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  62. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
  63. f02c26f I committed the fflush in the wrong spot. I should go to bed by Eric Andersen · 22 years ago
  64. 5956028 Be absurdly careful about flushing stdout. by Eric Andersen · 22 years ago
  65. e8a90fb After thinking about it, I think this patch from Matt Kraai is probably the by Eric Andersen · 22 years ago
  66. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  67. 6a97990 Set the close-on-exec flag, just to be saf by Eric Andersen · 22 years ago
  68. a920871 Ignoring SIGCHLD causes a race leading to the occasional hang of init by Eric Andersen · 22 years ago
  69. 34fd00a Patch from David McCullough <davidm@snapgear.com> by Eric Andersen · 22 years ago
  70. a9cc896 Let people run SHUTDOWN actions prior to killing everything -Erik by Eric Andersen · 22 years ago
  71. 061c900 mesg applet by Manuel Novoa III by Glenn L McGrath · 22 years ago
  72. 186685d Patch from Thomas Gleixner <tglx@linutronix.de> to do by Eric Andersen · 22 years ago
  73. 1130976 Eliminate use of obsolete sys_errlist[] -Erik by Eric Andersen · 22 years ago
  74. baf55a8 Run through indent, fix comments by Glenn L McGrath · 22 years ago
  75. e707806 Kill a silly warning by Eric Andersen · 22 years ago
  76. 3bc2b20 Patch from Tim Riker to allow tty* in inittab if the tty by Eric Andersen · 22 years ago
  77. 0826b6b This is last_patch48 from vodz. More cleanups, kills a bit by Eric Andersen · 22 years ago
  78. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  79. 599e3ce Apply last_patch47 from vodz to fix several problems, such as the ash "job by Eric Andersen · 22 years ago
  80. 7964467 Fix from vodz so that complex init commands actually work by Eric Andersen · 22 years ago
  81. 5222d31 Patch from till busch <buti@gmx.at> -- unblock all signals by Eric Andersen · 22 years ago
  82. ff7661d plug fd leak noticed by Russ Dill -Erik by Eric Andersen · 23 years ago
  83. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 23 years ago
  84. d8636ca Doh! Remember to close /etc/inittab by Eric Andersen · 23 years ago
  85. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
  86. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
  87. c57e42b Provide a controlling tty to askfirst processes as well -Erik by Eric Andersen · 23 years ago
  88. b0cc0a6 Rewind messages to avoid weird formatting, and fix a bug with by Eric Andersen · 23 years ago
  89. 0298be8 Update init.c per my changes in the stable branch -Erik by Eric Andersen · 23 years ago
  90. 53a2299 Patch from Russ Dill <Russ.Dill@asu.edu>. From the start-stop-daemon man page: by Eric Andersen · 23 years ago
  91. 467a18b Teach 'init -q' that init's pid may not equal 1 by Eric Andersen · 23 years ago
  92. 038cbc7 Oops. by Eric Andersen · 23 years ago
  93. c94e89d Do not depend on PATH or getopt arg reordering by Eric Andersen · 23 years ago
  94. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  95. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  96. 730f826 Add in a new restart init target, triggered by SIGHUP. Patch from by Eric Andersen · 23 years ago
  97. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  98. ed8a9be Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT by Eric Andersen · 23 years ago
  99. 2480e3a Fix dangling comma by Eric Andersen · 23 years ago
  100. f435a91 S390 wierdness by Eric Andersen · 23 years ago