Jeremie Koenig
|
84b01d5afc
mkdir: fix -p on FreeBSD
|
14 роки тому |
Denys Vlasenko
|
f94c9bf288
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
|
15 роки тому |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 роки тому |
Denis Vlasenko
|
582dff0514
volume identification: abolish /proc/partitions and /proc/cdroms
|
16 роки тому |
Denis Vlasenko
|
11152e30e3
mkdir: fix "uname 0222; mkdir foo/bar" case
|
16 роки тому |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 роки тому |
Denis Vlasenko
|
501bfe2630
stat: fix option -Z segv (bug 1454)
|
17 роки тому |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 роки тому |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 роки тому |
"Robert P. J. Day"
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 роки тому |
Eric Andersen
|
0e020d1025
Make certain clients of bb_make_directory default to honoring
|
20 роки тому |
Eric Andersen
|
2842659cc0
Patch from Michael Tokarev:
|
20 роки тому |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 роки тому |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 роки тому |
Glenn L McGrath
|
5b110874df
Dont need a seperate function
|
22 роки тому |
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 роки тому |
Glenn L McGrath
|
4298e87fa5
Dont try and make the "/" directory
|
22 роки тому |
Glenn L McGrath
|
891ee641cb
Fail straight away rather than recursively printing error messages :)
|
22 роки тому |
Glenn L McGrath
|
b3f7261ffe
Fix error messages conditions, and make them the same as GNU mkdir.
|
22 роки тому |
Glenn L McGrath
|
193697db4e
Dont return an error if the directory already existed
|
22 роки тому |
Glenn L McGrath
|
210aa14916
Fix warning
|
22 роки тому |
Glenn L McGrath
|
fbef225c4b
Rewrite, its smaller
|
22 роки тому |
Matt Kraai
|
ac20ce1924
Canonicalize dirname(3) behavior.
|
23 роки тому |
Matt Kraai
|
2a953aed38
Fix a memory leak if parent directory creation failed.
|
23 роки тому |
Eric Andersen
|
879d6c85af
make_directory used mode as if it were an signed entity, but in fact
|
23 роки тому |
Eric Andersen
|
764303f980
stdlib.h defined free(), which this needs
|
23 роки тому |
Matt Kraai
|
ceeff73819
Rewrote mkdir (and touched lots of things in the process).
|
23 роки тому |