aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-228-20/+8
* mount: nfs mount should enable bb_error-to-syslog supportvda2006-09-211-0/+1
* mount: make Rob happy by reinstating #definesvda2006-09-211-4/+2
* ipcs: fix output (misaligned columns)vda2006-09-191-2/+2
* ipcs: getopt_ulflag'ification, -170 bytesvda2006-09-191-39/+16
* mount: fstabname needs to be const char*vda2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)vda2006-09-191-1/+1
* whitespace cleanupvda2006-09-177-27/+27
* mount: style fixletvda2006-09-171-2/+4
* mount: revert mount --bind to using "bind" as fstype.vda2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.vda2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugvda2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.vda2006-09-171-1/+1
* mount: getopt_ulflag'ificationvda2006-09-171-38/+24
* mount: style fixesvda2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;vda2006-09-171-17/+20
* mount: use bb_simplify_path as appropriatevda2006-09-171-21/+13
* mount: style fixesvda2006-09-171-21/+24
* mount: reorder things, fix NFS-less mount.vda2006-09-151-380/+360
* umount: do not try to close FILE* which is NULL.vda2006-09-141-11/+13
* mount: -o remount should not add lines to /etc/mtabvda2006-09-141-1/+1
* mount: move code from nfsmount.c into mount.cvda2006-09-143-1028/+1018
* mount: fix mtab support (but it is still rather buggy)vda2006-09-141-13/+27
* More code from kernel developers, and therefore licensed under GPLv2 only.landley2006-09-141-12/+4
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"vda2006-09-112-187/+221
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-2/+2
* nfsmount: remove some really old code (for kernels 1.x!) + small cleanups.vda2006-09-101-60/+63
* nfsmount: delete nfsmount.hvda2006-09-101-242/+0
* nfsmount: nfsmount.h merged into nfsmount.cvda2006-09-103-168/+260
* nfsmount: style fixvda2006-09-101-104/+103
* ipcs: silly trick with strings. saves ~200 bytes.vda2006-09-102-40/+39
* A quick cleanup pass of some low-hanging mess.landley2006-09-081-115/+26
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup oflandley2006-09-051-3/+3
* Thinko.landley2006-09-041-3/+1
* Vladimir Dronnikov also submitted a CIFS support patch to mount, which Ilandley2006-09-012-8/+55
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-293-18/+18
* - pull from busybox_scratch: r15829:15850aldot2006-08-282-437/+363
* The kernel can't handle umount /dev/hdc, we have to do it through mtab,landley2006-08-171-8/+14
* Patch from Chris Steel to fix mdev deleting device nodes.landley2006-08-101-7/+9
* Vladimir Dronnikov convinced me to twiddle the semantics of the new sharedlandley2006-08-091-5/+14
* Fix a typo (|| instead of |) and remove two comments about a problem fixedlandley2006-08-081-3/+2
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-082-51/+75
* Using lstat() instead of stat() means that attempting to loopback mountlandley2006-08-081-1/+1
* Make a warning go away on 64-bit systems.landley2006-08-061-2/+2
* There are a number of reasons for reinventing printf(). Writing status tolandley2006-08-041-18/+8
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Fix umount so loop device disassociation hopefully doesn't screw up errno onlandley2006-08-031-16/+12