summaryrefslogtreecommitdiff
path: root/bin/mkdir/mkdir.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-10-02src/bin/mkdir: Spell occur correctly.Elyes HAOUAS
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-04-27Add missing static qualifiersEitan Adler
2011-10-31Put some static keywords in the source code.Ed Schouten
2006-10-10Adhere to POSIX: the -m option only applies to the newly createdRuslan Ermilov
2005-02-09Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-01-25- The first argument of getmode() is a void *Suleiman Souhlal
2005-01-10/*- or .\"- or #- to begin license clauses.Warner Losh
2004-09-24Don't read the byte at *argv[strlen(*argv) + 1].David Schultz
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-05-01Quiet warnings about copyright[].David E. O'Brien
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-02-25Fix a bug introduced in rev.1.23 - for some reason mkdir("/", ...) systemMaxim Sobolev
2002-02-22Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray
2002-02-05Fix the race between the stat() and the mkdir().Dave Zarzycki
2002-02-02o __P has been reovedWarner Losh
2001-05-20Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.Kris Kennaway
2001-01-14Special case the error reporting when errno is ENOTDIR or ENOENT.Alfred Perlstein
1999-09-04brucify and add comment about -v being non-standard to manpageMichael Haro
1999-08-28add verbose flagMichael Haro
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1998-12-16Free memory obtained from setmode.Warner Losh
1998-10-23Fix behaviour for 'mkdir -m 777 / /tmp/foo'. Play "guess the style bug"Mike Smith
1998-10-22Honour the spirit rather than the implementation of the previous changes;Mike Smith
1998-10-20Make this compile, and honour the spirit of the original design whileMike Smith
1998-10-20 - mkdir -m should call chmod because the high-order bits get ignoredMike Smith
1998-05-15correct use of .Nm. Add rcsid.Philippe Charnier
1997-04-01Fix several problems with mkdir:Mike Pritchard
1997-03-28compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14Cleanup man page and -Wall cleaning.Steve Price
1994-09-24Added $Id$David Greenman
1994-09-21Remove bogus cast that was introduced in the previous commit.Bruce Evans
1994-09-20Applied patch to make -Wall and -Dlint shut up.Poul-Henning Kamp
1994-09-08[ From Dave Tweten ]Jordan K. Hubbard
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes