summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-047-636/+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]
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-052-5/+5
|
* dispense with some wacky escape sequences;jmc2010-03-261-2/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-18/+1
| | | | | | | 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;jmc2007-05-313-4/+4
|
* sprinkle some lint lovederaadt2006-04-021-14/+16
|
* ansideraadt2003-06-262-11/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-027-40/+12
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - typos;jmc2003-05-241-1/+1
| | | | | - new sentence, new line; - whitespace at EOL
* Move setrgid(3) and setruid(3) from libc -> libcompat.millert2003-05-083-0/+182
| | | | Programs should not be using these...
* move insque(3) and remque(3) from libcompat -> libc; they are now POSIXmillert2003-05-083-170/+0
|
* move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIXmillert2003-05-082-199/+0
|
* more avoidance of snprintf, strcpy, and strcat; millert okderaadt2003-03-161-1/+1
|
* .Xr typos;jmc2003-03-061-2/+2
| | | | ok deraadt@
* SEE ALSO corrections. millert ok.fgsch2002-11-101-2/+1
|
* o) start new sentence on a new line;mpech2002-05-013-4/+7
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Initial cleanup:mpech2002-04-301-2/+1
| | | | | | | | | | | | 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
* 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-163-5/+5
|
* $OpenBSD$todd2000-03-024-4/+10
|
* not kerberos; karls@inet.noderaadt1999-11-141-1/+1
|
* Add a hook to regexp/regerror.c for overriding the default regerror()downsj1999-08-021-7/+15
| | | | | | | function. Add support for overriding the default regerror() function in 4.3/regex.c, and avoiding free()ing things multiple times.
* - remove all trailing whitespaceaaron1999-07-094-13/+13
| | | | | | | | | | * 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...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-072-2/+3
| | | | | | | 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.
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-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.
* make function names the correct casederaadt1999-02-271-1/+1
|
* extra commas go foom foom foomderaadt1998-02-271-1/+1
|
* Clean up lint & compile warningstholo1996-12-141-2/+3
|
* cfree moved to libcdownsj1996-08-211-43/+0
|
* Fix order of parameters to compare function. Man page says (key, element)millert1996-08-181-1/+1
| | | | which is what the ATT version does too.
* initial import of NetBSD treederaadt1995-10-1810-0/+897