summaryrefslogtreecommitdiff
path: root/libbb/make_directory.c
Commit message (Expand)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-3/+2
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
* Make certain clients of bb_make_directory default to honoringEric Andersen2004-10-131-1/+8
* Patch from Michael Tokarev:Eric Andersen2004-10-081-1/+5
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-46/+72
* Dont need a seperate functionGlenn L McGrath2002-11-241-19/+13
* When making parent directories set permissions based on the base parent tree ...Glenn L McGrath2002-11-241-8/+26
* Dont try and make the "/" directoryGlenn L McGrath2002-10-191-2/+2
* Fail straight away rather than recursively printing error messages :)Glenn L McGrath2002-09-281-1/+1
* Fix error messages conditions, and make them the same as GNU mkdir.Glenn L McGrath2002-09-221-2/+2
* Dont return an error if the directory already existedGlenn L McGrath2002-08-241-3/+7
* Fix warningGlenn L McGrath2002-08-241-0/+1
* Rewrite, its smallerGlenn L McGrath2002-08-231-30/+22
* Canonicalize dirname(3) behavior.Matt Kraai2001-08-241-3/+7
* Fix a memory leak if parent directory creation failed.Matt Kraai2001-08-241-4/+4
* make_directory used mode as if it were an signed entity, but in factEric Andersen2001-08-021-1/+1
* stdlib.h defined free(), which this needsEric Andersen2001-06-221-0/+1
* Rewrote mkdir (and touched lots of things in the process).Matt Kraai2001-06-211-0/+66