1. f350160 Remove "#if 1" directives. by "Robert P. J. Day" · 18 years ago
  2. 01772ae Annoint 1.2.0. by Rob Landley · 18 years ago
  3. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  4. 5df6d9f - Give Rob Landley things TODO like depmod by Ned Ludd · 18 years ago
  5. a526c30 Make another warning go away. by Rob Landley · 18 years ago
  6. ab58d5c Make warnings go away. by Rob Landley · 18 years ago
  7. 9c0e4f0 More random todo items... by Rob Landley · 18 years ago
  8. 8bbdb87 This kind of paranoia is a debug option at best. by Rob Landley · 18 years ago
  9. cd54528 Fix bug 744 by moving the flushing logic into the exhausted read buffer test. by Rob Landley · 18 years ago
  10. 00c051e Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time by Rob Landley · 18 years ago
  11. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  12. 7077ea3 Some old kernel headers don't #include BLKSSZGET in sys/mount.h. by Rob Landley · 18 years ago
  13. c5e4ab7 Minor update on init not working. by Rob Landley · 18 years ago
  14. a6e6037 Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its by Rob Landley · 18 years ago
  15. db1ab1a Top was catching sigterm (and fumbling sigint) so it could reset the terminal by Rob Landley · 18 years ago
  16. ea7c185 Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" by Rob Landley · 18 years ago
  17. cc826d7 cleanup patch usage by Mike Frysinger · 18 years ago
  18. 1979d3c More website cleanup. by Rob Landley · 18 years ago
  19. d879ffb Move 2005 and earlier to oldnews. by Rob Landley · 18 years ago
  20. ed9aec9 Redo the license section completely, and update the header to group the tabs. by Rob Landley · 18 years ago
  21. cddba6c Move documentation links into the index so they're more visible. by Rob Landley · 18 years ago
  22. af12cb3 Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by by Rob Landley · 18 years ago
  23. 22f383e Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top. by Rob Landley · 18 years ago
  24. 21302c2 Properly print the output for a sit (IPv6-in-IPv4) interface. by "Robert P. J. Day" · 18 years ago
  25. 4137dd7 Aesthetic fix to use newer structure initialization format. by "Robert P. J. Day" · 18 years ago
  26. cd68a2e fix watchdog on no-mmu systems by adding -F option for rexec by Mike Frysinger · 18 years ago
  27. 42705ab dont setpgrp() for now as it breaks system() and that is more important than ctrl+c handling of background processes by Mike Frysinger · 18 years ago
  28. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
  29. cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 18 years ago
  30. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  31. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  32. a892bf8 Whitespace. (Vim's auto-indent is kind of annoying at times, like "daytime" by Rob Landley · 18 years ago
  33. 934da82 Fix a possible race condition if two processes try to claim the same loop by Rob Landley · 18 years ago
  34. 768945b A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and by Rob Landley · 18 years ago
  35. 641c353 Add a test from Glenn. by Rob Landley · 18 years ago
  36. e1ee482 Document mount's new error return conventions. by Rob Landley · 18 years ago
  37. c983274 The logic to make cp -d or -P treat things like regular files should only by Rob Landley · 18 years ago
  38. 5d9c42a Slowly pulling more common headers into libbb.h. Andre pointed out that by Rob Landley · 18 years ago
  39. 53433b3 Clean up. by Rob Landley · 18 years ago
  40. 1fa4a94 Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak by Rob Landley · 18 years ago
  41. 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
  42. 135cee3 Jean Wolter writes: modprobe checks, whether a module is already loaded. The function used for this currently always returns 0. by Mike Frysinger · 18 years ago
  43. 3549213 - add note about strict ordering by Bernhard Reutner-Fischer · 18 years ago
  44. c2ad4f5 Jean Wolter writes: ash uses bsearch to search in the list of built-in commands, therefore the list of built-in commands has to be ordered. Revision 15077 introduced the source built-in and destroyed this order. And now ash doesn't find the shift command anymore. by Mike Frysinger · 18 years ago
  45. 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 19 years ago
  46. dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 19 years ago
  47. 399d45f Aurelien Jacobs pointed out inline functions that could be removed. Doing so by Rob Landley · 19 years ago
  48. e5e1a10 Remove pointless "inline" wrapper around get_terminal_width_height(). by Rob Landley · 19 years ago
  49. 2d6af16 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close by Rob Landley · 19 years ago
  50. b049c0e only enable count_bit functions when actually needed to fix warning reported by Bernhard Fischer by Mike Frysinger · 19 years ago
  51. b13fee4 Since rangecoder is just a bunch of C functions, move it into the one user by Rob Landley · 19 years ago
  52. 5483de1 Cleanup patch from Shaun Jackman converting %m to perror. by Rob Landley · 19 years ago
  53. 9fe801e Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6 by Rob Landley · 19 years ago
  54. 14ff19b assign default debug level to the MSHDEBUG define by Mike Frysinger · 19 years ago
  55. 2b8a05a I broke allbareconfig with half-finished cleanups I'd forgotten weren't done. by Rob Landley · 19 years ago
  56. 8437ede The type changed too. by Rob Landley · 19 years ago
  57. 5ab8f7d Use the new names for tty_baud_to_value() and tty_value_to_baud() again. by Peter Kjellerstedt · 19 years ago
  58. 57c1f73 Revert the last two patches to go back to a state before this file was by Rob Landley · 19 years ago
  59. 2818b29 Patch by Robert P. Day to make structs use c99 initializers. by Rob Landley · 19 years ago
  60. 2a613d7 Patch from Robert P. J. Day cleaning up some unnecessary preprocessor by Rob Landley · 19 years ago
  61. 352e117 Amrein-Marie Christophe pointed out that Mandrake changed its name. by Rob Landley · 19 years ago
  62. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 19 years ago
  63. 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 19 years ago
  64. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 19 years ago
  65. 14d7065 Make this slightly more readable, and expose the hypocrasy of a comment that by Rob Landley · 19 years ago
  66. b000586 danf writes: stty doesn't support baud rates > 460800 bps, the attached patch adds support for all baud rates supported by Linux 2.6.16 on x86. by Mike Frysinger · 19 years ago
  67. fe3d844 Make it so Erik has to forward me less email. by Rob Landley · 19 years ago
  68. fa61ca7 - add cross-reference generation target. Experimental. by Bernhard Reutner-Fischer · 19 years ago
  69. 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 19 years ago
  70. d9a761d Revert svn 15333. If you vfork, you must either exec or exit. (The parent is by Rob Landley · 19 years ago
  71. 1449a20 This directory was fallout from the great feature freeze of 2003, which led by Rob Landley · 19 years ago
  72. 7470419 - hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default. by Bernhard Reutner-Fischer · 19 years ago
  73. f5efa7b - add patch to provide a target 'html' to build a cross-reference of the source by Bernhard Reutner-Fischer · 19 years ago
  74. fd4b61d - add needed includes and include busybox.h needed for the ATTRIBUTE define. by Bernhard Reutner-Fischer · 19 years ago
  75. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 19 years ago
  76. 9947a24 Patch from Rich Felker: by Rob Landley · 19 years ago
  77. 1761b9d - use shorter boilerplate, more accurate header guard by Bernhard Reutner-Fischer · 19 years ago
  78. 7011dd0 - drats. by Bernhard Reutner-Fischer · 19 years ago
  79. 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 19 years ago
  80. 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 19 years ago
  81. cd82c3c Don't do workarounds for broken shells. Busybox is about to grow a shell that by Rob Landley · 19 years ago
  82. 04b7ef9 Jens Michaelsen pointed out that Linksys' firmware download side moved. by Rob Landley · 19 years ago
  83. 148734d We came up with our own names for ATTRIBUTE_*, so why check if they're already by Rob Landley · 19 years ago
  84. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 19 years ago
  85. d6e5083 Help text update for libbb, talking about make standalone. by Rob Landley · 19 years ago
  86. e2c7d34 - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a by Bernhard Reutner-Fischer · 19 years ago
  87. 597e70e - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP by Bernhard Reutner-Fischer · 19 years ago
  88. 32bf1f9 - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig by Bernhard Reutner-Fischer · 19 years ago
  89. f1bd42a - correct typo by Bernhard Reutner-Fischer · 19 years ago
  90. df798b7 - minor size tweak by Bernhard Reutner-Fischer · 19 years ago
  91. 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 19 years ago
  92. d760560 Attempt at fixing bug 836, vaguely based on patch from somebody named by Rob Landley · 19 years ago
  93. a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
  94. c7ddefc Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at by Rob Landley · 19 years ago
  95. 575c8ba Don't break allbareconfig. by Rob Landley · 19 years ago
  96. 6828677 Patch from Shaun Jackman to detect "name=value" variable assignments. Random by Rob Landley · 19 years ago
  97. f946379 Make lash smaller. (Use llist_t for file closing, and different allocation by Rob Landley · 19 years ago
  98. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 19 years ago
  99. 18958e9 Random cleanup of platform.h. by Rob Landley · 19 years ago
  100. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago