1. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 18 years ago
  2. 575c8ba Don't break allbareconfig. by Rob Landley · 18 years ago
  3. 6828677 Patch from Shaun Jackman to detect "name=value" variable assignments. Random by Rob Landley · 18 years ago
  4. f946379 Make lash smaller. (Use llist_t for file closing, and different allocation by Rob Landley · 18 years ago
  5. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 18 years ago
  6. 18958e9 Random cleanup of platform.h. by Rob Landley · 18 years ago
  7. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 18 years ago
  8. 19a3940 Patch from Denis Vlasenko: by Rob Landley · 18 years ago
  9. 76ef08c Whitespace cleanup from Denis Vlasenko. by Rob Landley · 18 years ago
  10. 7900b7b Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports by Rob Landley · 18 years ago
  11. c4b6739 Use xstat() instead of if(stat()) die() by Rob Landley · 18 years ago
  12. fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 18 years ago
  13. 9a1a9de Minor size shrinkage. by Rob Landley · 18 years ago
  14. 9a202c9 Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak by Rob Landley · 18 years ago
  15. 1dea55d Fix from Paul Fox to make compressed help text notice config changes. by Rob Landley · 18 years ago
  16. 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 18 years ago
  17. 2f6a317 - fix stupid typo from last checkin by Bernhard Reutner-Fischer · 18 years ago
  18. f81ac42 - remove superfluous CONFIG_BEGIN and CONFIG_END by Bernhard Reutner-Fischer · 18 years ago
  19. a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose by Bernhard Reutner-Fischer · 18 years ago
  20. 081b1ac - invert logic for nocheck_targets to exclude the empty default target. by Bernhard Reutner-Fischer · 18 years ago
  21. e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 18 years ago
  22. 62f9856 - revert incorrect select change by Bernhard Reutner-Fischer · 18 years ago
  23. b25f98a - fix two segfaults (reported by Horst Kronstorfer) by Bernhard Reutner-Fischer · 18 years ago
  24. 3b1936d - use bb_xbind Thanks Erik Hovland by Bernhard Reutner-Fischer · 18 years ago
  25. 44e216f - use bb_xchdir instead of ignoring eventual errors of chdir by Bernhard Reutner-Fischer · 18 years ago
  26. 2d1a6e7 - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed by Bernhard Reutner-Fischer · 18 years ago
  27. 6ba8bbe add ordering warning on enum Location by Paul Fox · 19 years ago
  28. 1e23b6f - make sure that we see string_insert only if we need it. by Bernhard Reutner-Fischer · 19 years ago
  29. 7ba12c6 remove leading "Enable" from the config option text. not only is it by Paul Fox · 19 years ago
  30. 6ab0378 by Paul Fox · 19 years ago
  31. 176f2df Patch from Erik Hovland, via Tito. by Rob Landley · 19 years ago
  32. 9c6f955 Some day, maybe gcc will be able to optimize out static functions that are by Rob Landley · 19 years ago
  33. 2e7dfc1 need prototype for new vfork_daemon() by Mike Frysinger · 19 years ago
  34. 9be7435 initial support for no-mmu systems by Mike Frysinger · 19 years ago
  35. 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
  36. ca70774 bb_xdaemon() isnt available on no-mmu systems by Mike Frysinger · 19 years ago
  37. 373af43 comment all fields by Mike Frysinger · 19 years ago
  38. 2fc534f hint at where the Magic comes from by Mike Frysinger · 19 years ago
  39. f915a77 - do away with the comment that noted that the current implementation by Bernhard Reutner-Fischer · 19 years ago
  40. 6d8ce17 Fix from Tito to read from stdin only when it's not a tty. by Rob Landley · 19 years ago
  41. 5929edc - spelling by Bernhard Reutner-Fischer · 19 years ago
  42. 301ad67 add reference to proc(5) by Mike Frysinger · 19 years ago
  43. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  44. 4c5ad2f Consolidate devfs garbage and mark it as obsolete. by Rob Landley · 19 years ago
  45. 830d258 use bb_xbind/bb_xlisten by Mike Frysinger · 19 years ago
  46. 828d6bb whitespace by Mike Frysinger · 19 years ago
  47. 62a2c15 whitespace by Mike Frysinger · 19 years ago
  48. e3fdf24 add a --noclobber flag by Mike Frysinger · 19 years ago
  49. 81514ec add support for cleaning out previous busybox install by Mike Frysinger · 19 years ago
  50. 74b29a1 dont install emtpy libdirs by Mike Frysinger · 19 years ago
  51. 55b1210 dont mix tabs and spaces, kthx by Mike Frysinger · 19 years ago
  52. bc65849 remove cvs $Id tag by Mike Frysinger · 19 years ago
  53. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
  54. ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 19 years ago
  55. e0387a6 - fix the build if we have ftpput without ftpget (speeling reeoe) by Bernhard Reutner-Fischer · 19 years ago
  56. 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 19 years ago
  57. eb29d6c Remove a config entry that leaked in from my tree before I decided to by Rob Landley · 19 years ago
  58. c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 19 years ago
  59. 280dae7 import support for microblaze relocations from uClinux-dist by Mike Frysinger · 19 years ago
  60. 2a13175 make the default prompt suck less when using fancy prompts by Mike Frysinger · 19 years ago
  61. 75c6b79 fix from uClinux-dist for proper exit status if reading /proc/modules failed by Mike Frysinger · 19 years ago
  62. b306cb7 merge blackfin/microblaze from uClinux-dist by Mike Frysinger · 19 years ago
  63. 8e640a1 use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) by Mike Frysinger · 19 years ago
  64. b16b5bb only check __GNU_LIBRARY__ if it is actually defined by Mike Frysinger · 19 years ago
  65. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
  66. 12d8755 Confirming it's not needed. by Rob Landley · 19 years ago
  67. bc291dc - add note about need to unify the 4 itoa() implementations. by Bernhard Reutner-Fischer · 19 years ago
  68. 1e34731 - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) by Bernhard Reutner-Fischer · 19 years ago
  69. 213cc00 - add note about ingroup and is_a_group_member by Bernhard Reutner-Fischer · 19 years ago
  70. 863073d - add note about removing superfluous fmt specifiers by Bernhard Reutner-Fischer · 19 years ago
  71. 395010b - note to cleanup fprintf(2,...) -> bb_error_msg(...) and by Bernhard Reutner-Fischer · 19 years ago
  72. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 19 years ago
  73. a3d4bf3 - use bb functions instead of handrolling stuff. by Bernhard Reutner-Fischer · 19 years ago
  74. e84f434 Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. by Rob Landley · 19 years ago
  75. 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 19 years ago
  76. 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
  77. b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
  78. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  79. deda6a5 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  80. 2c351a8 - patch from Yann E. Morin: makes modprobe understand shell patterns by Bernhard Reutner-Fischer · 19 years ago
  81. 6255876 2006-06-02 Shaun Jackman <sjackman@gmail.com> by Bernhard Reutner-Fischer · 19 years ago
  82. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 19 years ago
  83. 9a990aa Patch from Atsushi Nemoto: by Rob Landley · 19 years ago
  84. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  85. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  86. ff97ee9 #ifdef reduction. by Rob Landley · 19 years ago
  87. cf1f2ac - fix CONFIG_DEBUG_INIT compile failure by Bernhard Reutner-Fischer · 19 years ago
  88. 3132e9d use xmalloc() by Mike Frysinger · 19 years ago
  89. f0327f8 fix fdflish typo (reported by erik hovland) by Paul Fox · 19 years ago
  90. b5353a2 - look at bb_applet_name. Should close bugs #892 and #893 by Bernhard Reutner-Fischer · 19 years ago
  91. d04e9b8 - shrink logread a bit. by Bernhard Reutner-Fischer · 19 years ago
  92. d112f8f make halt and poweroff messages more accurate (i.e., claim "we're about to", by Paul Fox · 19 years ago
  93. 8fc32d9 Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so by Rob Landley · 19 years ago
  94. 317a45c The common case APPLET() macro only needs three arguments. by Rob Landley · 19 years ago
  95. 9b1857f Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if by Rob Landley · 19 years ago
  96. d5b9b60 Add CONFIG_NITPICK. (And tweak a couple other help entries while I'm there.) by Rob Landley · 19 years ago
  97. 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
  98. c8b360e Use BB endianness macro. by Rob Landley · 19 years ago
  99. b623a54 Header file cleanup. platform.h apparently needs to be included early on so it by Rob Landley · 19 years ago
  100. 8abbee4 Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, by Rob Landley · 19 years ago