summaryrefslogtreecommitdiff
path: root/bin/mkdir/mkdir.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add missing static qualifiersEitan Adler2013-04-271-2/+2
* Put some static keywords in the source code.Ed Schouten2011-10-311-1/+1
* 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
* - The first argument of getmode() is a void *Suleiman Souhlal2005-01-251-1/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Don't read the byte at *argv[strlen(*argv) + 1].David Schultz2004-09-241-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* 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
* 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
* brucify and add comment about -v being non-standard to manpageMichael Haro1999-09-041-4/+5
* add verbose flagMichael Haro1999-08-281-5/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* 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
* correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* Fix several problems with mkdir:Mike Pritchard1997-04-011-29/+38
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-3/+3
* Added $Id$David Greenman1994-09-241-0/+2
* Remove bogus cast that was introduced in the previous commit.Bruce Evans1994-09-211-1/+1
* Applied patch to make -Wall and -Dlint shut up.Poul-Henning Kamp1994-09-201-3/+4
* [ From Dave Tweten ]Jordan K. Hubbard1994-09-081-2/+4
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+169