Denys Vlasenko
|
1267770a9d
fix compile failure in previous commit
|
6 years ago |
Denys Vlasenko
|
5cdd120f0c
unzip: do not set directory mode to 0777
|
6 years ago |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 years ago |
Denys Vlasenko
|
4bd0c2ab38
fix musl problem with dirname, now for all users of bb_make_directory()
|
8 years ago |
Denys Vlasenko
|
17f8418ea7
Add conditional support for -v / --verbose
|
10 years ago |
Natanael Copa
|
02112d8ae3
unzip: ignore chmod errors
|
12 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Jeremie Koenig
|
84b01d5afc
mkdir: fix -p on FreeBSD
|
14 years ago |
Denys Vlasenko
|
f94c9bf288
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |
Denis Vlasenko
|
582dff0514
volume identification: abolish /proc/partitions and /proc/cdroms
|
16 years ago |
Denis Vlasenko
|
11152e30e3
mkdir: fix "uname 0222; mkdir foo/bar" case
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
501bfe2630
stat: fix option -Z segv (bug 1454)
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
"Robert P. J. Day"
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
Eric Andersen
|
0e020d1025
Make certain clients of bb_make_directory default to honoring
|
20 years ago |
Eric Andersen
|
2842659cc0
Patch from Michael Tokarev:
|
20 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |
Glenn L McGrath
|
5b110874df
Dont need a seperate function
|
22 years ago |
Glenn L McGrath
|
822e7fd587
When making parent directories set permissions based on the base parent tree rather than the new directory to be created.
|
22 years ago |
Glenn L McGrath
|
4298e87fa5
Dont try and make the "/" directory
|
22 years ago |
Glenn L McGrath
|
891ee641cb
Fail straight away rather than recursively printing error messages :)
|
22 years ago |
Glenn L McGrath
|
b3f7261ffe
Fix error messages conditions, and make them the same as GNU mkdir.
|
22 years ago |
Glenn L McGrath
|
193697db4e
Dont return an error if the directory already existed
|
22 years ago |
Glenn L McGrath
|
210aa14916
Fix warning
|
22 years ago |
Glenn L McGrath
|
fbef225c4b
Rewrite, its smaller
|
22 years ago |