summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Expand)Author
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2008-09-08Mention the word "regexp" and the fact that this inteface is obsoleteapb
2007-02-16Fix MKDEBUGLIB build.freza
2006-04-08make sure p is initialized.christos
2006-04-08remove bogus declaration.christos
2005-07-06Move insque/remque/lsearch/lfind from libcompat to libc,drochner
2005-04-19getpw*_r() may return 0 and set pwd==NULLlukem
2005-04-01Use getpwuid_r, KNF. From John Nemeth, many thanks.christos
2004-04-18Append to AFLAGS rather than setting AINC.lukem
2003-10-21Don't use NULL to compare against an int.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-06-27End sentence with a dot.wiz
2003-05-14setup -> set up.wiz
2003-04-16Usewiz
2002-11-11Fix signed/unsigned comparison warnings, and shadow warnings.thorpej
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-08-08Refer to rcmd(3) instead of the non-existing krcmd(3).soren
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2002-01-15Sort SEE ALSO.wiz
2002-01-15Drop an unnecessary .Pp.wiz
2002-01-15Punctuation nit, sort SEE ALSO.wiz
2002-01-15Punctuation nit.wiz
2002-01-15Drop a trailing empty line.wiz
2001-11-05WARNS=2 fixeslukem
2000-09-14check LIBC_SCCSmsaitoh
2000-07-11Correct ctype(3) usage.itohy
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-02-19Build a PIC version of this -- but not yet a shlib, due to some obscure lossagemycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-09-16sort includeslukem
1999-08-22Add missing regerror() prototype.kleink
1999-08-22G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although statedkleink
1999-08-12Undo last commit. As pointed out by John Darrow on "regex.c" wasn't listedtron
1999-08-11why have regex.c twice in SRCS ?lukem
1999-07-02More trailing white space.simonb
1999-05-09LP64 fixes. *sigh*mycroft
1999-05-06Forgot to commit this.christos
1999-05-04- widen prototypeschristos
1999-05-04add /*ARGSUSED*/christos
1999-05-04- KNFchristos
1999-05-04- add a comparison to NULL in a conditional.christos
1999-05-04In lint redefine __compat_regerror to __compat43_regerror, to avoid clashchristos
1999-05-04De-constify the code, and add const castaway lint comments.christos
1999-05-04Cast to unsigned short to avoid loss of precision message.christos