summaryrefslogtreecommitdiffstats
path: root/lib/libcompat (follow)
Commit message (Expand)AuthorAgeFilesLines
* some -Wimplicit-function-declaration cleaning; ok millert@david2004-12-221-1/+2
* make Nm match Dt;jmc2004-02-101-6/+3
* add missing includesdavid2003-07-181-2/+3
* ansideraadt2003-06-263-18/+10
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-9/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0213-73/+21
* sort some macros, sort .Xr'sjmc2003-06-021-4/+7
* - typos;jmc2003-05-241-1/+1
* Somehow the setr[ug]id() addition didn't get committed here.millert2003-05-101-2/+4
* Move setrgid(3) and setruid(3) from libc -> libcompat.millert2003-05-083-0/+182
* move insque(3) and remque(3) from libcompat -> libc; they are now POSIXmillert2003-05-084-174/+2
* move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXmillert2003-05-083-203/+3
* {e,f,g}cvt() are no longer missing.millert2003-05-081-4/+2
* more avoidance of snprintf, strcpy, and strcat; millert okderaadt2003-03-162-11/+8
* .Xr typos;jmc2003-03-061-2/+2
* SEE ALSO corrections. millert ok.fgsch2002-11-102-4/+3
* o) start new sentence on a new line;mpech2002-05-013-4/+7
* Initial cleanup:mpech2002-04-301-2/+1
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-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.millert2002-02-165-28/+28
* zap zap zap; miodderaadt2002-02-164-350/+2
* getpw(3) goes; miodderaadt2002-02-161-3/+3
* add a note about the old sttymickey2002-01-241-1/+5
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* Whoops, missed a few.aaron2000-04-171-1/+3
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-1/+1
* Mostly punctuation fixes.aaron2000-04-151-1/+1
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-1/+1
* $OpenBSD$todd2000-03-027-7/+17
* not kerberos; karls@inet.noderaadt1999-11-141-1/+1
* Add a hook to regexp/regerror.c for overriding the default regerror()downsj1999-08-022-11/+31
* - remove all trailing whitespaceaaron1999-07-0910-42/+42
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-072-2/+3
* remove redundant .Pp macrosaaron1999-07-021-2/+1
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-234-4/+4
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-163-4/+4
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-122-3/+3
* fix more comma splices that involve misuse of conjunctive adverbspjanzen1999-03-111-1/+1
* make function names the correct casederaadt1999-02-272-4/+4
* extra commas go foom foom foomderaadt1998-02-271-1/+1
* Fix tags, copyright.downsj1997-09-151-1/+35
* Fix NetBSD PR#4068.downsj1997-09-151-3/+15
* fix Xrderaadt1997-07-171-1/+1
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-2/+2
* Clean up lint & compile warningstholo1996-12-143-9/+10
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-2/+2
* cfree moved to libcdownsj1996-08-212-45/+2
* Fix order of parameters to compare function. Man page says (key, element)millert1996-08-181-1/+1
* Actually, let's use straight defines instead of macros. Potentially adownsj1996-07-241-5/+5
* Prevent the v8 style regexp library from clashing with the POSIX regex.downsj1996-07-246-35/+101