index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
make_directory.c
Age
Commit message (
Expand
)
Author
2012-05-28
unzip: ignore chmod errors
Natanael Copa
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-19
mkdir: fix -p on FreeBSD
Jeremie Koenig
2009-11-29
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2008-10-19
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-08-15
mkdir: fix "uname 0222; mkdir foo/bar" case
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-08-09
stat: fix option -Z segv (bug 1454)
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2004-10-13
Make certain clients of bb_make_directory default to honoring
Eric Andersen
2004-10-08
Patch from Michael Tokarev:
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-24
Dont need a seperate function
Glenn L McGrath
2002-11-24
When making parent directories set permissions based on the base parent tree ...
Glenn L McGrath
2002-10-19
Dont try and make the "/" directory
Glenn L McGrath
2002-09-28
Fail straight away rather than recursively printing error messages :)
Glenn L McGrath
2002-09-22
Fix error messages conditions, and make them the same as GNU mkdir.
Glenn L McGrath
2002-08-24
Dont return an error if the directory already existed
Glenn L McGrath
2002-08-24
Fix warning
Glenn L McGrath
2002-08-23
Rewrite, its smaller
Glenn L McGrath
2001-08-24
Canonicalize dirname(3) behavior.
Matt Kraai
2001-08-24
Fix a memory leak if parent directory creation failed.
Matt Kraai
2001-08-02
make_directory used mode as if it were an signed entity, but in fact
Eric Andersen
2001-06-22
stdlib.h defined free(), which this needs
Eric Andersen
2001-06-21
Rewrote mkdir (and touched lots of things in the process).
Matt Kraai