Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | express final disapproval of the interfaces in libcompat, such as | 2013-12-04 | 8 | -1926/+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] | ||||
* | fairly simple unsigned char casts for ctype | 2013-11-29 | 1 | -4/+5 | |
| | | | | ok krw | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | 2010-09-20 | 1 | -4/+4 | |
| | | | | revert that part of yesterday's diffs; | ||||
* | more wacky macro fixing; | 2010-09-19 | 1 | -4/+4 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 3 | -15/+3 | |
| | | | | | | | 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 | 1 | -2/+2 | |
| | |||||
* | delete breaks that are not needed | 2006-04-09 | 1 | -7/+2 | |
| | |||||
* | some -Wimplicit-function-declaration cleaning; ok millert@ | 2004-12-22 | 1 | -1/+2 | |
| | |||||
* | make Nm match Dt; | 2004-02-10 | 1 | -6/+3 | |
| | | | | improve Nd as suggested by millert@ | ||||
* | add missing includes | 2003-07-18 | 1 | -2/+3 | |
| | | | | ok tedu@ | ||||
* | ansi | 2003-06-26 | 1 | -7/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 2 | -12/+4 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | sort some macros, sort .Xr's | 2003-06-02 | 1 | -4/+7 | |
| | |||||
* | more avoidance of snprintf, strcpy, and strcat; millert ok | 2003-03-16 | 1 | -10/+7 | |
| | |||||
* | 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 | 2 | -23/+23 | |
| | |||||
* | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | 2000-06-30 | 1 | -3/+3 | |
| | | | | | | | | | constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | ||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -1/+1 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | Add a hook to regexp/regerror.c for overriding the default regerror() | 1999-08-02 | 1 | -4/+16 | |
| | | | | | | | function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times. | ||||
* | 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. | ||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -2/+2 | |
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | ||||
* | fix more comma splices that involve misuse of conjunctive adverbs | 1999-03-11 | 1 | -1/+1 | |
| | |||||
* | fix Xr | 1997-07-17 | 1 | -1/+1 | |
| | |||||
* | Clean up lint & compile warnings | 1996-12-14 | 1 | -5/+5 | |
| | |||||
* | Actually, let's use straight defines instead of macros. Potentially a | 1996-07-24 | 1 | -5/+5 | |
| | | | | better approach. | ||||
* | Prevent the v8 style regexp library from clashing with the POSIX regex. | 1996-07-24 | 5 | -35/+90 | |
| | | | | | Inspired by the changes to BSD/OS (and the bug they caught), but I didn't go and look at the BSD/OS sources. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 8 | -0/+1886 | |