Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-10 | make Nm match Dt; | Jason McIntyre | |
improve Nd as suggested by millert@ | |||
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-06-26 | ansi | 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-06-02 | sort some macros, sort .Xr's | Jason McIntyre | |
2003-03-16 | more avoidance of snprintf, strcpy, and strcat; millert ok | Theo de Raadt | |
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. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
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). | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-08-02 | Add a hook to regexp/regerror.c for overriding the default regerror() | Jason Downs | |
function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times. | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1997-07-17 | fix Xr | Theo de Raadt | |
1996-12-14 | Clean up lint & compile warnings | Thorsten Lockert | |
1996-07-24 | Actually, let's use straight defines instead of macros. Potentially a | Jason Downs | |
better approach. | |||
1996-07-24 | Prevent the v8 style regexp library from clashing with the POSIX regex. | Jason Downs | |
Inspired by the changes to BSD/OS (and the bug they caught), but I didn't go and look at the BSD/OS sources. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |