Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | express final disapproval of the interfaces in libcompat, such as | 2013-12-04 | 7 | -636/+0 | |
| | | | | | | | | | them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step] | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 2 | -5/+5 | |
| | |||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -2/+2 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 4 | -18/+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 | ||||
* | convert to new .Dd format; | 2007-05-31 | 3 | -4/+4 | |
| | |||||
* | sprinkle some lint love | 2006-04-02 | 1 | -14/+16 | |
| | |||||
* | ansi | 2003-06-26 | 2 | -11/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 7 | -40/+12 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - typos; | 2003-05-24 | 1 | -1/+1 | |
| | | | | | - new sentence, new line; - whitespace at EOL | ||||
* | Move setrgid(3) and setruid(3) from libc -> libcompat. | 2003-05-08 | 3 | -0/+182 | |
| | | | | Programs should not be using these... | ||||
* | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX | 2003-05-08 | 3 | -170/+0 | |
| | |||||
* | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX | 2003-05-08 | 2 | -199/+0 | |
| | |||||
* | more avoidance of snprintf, strcpy, and strcat; millert ok | 2003-03-16 | 1 | -1/+1 | |
| | |||||
* | .Xr typos; | 2003-03-06 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | SEE ALSO corrections. millert ok. | 2002-11-10 | 1 | -2/+1 | |
| | |||||
* | o) start new sentence on a new line; | 2002-05-01 | 3 | -4/+7 | |
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | ||||
* | Initial cleanup: | 2002-04-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | ||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 1 | -2/+3 | |
| | |||||
* | 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 | 3 | -5/+5 | |
| | |||||
* | $OpenBSD$ | 2000-03-02 | 4 | -4/+10 | |
| | |||||
* | not kerberos; karls@inet.no | 1999-11-14 | 1 | -1/+1 | |
| | |||||
* | Add a hook to regexp/regerror.c for overriding the default regerror() | 1999-08-02 | 1 | -7/+15 | |
| | | | | | | | function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times. | ||||
* | - remove all trailing whitespace | 1999-07-09 | 4 | -13/+13 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 2 | -2/+3 | |
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -1/+1 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | make function names the correct case | 1999-02-27 | 1 | -1/+1 | |
| | |||||
* | extra commas go foom foom foom | 1998-02-27 | 1 | -1/+1 | |
| | |||||
* | Clean up lint & compile warnings | 1996-12-14 | 1 | -2/+3 | |
| | |||||
* | cfree moved to libc | 1996-08-21 | 1 | -43/+0 | |
| | |||||
* | Fix order of parameters to compare function. Man page says (key, element) | 1996-08-18 | 1 | -1/+1 | |
| | | | | which is what the ATT version does too. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 10 | -0/+897 | |