summaryrefslogtreecommitdiffstats
path: root/bin/mkdir
Commit message (Expand)AuthorAgeFilesLines
* Add missing static qualifierseadler2013-04-271-2/+2
* Add a few examples.joel2013-03-151-1/+18
* Put some static keywords in the source code.ed2011-10-311-1/+1
* More markup fixes.ru2006-12-271-3/+3
* Fix markup.ru2006-12-271-6/+7
* Adhere to POSIX: the -m option only applies to the newly createdru2006-10-101-13/+21
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-1/+2
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incssouhlal2005-01-261-1/+0
* - The first argument of getmode() is a void *ssouhlal2005-01-252-1/+3
* Add the new standard EXIT STATUS section where appropriate.ru2005-01-161-3/+3
* /*- or .\"- or #- to begin license clauses.imp2005-01-102-1/+2
* Don't read the byte at *argv[strlen(*argv) + 1].das2004-09-241-1/+1
* Deal with double whitespace.ru2004-07-031-2/+2
* Remove clause 3 from the UCB licenses.markm2004-04-062-8/+0
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Put documentation of the -m option's argument in its list tag in thetjr2002-06-301-2/+4
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* Use `The .Nm utility'charnier2002-04-161-2/+3
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemsobomax2002-02-251-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-4/+4
* Fix the race between the stat() and the mkdir().zarzycki2002-02-051-16/+19
* o __P has been reovedimp2002-02-021-10/+5
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* Set WARNS=2 on programs which compile cleanly.dd2001-07-151-0/+1
* Add a note on what happens if the "-p" option is specifiedyar2001-06-291-0/+2
* Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.kris2001-05-201-0/+1
* Special case the error reporting when errno is ENOTDIR or ENOENT.alfred2001-01-141-1/+5
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* brucify and add comment about -v being non-standard to manpagemharo1999-09-042-6/+10
* Fix typo in previous commit that documented the -v option.mpp1999-08-281-1/+1
* add verbose flagmharo1999-08-282-5/+17
* $Id$ -> $FreeBSD$peter1999-08-273-3/+3
* Various spelling/formatting changes.kris1999-05-081-4/+5
* Free memory obtained from setmode.imp1998-12-161-1/+2
* Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug"msmith1998-10-231-6/+8
* Honour the spirit rather than the implementation of the previous changes;msmith1998-10-221-19/+10
* Make this compile, and honour the spirit of the original design whilemsmith1998-10-201-8/+10
* - mkdir -m should call chmod because the high-order bits get ignoredmsmith1998-10-201-1/+19
* correct use of .Nm. Add rcsid.charnier1998-05-152-7/+9
* Fix several problems with mkdir:mpp1997-04-011-29/+38
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Cleanup man page and -Wall cleaning.steve1996-12-142-6/+6
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+6
* Added $Id$dg1994-09-243-0/+4
* Remove bogus cast that was introduced in the previous commit.bde1994-09-211-1/+1
* Applied patch to make -Wall and -Dlint shut up.phk1994-09-201-3/+4
* [ From Dave Tweten ]jkh1994-09-081-2/+4
OpenPOWER on IntegriCloud