aboutsummaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
AgeCommit message (Expand)Author
2018-02-06fix compile failure in previous commitDenys Vlasenko
2018-02-06unzip: do not set directory mode to 0777Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko
2012-05-28unzip: ignore chmod errorsNatanael Copa
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19mkdir: fix -p on FreeBSDJeremie Koenig
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2008-10-19volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2004-10-13Make certain clients of bb_make_directory default to honoringEric Andersen
2004-10-08Patch from Michael Tokarev:Eric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-24Dont need a seperate functionGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath
2002-10-19Dont try and make the "/" directoryGlenn L McGrath
2002-09-28Fail straight away rather than recursively printing error messages :)Glenn L McGrath
2002-09-22Fix error messages conditions, and make them the same as GNU mkdir.Glenn L McGrath
2002-08-24Dont return an error if the directory already existedGlenn L McGrath
2002-08-24Fix warningGlenn L McGrath
2002-08-23Rewrite, its smallerGlenn L McGrath
2001-08-24Canonicalize dirname(3) behavior.Matt Kraai
2001-08-24Fix a memory leak if parent directory creation failed.Matt Kraai
2001-08-02make_directory used mode as if it were an signed entity, but in factEric Andersen
2001-06-22stdlib.h defined free(), which this needsEric Andersen
2001-06-21Rewrote mkdir (and touched lots of things in the process).Matt Kraai