Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
fad03bc3bb3ca5efcc94bcb561d0e541430600d8
/
libbb
/
make_directory.c
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