Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-09-30 | Fix a problem in the last commit. Upon closer reading of POSIX, in | Todd C. Miller | |
-p mode we only want to change the mode on directories we actually created. | |||
2008-09-30 | Fix "-m mode" in conjunction with the -p flag. Also simplify the error | Todd C. Miller | |
handling. Closes PR 5908. OK deraadt@ | |||
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre | |
while here, make the description of -m more consistent for mkdir, mkfifo, and mknod. add a touch of .Ex for mkdir too. | |||
2008-02-13 | Rework the fix in 1.20. The original fix causes problems for systrace | Todd C. Miller | |
policies since mkdir(2) will be called for each directory in the path, even things like / or /usr. We now use a hybrid approach uses stat(2) until either we find something missing or we reach that last component. Then we switch to calling mkdir(). Tested by bernd@ and chl@ | |||
2008-01-02 | fix PR 5141: | Charles Longeau | |
race condition in mkdir -p that may lead to an erroneous successful exit status. reported by Ralf Wildenhues <Ralf.Wildenhues at gmx.de> fix based on a suggested patch by Bruno Carnazzi <bcarnazzi at gmail.com>, largely inspired by NetBSD mkdir()s implementation looks OK otto@ OK millert@ | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2006-08-04 | Add reference to mkdir(1). | Ray Lai | |
OK jmc@ | |||
2006-03-24 | Make sure `path' variable is always NUL-terminated. | Ray Lai | |
Totally different diff (but functionally equivalent) by Loic Tortay and okayed by tedu@. ``Looks sane to me'' moritz@ | |||
2004-12-13 | standard EXAMPLES; | Jason McIntyre | |
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre | |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2003-07-29 | spacing | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-06-09 | knf | Todd T. Fries | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | typo | Aaron Campbell | |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-02-02 | Make mkdir -m 1777 foo and the like work. From how Netbsd/Freebsd do it. | Eric Jackson | |
1999-09-23 | Add EXAMPLES. Fix formatting nits. | Aaron Campbell | |
1999-08-17 | consistency | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-01-25 | Fix a race where a dir might have been created after a stat call, but before | Niklas Hallqvist | |
our mkdir | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1996-08-14 | Get mode of last directory right when doing mkdir -p; NetBSD PR #2686 | Thorsten Lockert | |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |