index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mount.c
Age
Commit message (
Expand
)
Author
2015-12-30
mount: support "nofail" option. Closes 8551
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-11
mount: -T OTHERTAB support
Isaac Dunham
2013-01-22
mount: whitespace fix. no code changes
Denys Vlasenko
2013-01-17
mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath=
Bernhard Reutner-Fischer
2013-01-16
mount: add unc option to CIFS mount (needed for Linux 3.4+)
Martin Santesson
2013-01-14
whitespace fixes. no code changes
Denys Vlasenko
2012-06-26
mount: support strictatime option. Closes 5240
Denys Vlasenko
2012-06-22
mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240
Denys Vlasenko
2012-06-22
mount: undo recent breakage when mount flags were made unsigned
Denys Vlasenko
2012-06-21
mount: set up RO loop device if mount -o ro. Closes 4784
Denys Vlasenko
2012-04-20
whitespace fixes
Denys Vlasenko
2011-11-10
mount: resolve hosts to IPs in nfs mounts
Denys Vlasenko
2011-11-10
mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+
Denys Vlasenko
2011-11-10
mount: support -o noacl
Dave Love
2011-11-03
mount: handle list of comma-separated fs types in -t option
Karol Lewandowski
2011-11-03
mount: free commented /etc/filesystems lines when we read it
Denys Vlasenko
2011-09-21
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-12
losetup: implement -r option. Closes 4033.
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-04
mount: for NFS use tcp per default rather than udp
Bernhard Reutner-Fischer
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-03-26
mount: add --rbind option support
Roman Borisov
2011-03-26
mount: rprivate option fix
Roman Borisov
2011-02-28
mount: strip multiple trailing slashes, not just one
Denys Vlasenko
2011-02-28
mount: update /etc/mtab properly on mount --move
Roman Borisov
2011-02-26
mount: ignore unknown mount options when remounting NFS mounts
Peter Korsgaard
2011-02-26
mount: fix wrong long option namess
Roman Borisov
2010-10-28
mount: pass NULL, not "", as "data" to mount syscall if we have no opts
Alexander Shishkin
2010-10-22
mount: code shrink (-81 bytes)
Alexander Shishkin
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-06-27
mount: fix a case when sometimes error message is not printed
Denys Vlasenko
2010-05-19
mount: handle EDQUOT > 255 properly. closes bug 1579
Denys Vlasenko
2010-03-23
*: merge some common strings
Denys Vlasenko
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-02-27
*: gethostname-related fixes
Denys Vlasenko
2010-02-06
whitespace fix
Denys Vlasenko
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-28
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2009-12-16
mount: dont include NFS headers if not needed; drop support for Linux <2.2.0
Denys Vlasenko
2009-12-15
mount: fix goof in last commit; clear errno since we use perror_msg later
Denys Vlasenko
2009-12-15
mount: if we mount //host/xxx, add ip=IPADDR to options
Denys Vlasenko
2009-12-10
mount: "already mounted" msg appears only if -v
Denys Vlasenko
2009-12-05
mount: prevent second mount -a from mounting everything again
Denys Vlasenko
2009-12-04
mount: add support for -O list. +44 bytes
Michael Abbott
2009-11-25
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-21
mount: clean up #defines. No code changes
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-10-05
wget: fix for code 302; mount: support -o union
Vladimir Dronnikov
[next]