Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -3/+3 | |
| | |||||
* | tame "stdio rpath" works for all use cases of pwd(1). In part this | 2015-10-05 | 1 | -1/+4 | |
| | | | | | | | | success could be because our getcwd() is backed by a system call, unlike historical practice. Didn't think it through competely, but this could burn someone else later, if they try to port this code to another system. Anyways, good enough for us. all cases tested by doug | ||||
* | document that posix defaults to -L if no options are given, and tweak previous; | 2014-05-28 | 1 | -3/+8 | |
| | |||||
* | In his continuing quest to improve our documentation, jmc@ noticed that | 2014-05-28 | 2 | -35/+107 | |
| | | | | | | | | | | we didn't support the -L option required by POSIX, and didn't document the -P option that we did support. Fix that with code and doc bits from NetBSD, but correcting a minor noncompliance in the -L support and applying the jmc@ and sobrado@ magic to the manpage. This commit does not change the default behavior. ok jmc@ millert@ sobrado@ | ||||
* | add an EXIT STATUS section for /bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -15/+1 | |
| | | | | | | | 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 | ||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -3/+3 | |
| | | | | updates to follow; | ||||
* | i saw the previous was wrong as soon as i committed it: put the | 2009-01-06 | 1 | -6/+6 | |
| | | | | | | | built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies. | ||||
* | document, consistently, those apps which also exist as built-ins | 2009-01-06 | 1 | -10/+7 | |
| | | | | | | | on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze | ||||
* | replace hardcoded exit values with .Ex macros; | 2009-01-04 | 1 | -5/+3 | |
| | | | | ok jmc@ | ||||
* | providing MLINKS for shell builtins makes little sense: what we had was out | 2008-01-11 | 1 | -3/+2 | |
| | | | | | | | | | | | of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's; please, there are tools like whence, man, and locate for finding this stuff; ok deraadt miod | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - consistent STANDARDS blurb | 2007-05-29 | 1 | -4/+4 | |
| | | | | | | - note which options are extensions to POSIX discussed w/ deraadt otto millert | ||||
* | make lint happy | 2006-04-01 | 1 | -3/+3 | |
| | |||||
* | make hier(7) more visible; | 2004-12-13 | 1 | -2/+6 | |
| | | | | tweak some stuff while i'm in here; | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 2 | -13/+5 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-05-29 | 1 | -7/+7 | |
| | |||||
* | ansi | 2002-07-04 | 1 | -6/+4 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | o) __progname aria; | 2001-09-06 | 1 | -4/+5 | |
| | | | | millert@ ok. | ||||
* | consistency | 1999-08-17 | 1 | -3/+14 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | 1998-12-15 | 1 | -2/+2 | |
| | |||||
* | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | 1998-11-28 | 1 | -4/+4 | |
| | | | | it's given) | ||||
* | First complete sweep of man pages, bin/. Command/function names previously | 1998-09-14 | 1 | -4/+4 | |
| | | | | | (incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | ||||
* | $OpenBSD$ | 1997-09-21 | 1 | -2/+1 | |
| | |||||
* | move the .; enami@ba2.so-net.or.jp | 1997-03-25 | 1 | -2/+2 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -3/+3 | |
| | |||||
* | -Wall'ing. | 1996-12-14 | 1 | -3/+3 | |
| | |||||
* | zap getopt() case of -?, come on, it is the default! | 1996-08-02 | 1 | -3/+2 | |
| | |||||
* | update rcsid | 1996-06-23 | 3 | -2/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 3 | -0/+174 | |