'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
[oweals/busybox.git] / util-linux / mount.c
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-28 Denis Vlasenkoassorted static vars removal
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-09-07 Denis Vlasenkomessages: by popular request allow PATH to be customize...
2007-09-04 Denis Vlasenkomount: ignore NFS bg option on NOMMU machines
2007-08-29 Denis Vlasenkomount: allow (and ignore) -i
2007-08-28 Denis Vlasenkomount: don't close fd twice in NFS code
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-03 Denis Vlasenkomount: print errno on NFS error (again)
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-20 Denis Vlasenkomount: fix mounting of symlinks (mount from util-linux...
2007-05-09 Denis Vlasenkomount: fix incorrect usage of strtok (inadvertently...
2007-04-13 Denis Vlasenkostyle fixes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-02-04 Denis Vlasenkomount: (try to) support cifs with IPv6
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2007-01-22 Denis Vlasenkodnsd: getfileentry was leaking memory
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-19 Denis Vlasenkou_short, ulong exterminated
2006-12-18 Denis Vlasenkomount: add getmntent_r stub for dietlibc
2006-11-27 Denis VlasenkoClosing bug 1040:
2006-11-19 Denis Vlasenkomount: if FILE* is NULL, it's not wise to use it.
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-26 Denis Vlasenkomount: use switch (compare_string_array(..))
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-16 Denis Vlasenkomount: support user mounts if CONFIG_DESKTOP
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-02 Denis Vlasenkomount: accept and ignore -s (sloppy) option.
2006-09-29 Denis Vlasenkomount: fix bug 946 (mount -f should update mtab)
2006-09-24 Denis Vlasenkomount: fix breakage from recent changes (spurious ...
2006-09-21 Denis Vlasenkomount: make Rob happy by reinstating #defines
2006-09-19 Denis Vlasenkomount: fstabname needs to be const char*
2006-09-19 Denis Vlasenkomount: fix warning (printf field width of * wants int...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkomount: style fixlet
2006-09-17 Denis Vlasenkomount: revert mount --bind to using "bind" as fstype.
2006-09-17 Denis Vlasenkomount: mount_it_now() - char *dir is not really needed.
2006-09-17 Denis Vlasenkomount: fix "duplicate mount options in mtab" bug
2006-09-17 Denis Vlasenkomount: nfs_strerror's static buffer was bigger than...
2006-09-17 Denis Vlasenkomount: getopt_ulflag'ification
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkomount: fix bugs: free(mp->mnt_fsname) of non-malloced...
2006-09-17 Denis Vlasenkomount: use bb_simplify_path as appropriate
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-15 Denis Vlasenkomount: reorder things, fix NFS-less mount.
2006-09-14 Denis Vlasenkomount: -o remount should not add lines to /etc/mtab
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-14 Denis Vlasenkomount: fix mtab support (but it is still rather buggy)
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-04 Rob LandleyThinko.
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-09 Rob LandleyVladimir Dronnikov convinced me to twiddle the semantic...
2006-08-08 Rob LandleyFix a typo (|| instead of |) and remove two comments...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-08 Rob LandleyUsing lstat() instead of stat() means that attempting...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-21 Rob LandleyPatch from Paul Fox to improve mount's error handling...
2006-06-21 Rob LandleyAndre (armcc2200@yahoo) patched a bug where successful...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-05 Rob LandleyPatch from Jason Schoon to make mount -a not abort...
2006-04-05 Rob LandleyKumar spotted another bug: if we autodetect nfs and...
2006-04-04 Rob LandleyYou'd think there'd be a compiler warning for "pointles...
2006-04-01 Rob LandleyBug spotted by Kumar Gala. Hopefully this fixes it...
2006-03-29 Rob LandleyKumar Gala tracked down a problem with NFS mounting...
2006-03-28 Rob LandleyBernhard Fischer spotted that we shouldn't free fstype...
2006-03-20 Eric Andersenwhitespace cleanup
2006-03-20 Eric AndersenFix some obvious compile problems. Make the -f' fakeIt...
2006-03-18 Rob LandleyMore fixes. Type "auto" should mean unspecified from...
2006-03-14 Rob LandleyThe new, new mount rewrite. (Mount double prime?)...
2006-01-25 Tim Rikerjust whitespace
2006-01-10 Rob LandleyWith -a, the jump to mount_it_now can skip the initiali...
2006-01-10 Rob LandleyBoth atime and diratime should switch _off_ the corresp...
2005-12-20 Rob LandleySome minor cleanups/bugfixes split off from the big...
2005-12-12 Bernhard Reutner... - typo: s/sucess/success/g
2005-10-08 Rob LandleyRename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS...
2005-08-30 Rob LandleyAmir Shalem found some bugs in the new mount code;...
2005-08-14 Rob LandleyIf we goto singlemount, do _not_ try to continue throug...
2005-08-14 Rob LandleyStephane Billiart noticed that the return code of the...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2004-08-03 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-05-26 Eric AndersenKevin P. Fleming writes:
2004-04-14 Eric AndersenLarry Doolittle writes:
next