Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-05-08 | Move setrgid(3) and setruid(3) from libc -> libcompat. | Todd C. Miller | |
Programs should not be using these... | |||
2003-05-08 | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller | |
2003-05-08 | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX | Todd C. Miller | |
2003-03-16 | more avoidance of snprintf, strcpy, and strcat; millert ok | Theo de Raadt | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2002-11-10 | SEE ALSO corrections. millert ok. | Federico G. Schwindt | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
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 | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
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-03-02 | $OpenBSD$ | Todd T. Fries | |
1999-11-14 | not kerberos; karls@inet.no | Theo de Raadt | |
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-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
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. | |||
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-02-27 | make function names the correct case | Theo de Raadt | |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1996-12-14 | Clean up lint & compile warnings | Thorsten Lockert | |
1996-08-21 | cfree moved to libc | Jason Downs | |
1996-08-18 | Fix order of parameters to compare function. Man page says (key, element) | Todd C. Miller | |
which is what the ATT version does too. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |