1. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  2. b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
  3. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  4. 546cd18 mount: accept and ignore -s (sloppy) option. by Denis Vlasenko · 18 years ago
  5. 39d551f fbset: store short string in the structure itself instead of the pointer by Denis Vlasenko · 18 years ago
  6. 274b8c0 fbset: add support for -a (bug 1017) by Denis Vlasenko · 18 years ago
  7. 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
  8. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  9. b172678 mount: fix bug 946 (mount -f should update mtab) by Denis Vlasenko · 18 years ago
  10. 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
  11. da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
  12. 4c196a8 hexdump: fixlet for my breakage by Denis Vlasenko · 18 years ago
  13. 2dbeaa9 hexdump: deindent, almost fits into 80 columns now by Denis Vlasenko · 18 years ago
  14. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg 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. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  19. ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
  20. 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
  21. 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
  22. c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
  23. 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
  24. 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
  25. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  26. a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
  27. 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
  28. a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
  29. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  30. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  31. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  32. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  33. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  34. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  35. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  36. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  37. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
  38. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  39. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  40. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  41. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  42. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  43. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  44. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  45. 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
  46. 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
  47. d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
  48. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  49. 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
  50. 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
  51. c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
  52. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  53. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  54. 4d609cb Thinko. by Rob Landley · 18 years ago
  55. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  56. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  57. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  58. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  59. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  60. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  61. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  62. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  63. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  64. 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
  65. 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
  66. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  67. 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
  68. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  69. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  70. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  71. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  72. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  73. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  74. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  75. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  76. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  77. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  78. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  79. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
  80. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  81. 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 18 years ago
  82. dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 18 years ago
  83. 7a260f0 Make some 64 bit warnings go away on x86-64. by Rob Landley · 18 years ago
  84. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  85. bc8c503 Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently by Rob Landley · 18 years ago
  86. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  87. 7c7b0d7 Rewrite of dmesg, smaller and simpler. by Rob Landley · 18 years ago
  88. 18958e9 Random cleanup of platform.h. by Rob Landley · 18 years ago
  89. 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 18 years ago
  90. fd8409f Patch from Denis Vlasenko, tweak error messages. by Rob Landley · 18 years ago
  91. 9a1a9de Minor size shrinkage. by Rob Landley · 18 years ago
  92. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 18 years ago
  93. c44ab02 Whack the one last warning in make allbareconfig... by Rob Landley · 18 years ago
  94. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
  95. 5c0ae06 - No options should set the current system time. by Bernhard Reutner-Fischer · 18 years ago
  96. 15d20a0 Remove _() and N_() from platform.h. #define them as NOP macros in the two by Rob Landley · 18 years ago
  97. 8394729 Remove _(). by Rob Landley · 18 years ago
  98. c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 18 years ago
  99. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  100. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago