Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 yıl önce |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 yıl önce |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 yıl önce |
Denis Vlasenko
|
af9854b81a
umount: do not try to close FILE* which is NULL.
|
18 yıl önce |
Rob Landley
|
4470b74e29
The kernel can't handle umount /dev/hdc, we have to do it through mtab,
|
18 yıl önce |
Rob Landley
|
7478804b78
Fix umount so loop device disassociation hopefully doesn't screw up errno on
|
18 yıl önce |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 yıl önce |
Rob Landley
|
22d26fc6ae
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
18 yıl önce |
Rob Landley
|
5a57821565
Bug fix: umount wasn't detaching loop devices unless mtab support was enabled.
|
18 yıl önce |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 yıl önce |
Rob Landley
|
cc6d8d30ec
Fix umount so it works if there's no /etc/mtab or /proc/mounts, make
|
19 yıl önce |
"Vladimir N. Oleynik"
|
54cb5c6af3
better check usage with options, correct show problem error message, indent
|
19 yıl önce |
Rob Landley
|
16722554bf
Tito switched option parsing over to switch umount over to bb_getopt_ulflags().
|
19 yıl önce |
Rob Landley
|
f4c684a1ef
When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()
|
19 yıl önce |
Rob Landley
|
6a6798b8e4
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
|
19 yıl önce |
Eric Andersen
|
93d7fba892
Tito, farmatito at tiscali dot it writes:
|
20 yıl önce |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 yıl önce |
Glenn L McGrath
|
15a4f1ee50
Patch from Chris Larson (kergoth), to allow multiple directores to be
|
21 yıl önce |
Eric Andersen
|
cb81e6484d
Update a bunch of docs. Run a script to update my email addr.
|
21 yıl önce |
Eric Andersen
|
9d7f0f0fe8
Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a
|
21 yıl önce |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 yıl önce |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
22 yıl önce |
Matt Kraai
|
1f0c43668a
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
|
23 yıl önce |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 yıl önce |
Eric Andersen
|
8a915880e7
Teach libc5 about realpath
|
23 yıl önce |
Eric Andersen
|
c911a4389b
Patch from Vladimir:
|
23 yıl önce |
Matt Kraai
|
adcbc12d85
Canonicalize path before trying to unmount it.
|
23 yıl önce |
Eric Andersen
|
c4cef5ab06
Move the mtab support stuff into libbb
|
23 yıl önce |
Eric Andersen
|
1ca20a7747
A nice patch from Larry Doolittle that adds -Wshadow and
|
23 yıl önce |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 yıl önce |