summaryrefslogtreecommitdiffstats
path: root/bin/mkdir/mkdir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-191-7/+4
* correct precedence; from Ilya Kalimanderaadt2015-10-231-2/+2
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio cpath rpath fattr", unless mkdir -m is passed a mode whichderaadt2015-10-071-1/+6
* Revert rev 1.21 to fix a race condition where multiple mkdir -p's tryingnaddy2013-04-021-11/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Fix a problem in the last commit. Upon closer reading of POSIX, inmillert2008-09-301-8/+7
* Fix "-m mode" in conjunction with the -p flag. Also simplify the errormillert2008-09-301-24/+23
* Rework the fix in 1.20. The original fix causes problems for systracemillert2008-02-131-8/+12
* fix PR 5141:chl2008-01-021-9/+14
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-061-3/+4
* Make sure `path' variable is always NUL-terminated.ray2006-03-241-4/+7
* setmode(3) returns void *, not mode_t *. ok millert@otto2004-07-011-3/+3
* spacingderaadt2003-07-291-11/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansideraadt2002-07-041-10/+5
* knftodd2002-06-091-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* missed some registers, kill'em!mpech2002-01-161-4/+4
* o) __progname aria;mpech2001-09-061-4/+5
* Make mkdir -m 1777 foo and the like work. From how Netbsd/Freebsd do it.ericj2000-02-021-3/+15
* more setmode() leaks -- kill 'em allderaadt1998-09-261-2/+3
* Fix a race where a dir might have been created after a stat call, but beforeniklas1998-01-251-3/+5
* i am bored enough to fix terminal space/tab ugliesderaadt1997-09-011-4/+4
* tabifykstailey1997-07-231-3/+3
* Get mode of last directory right when doing mkdir -p; NetBSD PR #2686tholo1996-08-141-3/+3
* zap getopt() case of -?, come on, it is the default!deraadt1996-08-021-3/+2
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+173