1. 2f2da90 "I will always compile before I commit" x 100 by Eric Andersen · 23 years ago
  2. b6b519b Update how we detect if libc5 is in use. -Erik by Eric Andersen · 23 years ago
  3. d3f97f1 Fix warning generated by pod2html about unterminated list. by Matt Kraai · 23 years ago
  4. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  5. 4391a16 Fixed option parsing. Grep would continue grepping, even when given a bad / by Mark Whitley · 23 years ago
  6. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  7. a75e286 Bump version number to 0.51 by Eric Andersen · 23 years ago
  8. 59aa570 Enable freeramdisk and pivot_root, disable lash for the Debian .udeb -Erik by Eric Andersen · 23 years ago
  9. fc994d1 make sure we auto-close debian bug #91758 -Erik by Eric Andersen · 23 years ago
  10. 7cf9fed update the changelog, prepatory to the 0.51 release. Please review by Eric Andersen · 23 years ago
  11. 3f8688b Update changelog by Eric Andersen · 23 years ago
  12. 5d6f344 use 'USE_SYSTEM_PWD_GRP=false' for the Debian packages so the boot-floppies by Eric Andersen · 23 years ago
  13. 305fdfa Reorganise status field to use 3 chars instead of one bit shifted long int. by Glenn L McGrath · 23 years ago
  14. 37849f3 Use create_path instead of mkdir by Glenn L McGrath · 23 years ago
  15. 13e9c7a It now correctly backs up the (still corrupt) status file by Glenn L McGrath · 23 years ago
  16. 0e757a2 Some fixes, but still broken... (cont) by Glenn L McGrath · 23 years ago
  17. f608da4 Ignore SIGTERM prior to gz_close() by Glenn L McGrath · 23 years ago
  18. e5f3957 Fix warning by Glenn L McGrath · 23 years ago
  19. 8a9b2c6 Note that insmod now also supports powerpc and mips. Thanks Larry. by Eric Andersen · 23 years ago
  20. aa21e0f An optimization from Vladimir by Eric Andersen · 23 years ago
  21. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  22. 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 23 years ago
  23. c270ec1 Add support of /W prompts -Erik by Eric Andersen · 23 years ago
  24. 831ed16 Handle glibc 2.0.7 as well by Eric Andersen · 23 years ago
  25. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  26. ea90650 Some cleanups/fixes for the syslogd circular buffer code from Gennady Feldman. by Eric Andersen · 23 years ago
  27. 79359d8 by John Beppu · 23 years ago
  28. 94e5054 by John Beppu · 23 years ago
  29. 5bca0af by John Beppu · 23 years ago
  30. 9a1395b by John Beppu · 23 years ago
  31. 4e2439a It seems all the stdout munging was useless anyways, since by Eric Andersen · 23 years ago
  32. 911af57 Be more generic for libc5. We don't need to know struct definitions by Eric Andersen · 23 years ago
  33. 64c8b17 Another iteration -- adjust the init_module syscall a bit. -Erik by Eric Andersen · 23 years ago
  34. acc7757 *** empty log message *** by Eric Andersen · 23 years ago
  35. a2a978a Some further syscall adjustments. Split the module syscalls out of by Eric Andersen · 23 years ago
  36. fdefbbb dpkg_deb had not been updated for the new gunzip interface. Fix it. -Erik by Eric Andersen · 23 years ago
  37. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  38. 3c0364f Patch from Larry Doolittle to eliminate needless thrashing by Eric Andersen · 23 years ago
  39. 4fd382e Remove unused optarg variable by Eric Andersen · 23 years ago
  40. 0607053 Failed to name "Electric-fence" explicitly by Eric Andersen · 23 years ago
  41. d402edf Some cleanups for libc5 support by Eric Andersen · 23 years ago
  42. 14fe392 Fix a warning with libc5. -Erik by Eric Andersen · 23 years ago
  43. b2e3e9b Seems that stupid libc5 doesn't implement daemon(), so conditionally by Eric Andersen · 23 years ago
  44. 2129f97 Avoid segfault when export is invoked with no arguments. Thanks to by Matt Kraai · 23 years ago
  45. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 23 years ago
  46. 91c9388 Place a temporary bandaid on the ls/du/df human-readable issue. This method is by Eric Andersen · 23 years ago
  47. 24073c7 Add in easy-to-use electric-fence support. -Erik by Eric Andersen · 23 years ago
  48. 60b2d8d if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad, by Eric Andersen · 23 years ago
  49. c97ec34 A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now by Eric Andersen · 23 years ago
  50. 0f0c0b4 Make 'busybox --help' work as expected, closing bug #1139 -Erik by Eric Andersen · 23 years ago
  51. c0c502e Fix for bug 1143 from Larry Doolittle -Erik by Eric Andersen · 23 years ago
  52. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  53. f77d886 Formatting change by Eric Andersen · 23 years ago
  54. 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 23 years ago
  55. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago
  56. e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 23 years ago
  57. 3a6da8c gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled. by Eric Andersen · 23 years ago
  58. 5f2ef46 Fix zcat by Glenn L McGrath · 23 years ago
  59. ed7a776 gunzip -c works again by Glenn L McGrath · 23 years ago
  60. ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 23 years ago
  61. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  62. c835567 Fix ls so it uses make_human_readable_str() the same way already by Eric Andersen · 23 years ago
  63. d98e574 Patch bass ackwards behavior of hr flag. by Matt Kraai · 23 years ago
  64. 7cd0cfe Rewrite to fix bug #1140 and make it slightly smaller. by Matt Kraai · 23 years ago
  65. f957c77 Enable tar -z support again by default by Glenn L McGrath · 23 years ago
  66. 02cebeb Remove cruft by Glenn L McGrath · 23 years ago
  67. 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 23 years ago
  68. 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 23 years ago
  69. ee79ca1 Disable tar -z for now by Glenn L McGrath · 23 years ago
  70. 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 23 years ago
  71. 58e42d5 Major cleanup to better adhere to style guide and use standard busybox functions by Glenn L McGrath · 23 years ago
  72. f58efb5 Add functions that were shared with gunzip.c, gunzip about to change. by Glenn L McGrath · 23 years ago
  73. a2e68fc Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). by Matt Kraai · 23 years ago
  74. 5b8939b Some more words on sending patches to the bug-tracker. by Mark Whitley · 23 years ago
  75. 9a21446 Applied patch from David Douthitt to fix problem where ls reports half the by Mark Whitley · 23 years ago
  76. cc7b4f3 Some more tests for cut. Craig Matsuura said he saw some problems along these by Mark Whitley · 23 years ago
  77. bff6b18 Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that by Mark Whitley · 23 years ago
  78. 2b549c3 Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a at by Mark Whitley · 23 years ago
  79. 5cd2a2d In fact, socklen_t *is* defined by libc5. by Mark Whitley · 23 years ago
  80. a82a003 Fix to last patch: locale code should be 9, not 7. by Mark Whitley · 23 years ago
  81. 1c6581a Applied patch from Vladimir N. Oleynik to add locale support to the shell per by Mark Whitley · 23 years ago
  82. af63375 Applied patch from Anthony Towns that he posted to Debian bug tracking. by Mark Whitley · 23 years ago
  83. 049dc25 Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmberg@axis.com>. by Manuel Novoa III · 23 years ago
  84. 36eff9a Bump version number to 0.51pre by Eric Andersen · 23 years ago
  85. 6f3240a xstrdup xargs cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  86. 6b2c23d xstrdup tftp cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  87. 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 23 years ago
  88. f6aa13d -Wshadow tr fix from Jeff Garzik by Eric Andersen · 23 years ago
  89. 82ab8da -Wshadow sh fix from Jeff Garzik by Eric Andersen · 23 years ago
  90. 8ffaf8d -Wshadow logread fix from Jeff Garzik by Eric Andersen · 23 years ago
  91. c54f953 -Wshadow loadacm fix from Jeff Garzik by Eric Andersen · 23 years ago
  92. 08ff8a4 includes cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  93. 0b4d73a Some minor wordsmithing, an extra item in the list of "things Busybox doesn't by Mark Whitley · 23 years ago
  94. 82bb8a2 Patch from Dirk Behme <dirk.behme@de.bosch.com> to by Eric Andersen · 23 years ago
  95. 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 23 years ago
  96. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  97. 7447642 Added a section on the available Busybox boot-floppy image. Also provided some by Mark Whitley · 23 years ago
  98. 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 23 years ago
  99. ba37262 Force applet_name to be "sh" when command prefaced by "-" by Eric Andersen · 23 years ago
  100. 7ef1a5b Fix up command line munging in init. Postpone the askfirst thing till by Eric Andersen · 23 years ago