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
2006-11-19
mount: if FILE* is NULL, it's not wise to use it.
Denis Vlasenko
2006-11-05
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-10-26
mount: use switch (compare_string_array(..))
Denis Vlasenko
2006-10-25
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-16
mount: support user mounts if CONFIG_DESKTOP
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
cut, mount: small improvements
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-02
mount: accept and ignore -s (sloppy) option.
Denis Vlasenko
2006-09-29
mount: fix bug 946 (mount -f should update mtab)
Denis Vlasenko
2006-09-24
mount: fix breakage from recent changes (spurious -ro mounts)
Denis Vlasenko
2006-09-21
mount: make Rob happy by reinstating #defines
Denis Vlasenko
2006-09-19
mount: fstabname needs to be const char*
Denis Vlasenko
2006-09-19
mount: fix warning (printf field width of * wants int, not size_t)
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-09-17
mount: style fixlet
Denis Vlasenko
2006-09-17
mount: revert mount --bind to using "bind" as fstype.
Denis Vlasenko
2006-09-17
mount: mount_it_now() - char *dir is not really needed.
Denis Vlasenko
2006-09-17
mount: fix "duplicate mount options in mtab" bug
Denis Vlasenko
2006-09-17
mount: nfs_strerror's static buffer was bigger than needed.
Denis Vlasenko
2006-09-17
mount: getopt_ulflag'ification
Denis Vlasenko
2006-09-17
mount: style fixes
Denis Vlasenko
2006-09-17
mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
Denis Vlasenko
2006-09-17
mount: use bb_simplify_path as appropriate
Denis Vlasenko
2006-09-17
mount: style fixes
Denis Vlasenko
2006-09-15
mount: reorder things, fix NFS-less mount.
Denis Vlasenko
2006-09-14
mount: -o remount should not add lines to /etc/mtab
Denis Vlasenko
2006-09-14
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-14
mount: fix mtab support (but it is still rather buggy)
Denis Vlasenko
2006-09-11
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-10
nfsmount: nfsmount.h merged into nfsmount.c
Denis Vlasenko
2006-09-06
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-05
Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of
Rob Landley
2006-09-04
Thinko.
Rob Landley
2006-09-01
Vladimir Dronnikov also submitted a CIFS support patch to mount, which I
Rob Landley
2006-08-09
Vladimir Dronnikov convinced me to twiddle the semantics of the new shared
Rob Landley
2006-08-08
Fix a typo (|| instead of |) and remove two comments about a problem fixed
Rob Landley
2006-08-08
Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a
Rob Landley
2006-08-08
Using lstat() instead of stat() means that attempting to loopback mount
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-21
Patch from Paul Fox to improve mount's error handling behavior, which I beat
Rob Landley
2006-06-21
Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes
Rob Landley
2006-06-15
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-05-26
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
- work around bug in gcc-3.4.x on ARM
Bernhard Reutner-Fischer
2006-05-08
Fiddling with llist to make memory management easier. Specifically, the
Rob Landley
2006-05-05
Patch from Jason Schoon to make mount -a not abort on the first failure.
Rob Landley
2006-04-05
Kumar spotted another bug: if we autodetect nfs and they haven't specified the
Rob Landley
[prev]
[next]