| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | umount: do not try to close FILE* which is NULL. | Denis Vlasenko | 2006-09-14 | 1 | -11/+13 |
* | mount: -o remount should not add lines to /etc/mtab | Denis Vlasenko | 2006-09-14 | 1 | -1/+1 |
* | mount: move code from nfsmount.c into mount.c | Denis Vlasenko | 2006-09-14 | 3 | -1028/+1018 |
* | mount: fix mtab support (but it is still rather buggy) | Denis Vlasenko | 2006-09-14 | 1 | -13/+27 |
* | More code from kernel developers, and therefore licensed under GPLv2 only. | Rob Landley | 2006-09-14 | 1 | -12/+4 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+1 |
* | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko | 2006-09-11 | 2 | -187/+221 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -2/+2 |
* | nfsmount: remove some really old code (for kernels 1.x!) + small cleanups. | Denis Vlasenko | 2006-09-10 | 1 | -60/+63 |
* | nfsmount: delete nfsmount.h | Denis Vlasenko | 2006-09-10 | 1 | -242/+0 |
* | nfsmount: nfsmount.h merged into nfsmount.c | Denis Vlasenko | 2006-09-10 | 3 | -168/+260 |
* | nfsmount: style fix | Denis Vlasenko | 2006-09-10 | 1 | -104/+103 |
* | ipcs: silly trick with strings. saves ~200 bytes. | Denis Vlasenko | 2006-09-10 | 2 | -40/+39 |
* | A quick cleanup pass of some low-hanging mess. | Rob Landley | 2006-09-08 | 1 | -115/+26 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of | Rob Landley | 2006-09-05 | 1 | -3/+3 |
* | Thinko. | Rob Landley | 2006-09-04 | 1 | -3/+1 |
* | Vladimir Dronnikov also submitted a CIFS support patch to mount, which I | Rob Landley | 2006-09-01 | 2 | -8/+55 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 3 | -18/+18 |
* | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer | 2006-08-28 | 2 | -437/+363 |
* | The kernel can't handle umount /dev/hdc, we have to do it through mtab, | Rob Landley | 2006-08-17 | 1 | -8/+14 |
* | Patch from Chris Steel to fix mdev deleting device nodes. | Rob Landley | 2006-08-10 | 1 | -7/+9 |
* | Vladimir Dronnikov convinced me to twiddle the semantics of the new shared | Rob Landley | 2006-08-09 | 1 | -5/+14 |
* | Fix a typo (|| instead of |) and remove two comments about a problem fixed | Rob Landley | 2006-08-08 | 1 | -3/+2 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | 2006-08-08 | 2 | -51/+75 |
* | Using lstat() instead of stat() means that attempting to loopback mount | Rob Landley | 2006-08-08 | 1 | -1/+1 |
* | Make a warning go away on 64-bit systems. | Rob Landley | 2006-08-06 | 1 | -2/+2 |
* | There are a number of reasons for reinventing printf(). Writing status to | Rob Landley | 2006-08-04 | 1 | -18/+8 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Fix umount so loop device disassociation hopefully doesn't screw up errno on | Rob Landley | 2006-08-03 | 1 | -16/+12 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 13 | -137/+40 |
* | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley | 2006-07-27 | 2 | -3/+40 |
* | There's no excuse for adding new #ifdefs to the code like that. None at all. | Rob Landley | 2006-07-27 | 2 | -39/+3 |
* | allow people to display dmesg output without syslog levels | Mike Frysinger | 2006-07-27 | 2 | -3/+39 |
* | de-cuddle if( to if ( | Mike Frysinger | 2006-07-27 | 1 | -1/+1 |
* | New mkswap. Small and simple. Might even work. :) | Rob Landley | 2006-07-16 | 1 | -380/+29 |
* | Fix three embarassing thinkos in the new dmesg.c: | Rob Landley | 2006-07-06 | 1 | -3/+3 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 11 | -3/+13 |
* | Remove "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 2 | -32/+0 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -1/+1 |
* | fix from Kolbjørn Barmen for building for m68k targets | Mike Frysinger | 2006-06-30 | 1 | -1/+1 |
* | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley | 2006-06-26 | 2 | -97/+116 |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | 2006-06-25 | 1 | -1/+1 |
* | Patch from Paul Fox to improve mount's error handling behavior, which I beat | Rob Landley | 2006-06-21 | 1 | -21/+16 |
* | Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes | Rob Landley | 2006-06-21 | 1 | -1/+2 |
* | Make some 64 bit warnings go away on x86-64. | Rob Landley | 2006-06-19 | 2 | -11/+3 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -46/+3 |
* | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley | 2006-06-16 | 4 | -19/+1 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 6 | -45/+6 |