summaryrefslogtreecommitdiff
path: root/util-linux/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mount: if FILE* is NULL, it's not wise to use it.Denis Vlasenko2006-11-191-3/+5
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-3/+3
* mount: use switch (compare_string_array(..))Denis Vlasenko2006-10-261-36/+105
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-2/+1
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-161-22/+58
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1
* cut, mount: small improvementsDenis Vlasenko2006-10-121-10/+13
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* mount: accept and ignore -s (sloppy) option.Denis Vlasenko2006-10-021-11/+11
* mount: fix bug 946 (mount -f should update mtab)Denis Vlasenko2006-09-291-6/+6
* mount: fix breakage from recent changes (spurious -ro mounts)Denis Vlasenko2006-09-241-19/+11
* mount: make Rob happy by reinstating #definesDenis Vlasenko2006-09-211-4/+2
* mount: fstabname needs to be const char*Denis Vlasenko2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)Denis Vlasenko2006-09-191-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* mount: style fixletDenis Vlasenko2006-09-171-2/+4
* mount: revert mount --bind to using "bind" as fstype.Denis Vlasenko2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.Denis Vlasenko2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugDenis Vlasenko2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.Denis Vlasenko2006-09-171-1/+1
* mount: getopt_ulflag'ificationDenis Vlasenko2006-09-171-38/+24
* mount: style fixesDenis Vlasenko2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;Denis Vlasenko2006-09-171-17/+20
* mount: use bb_simplify_path as appropriateDenis Vlasenko2006-09-171-21/+13
* mount: style fixesDenis Vlasenko2006-09-171-21/+24
* mount: reorder things, fix NFS-less mount.Denis Vlasenko2006-09-151-380/+360
* 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-141-5/+1018
* mount: fix mtab support (but it is still rather buggy)Denis Vlasenko2006-09-141-13/+27
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"Denis Vlasenko2006-09-111-14/+14
* nfsmount: nfsmount.h merged into nfsmount.cDenis Vlasenko2006-09-101-8/+9
* 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-011-8/+49
* 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-081-50/+57
* Using lstat() instead of stat() means that attempting to loopback mountRob Landley2006-08-081-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-11/+5
* 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
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-06-151-6/+2
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-1/+1
* - work around bug in gcc-3.4.x on ARMBernhard Reutner-Fischer2006-05-261-1/+1
* Fiddling with llist to make memory management easier. Specifically, theRob Landley2006-05-081-1/+1
* Patch from Jason Schoon to make mount -a not abort on the first failure.Rob Landley2006-05-051-4/+6
* Kumar spotted another bug: if we autodetect nfs and they haven't specified theRob Landley2006-04-051-0/+1