mount: fix goof in last commit; clear errno since we use perror_msg later
[oweals/busybox.git] / util-linux / mount.c
2009-12-15 Denys Vlasenkomount: fix goof in last commit; clear errno since we...
2009-12-15 Denys Vlasenkomount: if we mount //host/xxx, add ip=IPADDR to options
2009-12-10 Denys Vlasenkomount: "already mounted" msg appears only if -v
2009-12-05 Denys Vlasenkomount: prevent second mount -a from mounting everything...
2009-12-04 Michael Abbottmount: add support for -O list. +44 bytes
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-21 Denys Vlasenkomount: clean up #defines. No code changes
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-05 Vladimir Dronnikovwget: fix for code 302; mount: support -o union
2009-09-20 Natanael Copaswaponoff: add uuid/label support. By Natanael Copa
2009-09-15 Denys Vlasenkomount: do not execute "mount.(null)" :)
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-06-19 Denys Vlasenkomount: support -i; pass through -f and -n to helpers...
2009-05-13 Denys Vlasenkomount: save 80 bytes by forced de-inlining
2009-05-13 Denys Vlasenkomount: document when kernel started accepting string...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-12 Denis Vlasenkomount: users report that CIFS support is breaking things,
2009-03-14 Denis Vlasenkomount: support "-O option"; stop trying to mount swap...
2008-12-10 Denis Vlasenkomount: make it more readable
2008-12-10 Denis Vlasenkoplacate Rob's qualms about mount.c
2008-12-05 Denis Vlasenkomount: cosmetics, no code changes (verified with objdum...
2008-10-18 Denis Vlasenkomount: -o parm1 -o parm2 should accumulate
2008-08-06 Bernhard Reutner... - support relatime / norelatime
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-19 Denis Vlasenkomount: support nfs mount option nordiplus.
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-08 Denis Vlasenkomount: support for "-o mand"
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-06-24 Denis Vlasenkomount: fix mishandling of proto=tcp/udp
2008-06-24 Denis Vlasenkomount: code shrink without logic changes. Added a comment
2008-05-30 Bernhard Reutner... - add FIXME to use hasmntopt()
2008-05-26 Denis Vlasenko[u]mount: add/update dietlibc build fix
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-07 Denis Vlasenkomount: remove superfluous comment
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-18 Denis Vlasenkomount: #ifdef out MOUNT_LABEL code parts if it is not...
2008-03-17 Denis Vlasenkobrctl: eliminate stray data object
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkohelp text: regularize format, and shrink
2008-03-17 Denis Vlasenkomount: plug a hole where FEATURE_MOUNT_HELPERS could...
2008-02-27 Bernhard Reutner... - fix compilation failure due to implicit decl of resol...
2008-02-19 Denis Vlasenkofindfs,mount: trivial build fix and whitespace fiexs
2008-02-18 Denis Vlasenkosupport for mount by label (not yet tested)
2008-02-18 Denis Vlasenkomount: with -vv -f, say what mount() calls we were...
2008-02-18 Denis Vlasenkomount: optional support for -vv verbosity
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-16 Denis Vlasenkomount: make -f work even without mtab support
2008-02-03 Denis Vlasenkomkswap: do not do extra seek
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-29 Denis Vlasenkomount: allow and ignore _netdev option
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-10-29 Denis Vlasenkomount: size-optimize mount_options[] and nfs_errtbl[]
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
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)
next