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
about
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: fix a case when sometimes error message is not printed
Denys Vlasenko
2010-06-27
1
-3
/
+3
*
mount: handle EDQUOT > 255 properly. closes bug 1579
Denys Vlasenko
2010-05-19
1
-1
/
+9
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-2
/
+2
*
*: gethostname-related fixes
Denys Vlasenko
2010-02-27
1
-10
/
+6
*
whitespace fix
Denys Vlasenko
2010-02-06
1
-1
/
+0
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-3
/
+5
*
mount: dont include NFS headers if not needed; drop support for Linux <2.2.0
Denys Vlasenko
2009-12-16
1
-31
/
+36
*
mount: fix goof in last commit; clear errno since we use perror_msg later
Denys Vlasenko
2009-12-15
1
-12
/
+13
*
mount: if we mount //host/xxx, add ip=IPADDR to options
Denys Vlasenko
2009-12-15
1
-30
/
+20
*
mount: "already mounted" msg appears only if -v
Denys Vlasenko
2009-12-10
1
-4
/
+6
*
mount: prevent second mount -a from mounting everything again
Denys Vlasenko
2009-12-05
1
-19
/
+58
*
mount: add support for -O list. +44 bytes
Michael Abbott
2009-12-04
1
-32
/
+50
*
ntpd: and real handling for -N, show usage w/o options; trim text
Denys Vlasenko
2009-11-25
1
-6
/
+4
*
mount: clean up #defines. No code changes
Denys Vlasenko
2009-11-21
1
-10
/
+6
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-2
/
+2
*
wget: fix for code 302; mount: support -o union
Vladimir Dronnikov
2009-10-05
1
-0
/
+5
*
swaponoff: add uuid/label support. By Natanael Copa
Natanael Copa
2009-09-20
1
-18
/
+3
*
mount: do not execute "mount.(null)" :)
Denys Vlasenko
2009-09-15
1
-1
/
+1
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
1
-2
/
+29
*
mount: support -i; pass through -f and -n to helpers as necessary
Denys Vlasenko
2009-06-19
1
-27
/
+46
*
mount: save 80 bytes by forced de-inlining
Denys Vlasenko
2009-05-13
1
-2
/
+2
*
mount: document when kernel started accepting string as NFS options
Denys Vlasenko
2009-05-13
1
-1
/
+4
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-14
/
+14
*
mount: users report that CIFS support is breaking things,
Denis Vlasenko
2009-04-12
1
-8
/
+11
*
mount: support "-O option"; stop trying to mount swap partitions
Denis Vlasenko
2009-03-14
1
-15
/
+88
*
mount: make it more readable
Denis Vlasenko
2008-12-10
1
-16
/
+11
*
placate Rob's qualms about mount.c
Denis Vlasenko
2008-12-10
1
-40
/
+40
*
mount: cosmetics, no code changes (verified with objdump -drsx)
Denis Vlasenko
2008-12-05
1
-80
/
+58
*
mount: -o parm1 -o parm2 should accumulate
Denis Vlasenko
2008-10-18
1
-4
/
+4
*
- support relatime / norelatime
Bernhard Reutner-Fischer
2008-08-06
1
-0
/
+4
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
mount: support nfs mount option nordiplus.
Denis Vlasenko
2008-07-19
1
-24
/
+32
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-1
/
+1
*
mount: support for "-o mand"
Denis Vlasenko
2008-07-08
1
-0
/
+4
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-3
/
+3
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+0
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-0
/
+1
*
mount: fix mishandling of proto=tcp/udp
Denis Vlasenko
2008-06-24
1
-38
/
+44
*
mount: code shrink without logic changes. Added a comment
Denis Vlasenko
2008-06-24
1
-99
/
+87
*
- add FIXME to use hasmntopt()
Bernhard Reutner-Fischer
2008-05-30
1
-0
/
+1
*
[u]mount: add/update dietlibc build fix
Denis Vlasenko
2008-05-26
1
-3
/
+3
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-10
/
+9
*
mount: remove superfluous comment
Denis Vlasenko
2008-04-07
1
-1
/
+0
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
mount: #ifdef out MOUNT_LABEL code parts if it is not selected
Denis Vlasenko
2008-03-18
1
-0
/
+4
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-4
/
+5
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-1
/
+1
[next]