index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
make_directory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
1
-2
/
+13
|
\
|
*
fix musl problem with dirname, now for all users of bb_make_directory()
Denys Vlasenko
2016-12-04
1
-2
/
+13
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-06-30
1
-0
/
+4
|
\
|
|
*
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-19
1
-0
/
+4
*
|
libbb: handle UNC paths in recursive make directory calls
Ron Yorston
2013-08-27
1
-2
/
+23
*
|
Simplify recursive directory creation
Ron Yorston
2012-09-07
1
-8
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
1
-1
/
+6
|
\
|
|
*
unzip: ignore chmod errors
Natanael Copa
2012-05-28
1
-1
/
+6
*
|
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-1
/
+1
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
mkdir: fix -p on FreeBSD
Jeremie Koenig
2010-07-19
1
-1
/
+1
*
|
win32: make_directory: drive letter support (buggy)
Nguyễn Thái Ngọc Duy
2010-09-10
1
-4
/
+11
|
/
*
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes
Denys Vlasenko
2009-11-29
1
-16
/
+47
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
volume identification: abolish /proc/partitions and /proc/cdroms
Denis Vlasenko
2008-10-19
1
-1
/
+1
*
mkdir: fix "uname 0222; mkdir foo/bar" case
Denis Vlasenko
2008-08-15
1
-21
/
+16
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
stat: fix option -Z segv (bug 1454)
Denis Vlasenko
2007-08-09
1
-1
/
+1
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-3
/
+2
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-07-10
1
-14
/
+1
*
Make certain clients of bb_make_directory default to honoring
Eric Andersen
2004-10-13
1
-1
/
+8
*
Patch from Michael Tokarev:
Eric Andersen
2004-10-08
1
-1
/
+5
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-2
/
+2
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-46
/
+72
*
Dont need a seperate function
Glenn L McGrath
2002-11-24
1
-19
/
+13
*
When making parent directories set permissions based on the base parent tree ...
Glenn L McGrath
2002-11-24
1
-8
/
+26
*
Dont try and make the "/" directory
Glenn L McGrath
2002-10-19
1
-2
/
+2
*
Fail straight away rather than recursively printing error messages :)
Glenn L McGrath
2002-09-28
1
-1
/
+1
*
Fix error messages conditions, and make them the same as GNU mkdir.
Glenn L McGrath
2002-09-22
1
-2
/
+2
*
Dont return an error if the directory already existed
Glenn L McGrath
2002-08-24
1
-3
/
+7
*
Fix warning
Glenn L McGrath
2002-08-24
1
-0
/
+1
*
Rewrite, its smaller
Glenn L McGrath
2002-08-23
1
-30
/
+22
*
Canonicalize dirname(3) behavior.
Matt Kraai
2001-08-24
1
-3
/
+7
*
Fix a memory leak if parent directory creation failed.
Matt Kraai
2001-08-24
1
-4
/
+4
*
make_directory used mode as if it were an signed entity, but in fact
Eric Andersen
2001-08-02
1
-1
/
+1
*
stdlib.h defined free(), which this needs
Eric Andersen
2001-06-22
1
-0
/
+1
*
Rewrote mkdir (and touched lots of things in the process).
Matt Kraai
2001-06-21
1
-0
/
+66