index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mount: if FILE* is NULL, it's not wise to use it.
Denis Vlasenko
2006-11-19
1
-3
/
+5
*
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-11-05
1
-3
/
+3
*
mount: use switch (compare_string_array(..))
Denis Vlasenko
2006-10-26
1
-36
/
+105
*
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-25
1
-2
/
+1
*
mount: support user mounts if CONFIG_DESKTOP
Denis Vlasenko
2006-10-16
1
-22
/
+58
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
cut, mount: small improvements
Denis Vlasenko
2006-10-12
1
-10
/
+13
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+1
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
mount: accept and ignore -s (sloppy) option.
Denis Vlasenko
2006-10-02
1
-11
/
+11
*
mount: fix bug 946 (mount -f should update mtab)
Denis Vlasenko
2006-09-29
1
-6
/
+6
*
mount: fix breakage from recent changes (spurious -ro mounts)
Denis Vlasenko
2006-09-24
1
-19
/
+11
*
mount: make Rob happy by reinstating #defines
Denis Vlasenko
2006-09-21
1
-4
/
+2
*
mount: fstabname needs to be const char*
Denis Vlasenko
2006-09-19
1
-2
/
+3
*
mount: fix warning (printf field width of * wants int, not size_t)
Denis Vlasenko
2006-09-19
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-3
/
+3
*
mount: style fixlet
Denis Vlasenko
2006-09-17
1
-2
/
+4
*
mount: revert mount --bind to using "bind" as fstype.
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
mount: mount_it_now() - char *dir is not really needed.
Denis Vlasenko
2006-09-17
1
-3
/
+3
*
mount: fix "duplicate mount options in mtab" bug
Denis Vlasenko
2006-09-17
1
-3
/
+21
*
mount: nfs_strerror's static buffer was bigger than needed.
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
mount: getopt_ulflag'ification
Denis Vlasenko
2006-09-17
1
-38
/
+24
*
mount: style fixes
Denis Vlasenko
2006-09-17
1
-34
/
+34
*
mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
Denis Vlasenko
2006-09-17
1
-17
/
+20
*
mount: use bb_simplify_path as appropriate
Denis Vlasenko
2006-09-17
1
-21
/
+13
*
mount: style fixes
Denis Vlasenko
2006-09-17
1
-21
/
+24
*
mount: reorder things, fix NFS-less mount.
Denis Vlasenko
2006-09-15
1
-380
/
+360
*
mount: -o remount should not add lines to /etc/mtab
Denis Vlasenko
2006-09-14
1
-1
/
+1
*
mount: move code from nfsmount.c into mount.c
Denis Vlasenko
2006-09-14
1
-5
/
+1018
*
mount: fix mtab support (but it is still rather buggy)
Denis Vlasenko
2006-09-14
1
-13
/
+27
*
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
Denis Vlasenko
2006-09-11
1
-14
/
+14
*
nfsmount: nfsmount.h merged into nfsmount.c
Denis Vlasenko
2006-09-10
1
-8
/
+9
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-1
/
+1
*
Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of
Rob Landley
2006-09-05
1
-3
/
+3
*
Thinko.
Rob Landley
2006-09-04
1
-3
/
+1
*
Vladimir Dronnikov also submitted a CIFS support patch to mount, which I
Rob Landley
2006-09-01
1
-8
/
+49
*
Vladimir Dronnikov convinced me to twiddle the semantics of the new shared
Rob Landley
2006-08-09
1
-5
/
+14
*
Fix a typo (|| instead of |) and remove two comments about a problem fixed
Rob Landley
2006-08-08
1
-3
/
+2
*
Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a
Rob Landley
2006-08-08
1
-50
/
+57
*
Using lstat() instead of stat() means that attempting to loopback mount
Rob Landley
2006-08-08
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-11
/
+5
*
Patch from Paul Fox to improve mount's error handling behavior, which I beat
Rob Landley
2006-06-21
1
-21
/
+16
*
Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes
Rob Landley
2006-06-21
1
-1
/
+2
*
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-15
1
-6
/
+2
*
Change llist_add_* to take the address of the list rather than returning the new
Rob Landley
2006-05-26
1
-1
/
+1
*
- work around bug in gcc-3.4.x on ARM
Bernhard Reutner-Fischer
2006-05-26
1
-1
/
+1
*
Fiddling with llist to make memory management easier. Specifically, the
Rob Landley
2006-05-08
1
-1
/
+1
*
Patch from Jason Schoon to make mount -a not abort on the first failure.
Rob Landley
2006-05-05
1
-4
/
+6
*
Kumar spotted another bug: if we autodetect nfs and they haven't specified the
Rob Landley
2006-04-05
1
-0
/
+1
[prev]
[next]