1. 82f9e28 OFF_T_FMT -> OFF_FMT by Denis Vlasenko · 18 years ago
  2. 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
  3. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  4. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  5. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  6. 68f2187 mount: use switch (compare_string_array(..)) by Denis Vlasenko · 18 years ago
  7. 1457915 xconnect is non-conforming to "xfunc like libc" rule. Fixing by Denis Vlasenko · 18 years ago
  8. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  9. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  10. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  11. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  12. f46be09 mdev: reduce excessive indentation by Denis Vlasenko · 18 years ago
  13. efeed5e fdisk: compilation fix by Denis Vlasenko · 18 years ago
  14. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  15. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  16. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  17. 98ae216 fdisk: separate sun/aix/etc code into #included files by Denis Vlasenko · 18 years ago
  18. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  19. 000b9ba eject: -T fix by Denis Vlasenko · 18 years ago
  20. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  21. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  22. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  23. b633224 fdformat: remove redundant check by Denis Vlasenko · 18 years ago
  24. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  25. 546cd18 mount: accept and ignore -s (sloppy) option. by Denis Vlasenko · 18 years ago
  26. 39d551f fbset: store short string in the structure itself instead of the pointer by Denis Vlasenko · 18 years ago
  27. 274b8c0 fbset: add support for -a (bug 1017) by Denis Vlasenko · 18 years ago
  28. 0b193a7 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y by Denis Vlasenko · 18 years ago
  29. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  30. b172678 mount: fix bug 946 (mount -f should update mtab) by Denis Vlasenko · 18 years ago
  31. 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
  32. da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
  33. 4c196a8 hexdump: fixlet for my breakage by Denis Vlasenko · 18 years ago
  34. 2dbeaa9 hexdump: deindent, almost fits into 80 columns now by Denis Vlasenko · 18 years ago
  35. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
  36. f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
  37. cad3668 readprofile: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  38. 7869c01 ipcs: fix my recent breakage by Denis Vlasenko · 18 years ago
  39. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  40. ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
  41. 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
  42. 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
  43. c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
  44. 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
  45. 23514fe mount: fix warning (printf field width of * wants int, not size_t) 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. 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
  49. a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
  50. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  51. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  52. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  53. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  54. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  55. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  56. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  57. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  58. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago
  59. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  60. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  61. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  62. cc9962d More code from kernel developers, and therefore licensed under GPLv2 only. by Rob Landley · 18 years ago
  63. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  64. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  65. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  66. 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
  67. 3077294 nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. by Denis Vlasenko · 18 years ago
  68. d2b13ea nfsmount: delete nfsmount.h by Denis Vlasenko · 18 years ago
  69. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  70. 2244a21 nfsmount: style fix by Denis Vlasenko · 18 years ago
  71. 5983914 ipcs: silly trick with strings. saves ~200 bytes. by Denis Vlasenko · 18 years ago
  72. c27f4f5 A quick cleanup pass of some low-hanging mess. by Rob Landley · 18 years ago
  73. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 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. 4d609cb Thinko. by Rob Landley · 18 years ago
  76. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  77. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  78. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  79. 4470b74 The kernel can't handle umount /dev/hdc, we have to do it through mtab, by Rob Landley · 18 years ago
  80. 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
  81. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  82. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  83. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  84. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  85. 7250915 Make a warning go away on 64-bit systems. by Rob Landley · 18 years ago
  86. 59fe8b9 There are a number of reasons for reinventing printf(). Writing status to by Rob Landley · 18 years ago
  87. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  88. 7478804 Fix umount so loop device disassociation hopefully doesn't screw up errno on by Rob Landley · 18 years ago
  89. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  90. 446129a Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution by Rob Landley · 18 years ago
  91. fc367f9 There's no excuse for adding new #ifdefs to the code like that. None at all. by Rob Landley · 18 years ago
  92. eac0c06 allow people to display dmesg output without syslog levels by Mike Frysinger · 18 years ago
  93. a788111 de-cuddle if( to if ( by Mike Frysinger · 18 years ago
  94. d893b12 New mkswap. Small and simple. Might even work. :) by Rob Landley · 18 years ago
  95. aa516a6 Fix three embarassing thinkos in the new dmesg.c: by Rob Landley · 18 years ago
  96. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  97. 53f21e3 Remove "#if 0" content. by "Robert P. J. Day" · 18 years ago
  98. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  99. c340ea1 fix from Kolbjørn Barmen for building for m68k targets by Mike Frysinger · 18 years ago
  100. ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago