summaryrefslogtreecommitdiff
path: root/usr.bin/ar
AgeCommit message (Collapse)Author
2005-09-19install the 2 man pages on all architecturesTheo de Raadt
2004-09-07Do not incorrectly sign-extend a mode_t value.Miod Vallat
ok deraadt@
2003-07-13.Or -> .OpJason McIntyre
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-04simple snprintf; tdeval matthieu okTheo de Raadt
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
lots of help and ok millert@
2002-12-14add missing OpenBSD tagTodd C. Miller
2002-12-11Don't require a list of object file for the -d, -m, -q and -r optionsTodd C. Miller
since neither Solaris nor GNU ar require this. Personally I'd rather change the world to use the BSD behavior but that is unlikely and the differing behavior causes problems with libtool and automake. deraadt@ OK
2002-02-16Part 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.
2000-11-20repairs; mpech@prosoft.org.lvTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-04Many improvements and general cleanup/standardization.Aaron Campbell
1999-12-15overflow safeTheo de Raadt
1999-08-29cast time_t to (long int) to pass them to sprintf() portably.Marc Espie
1999-08-27We're using 10 X's now.Federico G. Schwindt
1999-08-26Fix a buf oflow noticed by aazubel@cnba.uba.ar.Federico G. Schwindt
Change strcpy to strlcpy and use 10 X's in _NAME_ARTMP and _PATH_ARTMP; ok millert@
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1997-11-05uid_t and gid_t are unsigned; nihilis@moral.addiction.comTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11prelim WallTheo de Raadt
1997-08-19Document -C option. Can't claim POSIX 1003.2 yet, still missing the -s option.denny
1997-08-19Add -C to not overwrite existing files when extracting (part of POSIX 1003.2)denny
1997-06-17(foo *)NULL -> NULLkstailey
1997-05-31futimes avoids race; mycroftTheo de Raadt
1997-05-31trunc uid/gid to USHRT_MAX; mycroft; PR#75Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt