Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
a9e25ffa678a357c581b9b7f65a7b2ce1ae2a63e
/
libbb
/
make_directory.c
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
84b01d5
mkdir: fix -p on FreeBSD
by Jeremie Koenig
· 15 years ago
f94c9bf
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
by Denys Vlasenko
· 15 years ago
6331cf0
*: use "can't" instead of "cannot"
by Denys Vlasenko
· 15 years ago
582dff0
volume identification: abolish /proc/partitions and /proc/cdroms
by Denis Vlasenko
· 16 years ago
11152e3
mkdir: fix "uname 0222; mkdir foo/bar" case
by Denis Vlasenko
· 16 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
501bfe2
stat: fix option -Z segv (bug 1454)
by Denis Vlasenko
· 17 years ago
99912ca
audit small applets and mark some of them as NOFORK.
by Denis Vlasenko
· 18 years ago
e1a0d48
message string changes, mostly for consistency, also -32 bytes in .rodata
by Denis Vlasenko
· 18 years ago
5d8843e
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
by "Robert P. J. Day"
· 18 years ago
0e020d1
Make certain clients of bb_make_directory default to honoring the user's umask
by Eric Andersen
· 20 years ago
2842659
Patch from Michael Tokarev:
by Eric Andersen
· 20 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
5b11087
Dont need a seperate function
by Glenn L McGrath
· 22 years ago
822e7fd
When making parent directories set permissions based on the base parent tree rather than the new directory to be created.
by Glenn L McGrath
· 22 years ago
4298e87
Dont try and make the "/" directory
by Glenn L McGrath
· 22 years ago
891ee64
Fail straight away rather than recursively printing error messages :)
by Glenn L McGrath
· 22 years ago
b3f7261
Fix error messages conditions, and make them the same as GNU mkdir.
by Glenn L McGrath
· 22 years ago
193697d
Dont return an error if the directory already existed
by Glenn L McGrath
· 22 years ago
210aa14
Fix warning
by Glenn L McGrath
· 22 years ago
fbef225
Rewrite, its smaller
by Glenn L McGrath
· 22 years ago
ac20ce1
Canonicalize dirname(3) behavior.
by Matt Kraai
· 23 years ago
2a953ae
Fix a memory leak if parent directory creation failed.
by Matt Kraai
· 23 years ago
879d6c8
make_directory used mode as if it were an signed entity, but in fact
by Eric Andersen
· 23 years ago
764303f
stdlib.h defined free(), which this needs
by Eric Andersen
· 23 years ago
ceeff73
Rewrote mkdir (and touched lots of things in the process).
by Matt Kraai
· 23 years ago