summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* umount: do not try to close FILE* which is NULL.Denis Vlasenko2006-09-141-11/+13
* mount: -o remount should not add lines to /etc/mtabDenis Vlasenko2006-09-141-1/+1
* mount: move code from nfsmount.c into mount.cDenis Vlasenko2006-09-143-1028/+1018
* mount: fix mtab support (but it is still rather buggy)Denis Vlasenko2006-09-141-13/+27
* More code from kernel developers, and therefore licensed under GPLv2 only.Rob Landley2006-09-141-12/+4
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-112-187/+221
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer2006-09-111-2/+2
* nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.Denis Vlasenko2006-09-101-60/+63
* nfsmount: delete nfsmount.hDenis Vlasenko2006-09-101-242/+0
* nfsmount: nfsmount.h merged into nfsmount.cDenis Vlasenko2006-09-103-168/+260
* nfsmount: style fixDenis Vlasenko2006-09-101-104/+103
* ipcs: silly trick with strings. saves ~200 bytes.Denis Vlasenko2006-09-102-40/+39
* A quick cleanup pass of some low-hanging mess.Rob Landley2006-09-081-115/+26
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-1/+1
* Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup ofRob Landley2006-09-051-3/+3
* Thinko.Rob Landley2006-09-041-3/+1
* Vladimir Dronnikov also submitted a CIFS support patch to mount, which IRob Landley2006-09-012-8/+55
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-293-18/+18
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-282-437/+363
* The kernel can't handle umount /dev/hdc, we have to do it through mtab,Rob Landley2006-08-171-8/+14
* Patch from Chris Steel to fix mdev deleting device nodes.Rob Landley2006-08-101-7/+9
* Vladimir Dronnikov convinced me to twiddle the semantics of the new sharedRob Landley2006-08-091-5/+14
* Fix a typo (|| instead of |) and remove two comments about a problem fixedRob Landley2006-08-081-3/+2
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out aRob Landley2006-08-082-51/+75
* Using lstat() instead of stat() means that attempting to loopback mountRob Landley2006-08-081-1/+1
* Make a warning go away on 64-bit systems.Rob Landley2006-08-061-2/+2
* There are a number of reasons for reinventing printf(). Writing status toRob Landley2006-08-041-18/+8
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Fix umount so loop device disassociation hopefully doesn't screw up errno onRob Landley2006-08-031-16/+12
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-0313-137/+40
* Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attributionRob Landley2006-07-272-3/+40
* There's no excuse for adding new #ifdefs to the code like that. None at all.Rob Landley2006-07-272-39/+3
* allow people to display dmesg output without syslog levelsMike Frysinger2006-07-272-3/+39
* de-cuddle if( to if (Mike Frysinger2006-07-271-1/+1
* New mkswap. Small and simple. Might even work. :)Rob Landley2006-07-161-380/+29
* Fix three embarassing thinkos in the new dmesg.c:Rob Landley2006-07-061-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0211-3/+13
* Remove "#if 0" content."Robert P. J. Day"2006-07-012-32/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* fix from Kolbjørn Barmen for building for m68k targetsMike Frysinger2006-06-301-1/+1
* Upgrade mdev to allow commands to be run on create/delete.Rob Landley2006-06-262-97/+116
* Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley2006-06-251-1/+1
* Patch from Paul Fox to improve mount's error handling behavior, which I beatRob Landley2006-06-211-21/+16
* Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimesRob Landley2006-06-211-1/+2
* Make some 64 bit warnings go away on x86-64.Rob Landley2006-06-192-11/+3
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-46/+3
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-164-19/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-156-45/+6