summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
AgeCommit message (Collapse)Author
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-11-15improve behaviour; ww@styx.orgTheo de Raadt
1998-07-24Man pages Xrefs.Marc Espie
1998-04-28use Xr more oftenTheo de Raadt
1997-11-15cleanups from various sourcesTheo de Raadt
1997-11-05sv_mask is an int; mycroftTheo de Raadt
1997-11-05blank line seperatorTheo de Raadt
1997-11-04decl typeTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-01-20back out my last change to avoid the __warn_references on the mips - it'sThomas Graichen
now done for the pmax like for the arc in machine/cdefs.h
1997-01-19put all the __warn_references behind a #ifndef NO_WARN_REFERENCES whichThomas Graichen
is then set in the libc Makefile for the mips (the mips linker can't handle them)
1996-12-21-Wall madness.Todd C. Miller
1996-12-17strncpy that strerror, found by oliver@secnet.comTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-27typoTheo de Raadt
1996-05-04mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵Theo de Raadt
davide@PIPER.NECTAR.CS.CMU.EDU
1996-03-25Cast negative args to their unsigned typeThorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-03-25Minor cleanupThorsten Lockert
1996-03-22sethostid() is documented and has historically returned int, not longThorsten Lockert
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt