summaryrefslogtreecommitdiff
path: root/bin/mkdir
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-10-02src/bin/mkdir: Spell occur correctly.Elyes HAOUAS
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-09-29Fix Makefile entries from r323275Alan Somers
2017-09-07Add basic tests for chflags, mkdir, rcp, and rmdirAlan Somers
2017-02-28Renumber copyright clause 4Warner Losh
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-09-05Merge from headSimon J. Gerraty
2013-04-27Add missing static qualifiersEitan Adler
2013-04-12sync from headSimon J. Gerraty
2013-03-15Add a few examples.Joel Dahl
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-10-31Put some static keywords in the source code.Ed Schouten
2006-12-27More markup fixes.Ruslan Ermilov
2006-12-27Fix markup.Ruslan Ermilov
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-26Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incSuleiman Souhlal
2005-01-25- The first argument of getmode() is a void *Suleiman Souhlal
2005-01-16Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov
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-07-03Deal with double whitespace.Ruslan Ermilov
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-05-01Quiet warnings about copyright[].David E. O'Brien
2002-06-30Put documentation of the -m option's argument in its list tag in theTim J. Robbins
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-04-16Use `The .Nm utility'Philippe Charnier
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-12-04Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien
2001-08-15mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov
2001-07-15Set WARNS=2 on programs which compile cleanly.Dima Dorfman
2001-06-29Add a note on what happens if the "-p" option is specifiedYaroslav Tykhiy