aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mkdir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.vda2007-04-101-4/+4
* introduce and use setfscreatecon_or_dievda2007-03-121-4/+1
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)vda2007-03-101-1/+19
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* mkdir: style fixvda2006-11-191-5/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* reshuffle libbb.h contents so that order of decls makes sensevda2006-10-271-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-14/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-0/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* last_patch89 from vodz:andersen2003-06-201-10/+16
* Major coreutils update.mjn32003-03-191-27/+31
* When making parent directories set permissions based on the base parent tree ...bug12002-11-241-1/+3
* make_directory() will fail instantly so we dont need to test for failure herebug12002-09-281-5/+4
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-211-66/+31
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-3/+0
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-4/+4
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-3/+3
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-2/+2
* Cleanup patch from Vladimir N. Oleynik.andersen2001-01-311-8/+4
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-4/+4
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-5/+5
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Extract usage information into a separate file.kraai2000-07-161-12/+0
* Use errorMsg rather than fprintf.kraai2000-07-141-3/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-3/+6
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-3/+2
* Upates to include copyright 2000 to everythingerik2000-04-131-2/+1
* Some formatting updates (ran the code through indent)erik2000-02-081-66/+67
* A few minor updates. ;-)erik2000-02-071-14/+20
* * added (and documented) "-n" option for head -erik2000-01-231-1/+2
* Bug fixes.erik2000-01-131-2/+2
* Bug fixesandersen1999-11-221-5/+9
* Stufandersen1999-11-191-1/+2
* Latest and greatestandersen1999-11-181-1/+1
* Updates to usage, and made tar work.andersen1999-11-101-3/+4
* Make mkdir -m workandersen1999-10-221-8/+24
* Fixed up copyright notices and suchandersen1999-10-201-1/+3
* Added sfdisk. Ststic-ified a bunch of stuff.andersen1999-10-191-1/+1
* More stuff.andersen1999-10-181-4/+2
* More stuffandersen1999-10-131-46/+73
* Initial revisionandersen1999-10-051-0/+58