1. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  2. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  3. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  4. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  5. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  6. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  7. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  8. 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago
  9. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  10. 215c61d Unbreak allbareconfig. by Rob Landley · 18 years ago
  11. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  12. 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
  13. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  14. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  15. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
  16. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  17. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  18. 6eb2f8e - make sure that the 'build' dir exists even if we are about to build just one applet. by Bernhard Reutner-Fischer · 18 years ago
  19. 1d6fb6d - do away with silly comment and do the Right Thing wrt building the archives. by Bernhard Reutner-Fischer · 18 years ago
  20. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  21. 85c6de7 svn 15355 replaced "BusyBox is licensed under the GNU General Public Public by Rob Landley · 18 years ago
  22. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  23. 73810e8 Add Larry Doolittle's ntpclient, plus some formatting tweaks. by Rob Landley · 18 years ago
  24. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  25. 92582f2 - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more cleanup (see FIXME in the patch). by Bernhard Reutner-Fischer · 18 years ago
  26. 577905f Revert duplicate patch. by Rob Landley · 18 years ago
  27. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  28. 1b2b5cf Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. by Rob Landley · 18 years ago
  29. 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
  30. b5f50ea - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy. by Bernhard Reutner-Fischer · 18 years ago
  31. 428a5cd - fix warning about discarding qualifiers in initialization by Bernhard Reutner-Fischer · 18 years ago
  32. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  33. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  34. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  35. dea6e3d - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c by Bernhard Reutner-Fischer · 18 years ago
  36. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  37. 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
  38. 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
  39. d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
  40. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  41. 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
  42. 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
  43. 1bfca7b Cleanup headers and replace the zero padding with an even smaller version. by Rob Landley · 18 years ago
  44. 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
  45. 8fafacd setkeycodes: something horrible happened here to indentation... fixed now by Denis Vlasenko · 18 years ago
  46. 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
  47. 0c45bb23 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  48. d5d614c xopen3(O_RDONLY) -> xopen(O_RDONLY). by Denis Vlasenko · 18 years ago
  49. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  50. 3526a13 wget: wrap one atrociously long line (around 200 chars long!). by Denis Vlasenko · 18 years ago
  51. d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
  52. 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago
  53. bd8f43d few random readability enhansements. No code changes by Denis Vlasenko · 18 years ago
  54. 9a9edf2 login: make it saner and smaller by ~0.5k. by Denis Vlasenko · 18 years ago
  55. 6bbd174 login: small fixes like \n removal, bb_error_msg'ification, etc. by Denis Vlasenko · 18 years ago
  56. 942e429 login: previous commit comment was wrong :) by Denis Vlasenko · 18 years ago
  57. 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
  58. dd93abe Shrinkage/cleanup from Tito. by Rob Landley · 18 years ago
  59. ef08184 Fix warnings. by Rob Landley · 18 years ago
  60. 3476ad6 Second drop. More infrastructure in place, especially for parsing pipelines. by Rob Landley · 18 years ago
  61. c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
  62. d35c0ef Bugfix for: echo '123456789' | sed 's/./|&/5' by Rob Landley · 18 years ago
  63. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  64. a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
  65. b750dec fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && by Denis Vlasenko · 18 years ago
  66. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  67. b7d8dd9 CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on if !CONFIG_NITPICK by Denis Vlasenko · 18 years ago
  68. 3da6aa8 adding files missed in prev updates (forgot about svn add) by Denis Vlasenko · 18 years ago
  69. f522d12 Denis Vlasenko has started to put stuff on his BusyBox home page, so index it. by Rob Landley · 18 years ago
  70. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  71. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  72. 5d72546 - strip 399424 off the bss by making decompress_uncompress buffers config buffers. by Bernhard Reutner-Fischer · 18 years ago
  73. e614eaf - mdev and grep use xregcomp. Closes bug #1021 by Bernhard Reutner-Fischer · 18 years ago
  74. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  75. 02496aa The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in by Rob Landley · 18 years ago
  76. 797b4d2 run_shell.c: style fix by Denis Vlasenko · 18 years ago
  77. d25a264 xfunc: fix: && -> &. Also nuked two double semicolons... by Denis Vlasenko · 18 years ago
  78. 02add9e Might as well commit this to have the history. It's not linked in to the by Rob Landley · 18 years ago
  79. 4d609cb Thinko. by Rob Landley · 18 years ago
  80. 8cedaba Patch from Natanael Copa to make start-stop-daemon just use readlink and by Rob Landley · 18 years ago
  81. adff40e sulogin: fix bug: -tNNN didn't work by Denis Vlasenko · 18 years ago
  82. 1da6a21 dpkg: fix buffer overflow (bug 983) by Denis Vlasenko · 18 years ago
  83. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  84. 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
  85. 314908d tar: revert older fix (non-portable), added new one. by Denis Vlasenko · 18 years ago
  86. 65113e8 zcip: bb_error_msg had stray newlines; small optimization in opt parsing by Denis Vlasenko · 18 years ago
  87. af906a3 zcip: minor fixes by Denis Vlasenko · 18 years ago
  88. a9abecd zcip: fix stdout/err versus syslog output. by Denis Vlasenko · 18 years ago
  89. 65dbd87 zcip: getopt -> bb_getopt_ulflags by Denis Vlasenko · 18 years ago
  90. 60e3dd6 zcip: convert lots of zero-initialized locals by Denis Vlasenko · 18 years ago
  91. 035aae5 zcip: use xfunc() where appropriate by Denis Vlasenko · 18 years ago
  92. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  93. 87d80dc zcip: apply patch from by Denis Vlasenko · 18 years ago
  94. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  95. bcf4908 ping: bind -> xbind by Denis Vlasenko · 18 years ago
  96. e0b7f71 ping(6): use htons instead of SWAP_BE. by Denis Vlasenko · 18 years ago
  97. 2cbe6e6 ping: implement -I option by Denis Vlasenko · 18 years ago
  98. db7f2e5 ping6: resolve interface name to number early. by Denis Vlasenko · 18 years ago
  99. cb6874c Sync ping and ping6 a bit, fix style and indentation. by Denis Vlasenko · 18 years ago
  100. d53dd3e Fix endianness issue in ping6 by Denis Vlasenko · 18 years ago