aboutsummaryrefslogtreecommitdiff
path: root/bin/mkdir
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2013-09-051-2/+2
| |\ | |/ |/|
| * sync from headSimon J. Gerraty2013-04-121-1/+18
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Add missing static qualifiersEitan Adler2013-04-271-2/+2
| |/ |/|
* | Add a few examples.Joel Dahl2013-03-151-1/+18
|/
* Put some static keywords in the source code.Ed Schouten2011-10-311-1/+1
* More markup fixes.Ruslan Ermilov2006-12-271-3/+3
* Fix markup.Ruslan Ermilov2006-12-271-6/+7
* Adhere to POSIX: the -m option only applies to the newly createdRuslan Ermilov2006-10-101-13/+21
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-1/+2
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incSuleiman Souhlal2005-01-261-1/+0
* - The first argument of getmode() is a void *Suleiman Souhlal2005-01-252-1/+3
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-3/+3
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Don't read the byte at *argv[strlen(*argv) + 1].David Schultz2004-09-241-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Put documentation of the -m option's argument in its list tag in theTim J. Robbins2002-06-301-2/+4
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Use `The .Nm utility'Philippe Charnier2002-04-161-2/+3
* Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemMaxim Sobolev2002-02-251-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-4/+4
* Fix the race between the stat() and the mkdir().Dave Zarzycki2002-02-051-16/+19
* o __P has been reovedWarner Losh2002-02-021-10/+5
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Set WARNS=2 on programs which compile cleanly.Dima Dorfman2001-07-151-0/+1
* Add a note on what happens if the "-p" option is specifiedYaroslav Tykhiy2001-06-291-0/+2
* Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.Kris Kennaway2001-05-201-0/+1
* Special case the error reporting when errno is ENOTDIR or ENOENT.Alfred Perlstein2001-01-141-1/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* brucify and add comment about -v being non-standard to manpageMichael Haro1999-09-042-6/+10
* Fix typo in previous commit that documented the -v option.Mike Pritchard1999-08-281-1/+1
* add verbose flagMichael Haro1999-08-282-5/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Various spelling/formatting changes.Kris Kennaway1999-05-081-4/+5
* Free memory obtained from setmode.Warner Losh1998-12-161-1/+2
* Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug"Mike Smith1998-10-231-6/+8
* Honour the spirit rather than the implementation of the previous changes;Mike Smith1998-10-221-19/+10
* Make this compile, and honour the spirit of the original design whileMike Smith1998-10-201-8/+10
* - mkdir -m should call chmod because the high-order bits get ignoredMike Smith1998-10-201-1/+19