1. dbb8f8d Update some comments to clarify things. by Eric Andersen · 24 years ago
  2. d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
  3. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  4. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  5. 26439a2 Cleanup for build problem found using regression script by Eric Andersen · 24 years ago
  6. 9136e3c Remove host* applets from the default build. by Eric Andersen · 24 years ago
  7. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  8. 370fb08 Clarify the statusbar config option so it states which applet it applies to. by Eric Andersen · 24 years ago
  9. 6092680 Adjust the default feature set a wee bit by Eric Andersen · 24 years ago
  10. 47b0052 Disable a bunch of less common stuff by default. This produces by Eric Andersen · 24 years ago
  11. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  12. e48eea6 Oops. Unmatched #if by Eric Andersen · 24 years ago
  13. a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
  14. 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
  15. 1d3523b patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN by Eric Andersen · 24 years ago
  16. 21adca7 Added insmod support for ARM, and lsmod support for older kernels, by Eric Andersen · 24 years ago
  17. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  18. f484e7e Fix typo by Eric Andersen · 24 years ago
  19. 4c45e09 Update some descriptions by Eric Andersen · 24 years ago
  20. e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
  21. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  22. 50b3113 Add in a new FEATURE (off by default) BB_FEATURE_SH_BUILTINS_ALWAYS_WIN. by Eric Andersen · 24 years ago
  23. 2dc192f Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up by Mark Whitley · 24 years ago
  24. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  25. b520e08 Add a spiffy progress meter. -Erik by Eric Andersen · 24 years ago
  26. 5332369 Remove all reference to the now obsolete /dev/modules -Erik by Eric Andersen · 24 years ago
  27. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago[Renamed from busybox.def.h]
  28. 92a61c1 Add in xargs by Eric Andersen · 24 years ago
  29. a2f2a8f Add support for the -L option to ls. by Matt Kraai · 24 years ago
  30. cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
  31. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  32. 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
  33. 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
  34. 3a957b9 Turned off ls file-sorting till it can be fixed. by Eric Andersen · 24 years ago
  35. ad3d90f Fix a spelling error -Erik by Eric Andersen · 24 years ago
  36. ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
  37. 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
  38. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  39. 0e4cec0 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in by Mark Whitley · 24 years ago
  40. 282c364 Fix a thinko, thanks to Klaasjan <klaasjan@europe.com> -Erik by Eric Andersen · 24 years ago
  41. fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
  42. e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
  43. 79565b6 Add optional ls file sorting, thanks to a patch from by Eric Andersen · 24 years ago
  44. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  45. 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
  46. 0d49dd5 Better description by Eric Andersen · 24 years ago
  47. b9ea02c Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close by Eric Andersen · 24 years ago
  48. bf960f5 Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> -Erik by Eric Andersen · 24 years ago
  49. ced2cef * syslogd can now log messages to a remote host -- patch thanks by Eric Andersen · 24 years ago
  50. a9d69fb Removed now incorrect message about NFS not working with by Eric Andersen · 24 years ago
  51. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  52. 61dc057 Added 'dumpkmap' to allow people to dump a binary keymap, which can then be by Eric Andersen · 24 years ago
  53. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  54. 8f282f1 Better description of the BB_FEATURE_USE_DEVPS_PATCH option. -Erik by Eric Andersen · 24 years ago
  55. e6b9dfa Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn't by Eric Andersen · 24 years ago
  56. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  57. b54833c sh fixes from Marius Groeger <mag@sysgo.de> -Erik by Eric Andersen · 24 years ago
  58. 7cdc76d + busybox --install [-s] by John Beppu · 24 years ago
  59. 8f425db by John Beppu · 24 years ago
  60. 07edff4 Added an implicit rule for #defining BB_FEATURE_USE_TERMIOS if by Mark Whitley · 24 years ago
  61. 0021679 + added dc (aka the function formerly known as math) by John Beppu · 24 years ago
  62. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  63. 28c70b3 Integrate Tomi Ollila's telnet. Costs 3k. :) -Erik by Eric Andersen · 24 years ago
  64. 2b6ab3c Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik by Eric Andersen · 24 years ago
  65. 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 24 years ago
  66. a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 24 years ago
  67. 926e0e3 More TODO items. Fix a dependancy bug on busybox.def.h -Erik by Eric Andersen · 24 years ago
  68. 832000f Turn off debugging in the Makefile. -Erik by Eric Andersen · 24 years ago
  69. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  70. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  71. 67a0dd8 Change a description -Erik by Erik Andersen · 24 years ago
  72. c3f5c9c Minor fixes to being a standalone shell. -Erik by Erik Andersen · 24 years ago
  73. bcd6177 BusyBox shell (lash) can now be used as a standalone shell when by Erik Andersen · 24 years ago
  74. 73c8c9c More doc updates -Erik by Erik Andersen · 24 years ago
  75. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  76. 6c5f2c6 Add support for "noatime" and "nodiratime" mount flags to mount. by Erik Andersen · 24 years ago
  77. 0a704e8 Remove BB_FEATURE_REMOUNT (small, and should always be present) by Erik Andersen · 24 years ago
  78. 5afc864 More stuff -Erik by Erik Andersen · 24 years ago
  79. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  80. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  81. 227a59b Several more updates -Erik by Erik Andersen · 24 years ago
  82. e90f404 Some more updates and such... -Erik by Erik Andersen · 24 years ago
  83. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  84. 9a8195c Fix creation of /linuxrc -Erik by Erik Andersen · 25 years ago
  85. 91e581f - grep -v ^\.PHONY < Makefile by John Beppu · 25 years ago
  86. 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
  87. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 25 years ago
  88. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  89. f0657d3 Some enhancements I've been working on over the weekend, -Erik by Erik Andersen · 25 years ago
  90. a268573 Make tab completion an option -Erik by Erik Andersen · 25 years ago
  91. f3b3d17 More minor patches -Erik by Erik Andersen · 25 years ago
  92. 0817d13 This makes tar work perfectly, and adds in "--exclude" as an option -Erik by Erik Andersen · 25 years ago
  93. b99ca13 usleep contributed by Nicolas Pitre <nico@cam.org> -Erik by Erik Andersen · 25 years ago
  94. 183da4a Minor structural change to allow core dumping(or not) from init -Erik by Erik Andersen · 25 years ago
  95. 6acaa40 First stages of (re-)writing busybox's tar creation support. -Erik by Erik Andersen · 25 years ago
  96. 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
  97. 6273f65 Several fixes. -Erik by Erik Andersen · 25 years ago
  98. d75af99 Major build system updates... -Erik by Erik Andersen · 25 years ago
  99. 3522eb1 First pass at writing a shell for busybox. by Erik Andersen · 25 years ago
  100. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago