summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Collapse)Author
2009-10-28Do not need -DLIBC_SCCS anymoreTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2006-04-09delete breaks that are not neededTheo de Raadt
2006-04-02sprinkle some lint loveTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@David Krause
2004-02-10make Nm match Dt;Jason McIntyre
improve Nd as suggested by millert@
2003-07-18add missing includesDavid Krause
ok tedu@
2003-06-26ansiTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02sort some macros, sort .Xr'sJason McIntyre
2003-05-24- typos;Jason McIntyre
- new sentence, new line; - whitespace at EOL
2003-05-10Somehow the setr[ug]id() addition didn't get committed here.Todd C. Miller
2003-05-08Move setrgid(3) and setruid(3) from libc -> libcompat.Todd C. Miller
Programs should not be using these...
2003-05-08move insque(3) and remque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXTodd C. Miller
2003-05-08{e,f,g}cvt() are no longer missing.Todd C. Miller
2003-03-16more avoidance of snprintf, strcpy, and strcat; millert okTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-30Initial 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-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
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.
2002-02-16zap zap zap; miodTheo de Raadt
2002-02-16getpw(3) goes; miodTheo de Raadt
2002-01-24add a note about the old sttyMichael Shalayeff
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd 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-04-17Whoops, missed a few.Aaron Campbell
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-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-02$OpenBSD$Todd T. Fries
1999-11-14not kerberos; karls@inet.noTheo de Raadt
1999-08-02Add 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 whitespaceAaron 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-07The 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-07-02remove redundant .Pp macrosAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup 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-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1998-02-27extra commas go foom foom foomTheo de Raadt
1997-09-15Fix tags, copyright.Jason Downs
1997-09-15Fix NetBSD PR#4068.Jason Downs
1997-07-17fix XrTheo de Raadt