1. 391a904 Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like by Rob Landley · 19 years ago
  2. 6130b9b Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't by Rob Landley · 19 years ago
  3. e0ae702 ash with -funsigned-char don`t work! by "Vladimir N. Oleynik" · 19 years ago
  4. b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
  5. 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
  6. b70ccd9 Close bug 644: loop incrementing twice, skipping ever other device. by Rob Landley · 19 years ago
  7. e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
  8. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  9. 2edf526 The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything by Rob Landley · 19 years ago
  10. aaffef4 Start of developer documentation for busybox. by Rob Landley · 19 years ago
  11. f9d40d6 compile on 2.96 for a while longer -- no floating declarations. by Paul Fox · 19 years ago
  12. c1d6990 Patch from Aurelien Jacobs to add unlzma. (A new decompression type, by Rob Landley · 19 years ago
  13. 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
  14. c8e4115 Update readme and install.sh usage message. by Rob Landley · 19 years ago
  15. 5a620ea - Document -m, -c, -s and provide a default shell for standalone build. by Bernhard Reutner-Fischer · 19 years ago
  16. a901b40 - missing bits of patch attached to bug #249 (constify). by Bernhard Reutner-Fischer · 19 years ago
  17. f771d88 - need to have config MODULE in order to make tristate work.. by Bernhard Reutner-Fischer · 19 years ago
  18. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  19. cfc8f59 restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov by "Vladimir N. Oleynik" · 19 years ago
  20. b565a12 - bump version to 1.1.1 nonrelease series (let's say -pre0). by Bernhard Reutner-Fischer · 19 years ago
  21. d9679e3 - remove debian/ by Bernhard Reutner-Fischer · 19 years ago
  22. 37dec0e - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. by Bernhard Reutner-Fischer · 19 years ago
  23. 0f9ae1a setgid and setuid have changes effective id too by "Vladimir N. Oleynik" · 19 years ago
  24. fb29b46 sync with dash_0.5.3-1 by "Vladimir N. Oleynik" · 19 years ago
  25. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  26. 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 19 years ago
  27. 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 19 years ago
  28. 734a779 1.1.0 is out. by Rob Landley · 19 years ago
  29. 72d1a23 add find's "-mmin" option. configurable. by Paul Fox · 19 years ago
  30. 4a1865c - revert last change for now.. by Bernhard Reutner-Fischer · 19 years ago
  31. 5a62284 this applet needlessly big! TODO: bb_getopt_ulflags() by Bernhard Reutner-Fischer · 19 years ago
  32. 26ea0b7 - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't by Bernhard Reutner-Fischer · 19 years ago
  33. 853c44b - correct definitions. by Bernhard Reutner-Fischer · 19 years ago
  34. 2677cf1 - Mention code-cleanup possibilities in TODO. by Bernhard Reutner-Fischer · 19 years ago
  35. dd9dce1 - shrink simple obscure stuff a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
  36. eedd1be - remove warning about redeclaration of __constant_htons by Bernhard Reutner-Fischer · 19 years ago
  37. d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
  38. 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
  39. 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
  40. bbf4e16 Ok, ping needs a rewrite from the ground up. (This is not a busybox app.) by Rob Landley · 19 years ago
  41. 009765d And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. by Rob Landley · 19 years ago
  42. 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  43. bc059bc The brain-dead FTP servers on Solaris don't support the size command. by Rob Landley · 19 years ago
  44. 9e4100b Don't return 0 when there's an error. by Rob Landley · 19 years ago
  45. 71d6ccd With -a, the jump to mount_it_now can skip the initialization of f, and by Rob Landley · 19 years ago
  46. 8b0efdb Both atime and diratime should switch _off_ the corresponding no* flag. by Rob Landley · 19 years ago
  47. bd67e80 upgrade ZyXEL from hall of shame to hall of [product] fame by Mike Frysinger · 19 years ago
  48. f01e178 removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito by "Vladimir N. Oleynik" · 19 years ago
  49. 5184336 Bug 112, return value of awk should be /256. In reality, we should probably by Rob Landley · 19 years ago
  50. fb8c498 Fix bug 603: "chown :root thingy" should work now. by Rob Landley · 19 years ago
  51. e569553 Bug 547: writing out the tar file header before we confirm we can actually by Rob Landley · 19 years ago
  52. 3d1bbf0 Minor cosmetic fix from Tito. by Rob Landley · 19 years ago
  53. 8bcc6e9 Why we didn't take a watchdog.c suggestion this time 'round, in case anybody by Rob Landley · 19 years ago
  54. e87ae0b declare const for fun by Mike Frysinger · 19 years ago
  55. e885d53 Tito writes: by Mike Frysinger · 19 years ago
  56. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  57. 251161f Bug 624 wants quoted char support for printf, so you can do something like: by Rob Landley · 19 years ago
  58. f8ec1b5 No, we _want_ the suid and sgid bits reverted by chown, for security reasons. by Rob Landley · 19 years ago
  59. c00411a - better wording by Bernhard Reutner-Fischer · 19 years ago
  60. 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
  61. b924055 Jason Schoon writes: by Mike Frysinger · 19 years ago
  62. f982d86 import nios2 support from microtronix by Mike Frysinger · 19 years ago
  63. 29ed59e make mount usage a bit more terse by Mike Frysinger · 19 years ago
  64. 705fad2 just use bb_xfopen() by Mike Frysinger · 19 years ago
  65. bb12d6f fix comment documentation by Mike Frysinger · 19 years ago
  66. 823f80f - silence warning about unused param by Bernhard Reutner-Fischer · 19 years ago
  67. f00680e - use HOSTCC instead of a hardcoded cc by Bernhard Reutner-Fischer · 19 years ago
  68. 0bf67e8 remove buffer overflow by Erik and decodeString problem by Glenn, add error check of decodeString as Apache by "Vladimir N. Oleynik" · 19 years ago
  69. ce88793 When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. by Rob Landley · 19 years ago
  70. 9085467 Trying to losetup a device as a regular user shouldn't result in an endless by Rob Landley · 19 years ago
  71. beb665a Second attempt to simplify the login menu. Shadow password stuff at the top, by Rob Landley · 19 years ago
  72. 1732974 - fix check for group and user, remove some whitespace while at it. by Bernhard Reutner-Fischer · 19 years ago
  73. 5d84c23 Fix chroot, leave console alone if -c not specified, and yank debug code. by Rob Landley · 19 years ago
  74. 7b363fd Some minor cleanups/bugfixes split off from the big remount work: by Rob Landley · 19 years ago
  75. b962041 Shadow password support went beyond the dependency event horizon, just make by Rob Landley · 19 years ago
  76. 6a24976 Actually, static buffers look like _this_... by Rob Landley · 19 years ago
  77. 6b903a2 remove debug feature for production by "Vladimir N. Oleynik" · 19 years ago
  78. 9a1e25d Make a few warnings go away. by Rob Landley · 19 years ago
  79. c90c8b5 Do an svn log -v, the information in this changelog is stunningly obsolete. by Rob Landley · 19 years ago
  80. b3f05a4 Shadow password support involves vlock too. by Rob Landley · 19 years ago
  81. 68eb9dd Patch from Tito to make vlock much smaller. by Rob Landley · 19 years ago
  82. 553d83d strncmp isn't automatically superior to strcmp. Especially when it isn't by Rob Landley · 19 years ago
  83. 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
  84. b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
  85. 1a78103 Bug 601: When we fork an archiver and feed stuff to it through a pipe, if by Rob Landley · 19 years ago
  86. ef1f7b5 Ahem. Vladimir checked in a different fix bug didn't close out the bug. by Rob Landley · 19 years ago
  87. 4b91b88 Less would segfault if it had no tty. (Bug 600.) by Rob Landley · 19 years ago
  88. 199501f I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is by Rob Landley · 19 years ago
  89. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
  90. ddc280e sync license from mainstream by "Vladimir N. Oleynik" · 19 years ago
  91. 8315cd5 fopen(TTY...) to bb_xfopen(), close bug 600 by "Vladimir N. Oleynik" · 19 years ago
  92. 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
  93. 73bffd4 - remove duplicate entry for switch_root by Bernhard Reutner-Fischer · 19 years ago
  94. 42eddba Add a fflush(stdout). by Rob Landley · 19 years ago
  95. ae50c6d Better use of the ENABLE guards. by Rob Landley · 19 years ago
  96. e0c418e The rest of Yann E. Morin's install revamp. by Rob Landley · 19 years ago
  97. 164c5c8 Eliminate unnecessary allocation from md5sum that was leaked without ever being used. by Rob Landley · 19 years ago
  98. 5aabf4e Fix -g and -p options. Patch from Traceman. (I don't know who that is, by Rob Landley · 19 years ago
  99. 483027f Patch from dlively (whoever that is, see bug 591) to fix by Rob Landley · 19 years ago
  100. d42ef28 - several functions depend on IPv4 or IPv6 od IPX support. by Bernhard Reutner-Fischer · 19 years ago