summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko2-11/+16
2014-05-19Add conditional support for -v / --verboseDenys Vlasenko11-10/+62
2012-05-27unzip: ignore chmod errorsNatanael Copa3-2/+8
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18mkdir: fix -p on FreeBSDJeremie Koenig1-1/+1
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko3-77/+129
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2008-10-19volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko5-227/+35
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko1-21/+16
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko2-6/+12
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"36-404/+36
2004-10-13Make certain clients of bb_make_directory default to honoringEric Andersen3-3/+10
2004-10-08Patch from Michael Tokarev:Eric Andersen1-1/+5
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-11-24Dont need a seperate functionGlenn L McGrath1-19/+13
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath2-9/+29
2002-10-19Dont try and make the "/" directoryGlenn L McGrath1-2/+2
2002-09-28Fail straight away rather than recursively printing error messages :)Glenn L McGrath1-1/+1
2002-09-22Fix error messages conditions, and make them the same as GNU mkdir.Glenn L McGrath1-2/+2
2002-08-24Dont return an error if the directory already existedGlenn L McGrath1-3/+7
2002-08-24Fix warningGlenn L McGrath1-0/+1
2002-08-23Rewrite, its smallerGlenn L McGrath1-30/+22
2001-08-24Canonicalize dirname(3) behavior.Matt Kraai5-13/+25
2001-08-24Fix a memory leak if parent directory creation failed.Matt Kraai1-4/+4
2001-08-02make_directory used mode as if it were an signed entity, but in factEric Andersen3-3/+3
2001-06-22stdlib.h defined free(), which this needsEric Andersen1-0/+1
2001-06-21Rewrote mkdir (and touched lots of things in the process).Matt Kraai17-255/+233