Jérémie Koenig
|
fbedacfc8c
Hurd compat fixes. Mostly dealing with absent PATH_MAX
|
14 years ago |
Denys Vlasenko
|
da49f58524
move libc related stuff out of platform.h
|
15 years ago |
Denis Vlasenko
|
7aaedcf21e
mount: support "-O option"; stop trying to mount swap partitions
|
15 years ago |
Denis Vlasenko
|
9604e1b8fc
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
|
15 years ago |
Bernhard Reutner-Fischer
|
a53de7f7c2
- fix spelling
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
a0e17f7df6
[u]mount: add/update dietlibc build fix
|
16 years ago |
Denis Vlasenko
|
c93b162248
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
b2e578a1f2
umount: instead of non-standard -D, use -d with opposite meaning
|
17 years ago |
Denis Vlasenko
|
ef36c04ccf
umount: fix fallout from stack reduction change
|
17 years ago |
Denis Vlasenko
|
5cc6459c46
umount: stop using excessive aounts of stack. Surprisingly,
|
17 years ago |
Denis Vlasenko
|
b4f608d8e0
readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fdf9060aa3
umount: support (by ignoring) -i; style fixes
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
bf295dd5b6
[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
1119972f91
umount: umount -a shouldn't stop on first failure
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Denis Vlasenko
|
af9854b81a
umount: do not try to close FILE* which is NULL.
|
18 years ago |
Rob Landley
|
4470b74e29
The kernel can't handle umount /dev/hdc, we have to do it through mtab,
|
18 years ago |
Rob Landley
|
7478804b78
Fix umount so loop device disassociation hopefully doesn't screw up errno on
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
22d26fc6ae
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
18 years ago |
Rob Landley
|
5a57821565
Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |