1. fe76cd5 insmod: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  2. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  3. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  4. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago
  5. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  6. 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  7. 01e88f0 gzip: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  8. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
  9. 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  10. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  11. 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  12. 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  13. 109d21f adjtimex: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  14. cb1ba86 logger: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  15. f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
  16. cad3668 readprofile: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  17. 7869c01 ipcs: fix my recent breakage by Denis Vlasenko · 18 years ago
  18. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  19. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  20. 05592ac - update and expand TODO a little bit by Bernhard Reutner-Fischer · 18 years ago
  21. 3503ff7 - pull r15578 from busybox_scratch branch: by Bernhard Reutner-Fischer · 18 years ago
  22. 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  23. ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
  24. a528643 - gcc-2.95 doesn't support -static-libgcc - remove Winline by Bernhard Reutner-Fischer · 18 years ago
  25. 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
  26. fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
  27. 4ef6f64 The version checked into the tree is a snapshot of an unifinished applet, and by Rob Landley · 18 years ago
  28. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  29. 94b383d License clarification. by Rob Landley · 18 years ago
  30. d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 18 years ago
  31. a658577 - fix embarrassing typo of mine. Closes bug #1038 by Bernhard Reutner-Fischer · 18 years ago
  32. 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
  33. c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
  34. 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
  35. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  36. debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
  37. 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
  38. 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  39. e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
  40. 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
  41. 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
  42. 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
  43. 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
  44. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  45. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  46. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  47. a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
  48. 6231e87 style fixes by Denis Vlasenko · 18 years ago
  49. 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
  50. a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
  51. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  52. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  53. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  54. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  55. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  56. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  57. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  58. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  59. 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago
  60. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  61. 215c61d Unbreak allbareconfig. by Rob Landley · 18 years ago
  62. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  63. 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
  64. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  65. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  66. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
  67. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  68. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  69. 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
  70. 1d6fb6d - do away with silly comment and do the Right Thing wrt building the archives. by Bernhard Reutner-Fischer · 18 years ago
  71. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  72. 85c6de7 svn 15355 replaced "BusyBox is licensed under the GNU General Public Public by Rob Landley · 18 years ago
  73. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  74. 73810e8 Add Larry Doolittle's ntpclient, plus some formatting tweaks. by Rob Landley · 18 years ago
  75. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  76. 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
  77. 577905f Revert duplicate patch. by Rob Landley · 18 years ago
  78. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  79. 1b2b5cf Fix from Bernhard for somebody trying to limp along with gcc 2.95.4. by Rob Landley · 18 years ago
  80. 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
  81. 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
  82. 428a5cd - fix warning about discarding qualifiers in initialization by Bernhard Reutner-Fischer · 18 years ago
  83. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  84. 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
  85. 57b5667 - merge xstat.c into xfuncs.c by Bernhard Reutner-Fischer · 18 years ago
  86. dea6e3d - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c by Bernhard Reutner-Fischer · 18 years ago
  87. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  88. 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
  89. 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
  90. d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
  91. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  92. 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
  93. 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
  94. 1bfca7b Cleanup headers and replace the zero padding with an even smaller version. by Rob Landley · 18 years ago
  95. 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
  96. 8fafacd setkeycodes: something horrible happened here to indentation... fixed now by Denis Vlasenko · 18 years ago
  97. 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
  98. 0c45bb23 tar: fix "xopen with O_CREAT" warning, improve zero padding write by Denis Vlasenko · 18 years ago
  99. d5d614c xopen3(O_RDONLY) -> xopen(O_RDONLY). by Denis Vlasenko · 18 years ago
  100. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago