1. 1bfca7b Cleanup headers and replace the zero padding with an even smaller version. by Rob Landley · 18 years ago
  2. 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
  3. 8fafacd setkeycodes: something horrible happened here to indentation... fixed now by Denis Vlasenko · 18 years ago
  4. 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
  5. 0c45bb23 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  6. d5d614c xopen3(O_RDONLY) -> xopen(O_RDONLY). by Denis Vlasenko · 18 years ago
  7. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  8. 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
  9. d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
  10. 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago
  11. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  12. 9a9edf2 login: make it saner and smaller by ~0.5k. by Denis Vlasenko · 18 years ago
  13. 6bbd174 login: small fixes like \n removal, bb_error_msg'ification, etc. by Denis Vlasenko · 18 years ago
  14. 942e429 login: previous commit comment was wrong :) by Denis Vlasenko · 18 years ago
  15. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  16. dd93abe Shrinkage/cleanup from Tito. by Rob Landley · 18 years ago
  17. ef08184 Fix warnings. by Rob Landley · 18 years ago
  18. 3476ad6 Second drop. More infrastructure in place, especially for parsing pipelines. by Rob Landley · 18 years ago
  19. c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
  20. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  21. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  22. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  23. b750dec fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && by Denis Vlasenko · 18 years ago
  24. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  25. b7d8dd9 CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on if !CONFIG_NITPICK by Denis Vlasenko · 18 years ago
  26. 3da6aa8 adding files missed in prev updates (forgot about svn add) by Denis Vlasenko · 18 years ago
  27. f522d12 Denis Vlasenko has started to put stuff on his BusyBox home page, so index it. by Rob Landley · 18 years ago
  28. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  29. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  30. 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
  31. e614eaf - mdev and grep use xregcomp. Closes bug #1021 by Bernhard Reutner-Fischer · 18 years ago
  32. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  33. 02496aa The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in by Rob Landley · 18 years ago
  34. 797b4d2 run_shell.c: style fix by Denis Vlasenko · 18 years ago
  35. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  36. 02add9e Might as well commit this to have the history. It's not linked in to the by Rob Landley · 18 years ago
  37. 4d609cb Thinko. by Rob Landley · 18 years ago
  38. 8cedaba Patch from Natanael Copa to make start-stop-daemon just use readlink and by Rob Landley · 18 years ago
  39. adff40e sulogin: fix bug: -tNNN didn't work by Denis Vlasenko · 18 years ago
  40. 1da6a21 dpkg: fix buffer overflow (bug 983) by Denis Vlasenko · 18 years ago
  41. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  42. 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
  43. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  44. 65113e8 zcip: bb_error_msg had stray newlines; small optimization in opt parsing by Denis Vlasenko · 18 years ago
  45. af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
  46. a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
  47. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  48. 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
  49. 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
  50. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  51. 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
  52. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  53. bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
  54. e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
  55. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  56. db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
  57. cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
  58. d53dd3e Fix endianness issue in ping6 by Denis Vlasenko · 18 years ago
  59. bfbc4eb - patch from Csaba Henk to make the "User-Agent" header field configurable. by Bernhard Reutner-Fischer · 18 years ago
  60. 686298d Walter Harms contributed a section on scripting languages. (I trimmed it by Rob Landley · 18 years ago
  61. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  62. f5bbc69 Bernhard Fischer complained about moving --sort-common. by Rob Landley · 18 years ago
  63. 1fdd83f There's some strange bug in glibc that triggers if you combine the by Rob Landley · 18 years ago
  64. 31e2c00 - set version back to 1.2.0 like it was before. Add at least -svn to the Extraversion to be able to distinguish it from the now old 1.2.0 release by Bernhard Reutner-Fischer · 18 years ago
  65. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  66. 8c1eda5 - it's a mistake to remove lib-specific prefixes from libraries; still the removal should be complete. by Bernhard Reutner-Fischer · 18 years ago
  67. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  68. 6ce8dae need libsepol in addtion to libselinux by Mike Frysinger · 18 years ago
  69. 99b7068 - do maintainers duty by bumping version to 1.3.0-pre0; by Bernhard Reutner-Fischer · 18 years ago
  70. 8479063 Bugfix from Jason Schoon: send the right signal with -s. by Rob Landley · 18 years ago
  71. 028ba28 More allbareconfig fixes. by Rob Landley · 18 years ago
  72. b8cea6d Jordan Crouse submitted a patch to only include xregcomp.c when we actually by Rob Landley · 18 years ago
  73. abfe107 No real need for my_query_module() and this eliminates some type-punned by Rob Landley · 18 years ago
  74. 82ac9ec - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause by Bernhard Reutner-Fischer · 18 years ago
  75. 099ed50 Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why by Rob Landley · 18 years ago
  76. f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
  77. 4b5827a Patch from Yann Morin so modprobe won't return failure if the module gets by Rob Landley · 18 years ago
  78. ecb2957 "Jordan Crouse" <jordan.crouse@amd.com> says: by Rob Landley · 18 years ago
  79. 98a9157 Michael Opdenacker spotted that makefile should use () instead of {}. by Rob Landley · 18 years ago
  80. 1ffe1ed Oops, Michael pointed out that my cleanup left some dead code in there. by Rob Landley · 18 years ago
  81. 43ee36c Yann E. Morin spotted a broken check_ld macro. by Rob Landley · 18 years ago
  82. 0e4690d Michael Opdenacker contributed a readahead applet. by Rob Landley · 18 years ago
  83. 289e86a - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g by Bernhard Reutner-Fischer · 18 years ago
  84. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  85. 13068a4 - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK by Bernhard Reutner-Fischer · 18 years ago
  86. 71193a8 - remove CRIS specific CFLAG from generic flags-checking. by Bernhard Reutner-Fischer · 18 years ago
  87. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  88. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  89. eb28ce4 Timo Scheffler pointed out that OpenWRT isn't listed. by Rob Landley · 18 years ago
  90. fac4ebe Add link to BusyBox Weekly News. (Yeah, another timesink.) by Rob Landley · 18 years ago
  91. 95718b3 New entry about backporting fixes. by Rob Landley · 18 years ago
  92. b90a371 Update the tinyutils page to mention microperl, LUA, buildroot, by Rob Landley · 18 years ago
  93. 4640b05 Bernhard Fischer pointed out some leftover debris needing cleanup. by Rob Landley · 18 years ago
  94. a299efb Make a warning go away when standalone shell is disabled. by Rob Landley · 18 years ago
  95. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  96. b988462 Ok, features.h already defines _OPEN_SOURCE (and complains if it's already by Rob Landley · 18 years ago
  97. 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
  98. e55a73c Update usage to talk about the new shared subtree stuff in mount. by Rob Landley · 18 years ago
  99. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  100. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago