summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-01-22typoArtur Grabowski
1999-01-22ENTRY -> SYSENTRY for sparc libc_r (per d@)Marco S Hyman
1999-01-22mention that rmdir(.) returns EBUSY as per XPG4.2Todd C. Miller
1999-01-20use LIBCSRCDIRDavid Leonard
1999-01-19thread supportDavid Leonard
1999-01-11mention fcntl.h; jfw@jfwhome.funhouse.comTheo de Raadt
1999-01-11RFNOWAIT is now supportedNiklas Hallqvist
1999-01-08when malloc fails set bufsize to 0 or all other calls to getmntinfo will failArtur Grabowski
1999-01-06_THREAD_SAFEDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1999-01-06_THREAD_SAFE; nominal testing by friesDavid Leonard
1999-01-06use indr_reference instead of PASSTHRUDavid Leonard
1999-01-06cleanDavid Leonard
1999-01-04include blurb about ISO 8601 dates straight from strftime.cTodd C. Miller
1998-12-31typo; jon@oaktree.co.ukTheo de Raadt
1998-12-31typo; matter@suspicious.orgTodd C. Miller
1998-12-30append \n correctlyTheo de Raadt
1998-12-30doc fix: clnt_sperrno does not append a NEWLINETheo de Raadt
1998-12-23libc_r supportMichael Shalayeff
1998-12-23_thread_sys changes for powerpc SYS.h, code mostly from d, fixed upDale S. Rahn
1998-12-21document EOPNOTSUPPArtur Grabowski
1998-12-21missed some function return typesTheo de Raadt
1998-12-21md spinlockDavid Leonard
1998-12-20alphabetize function forward decls for prettinessTodd C. Miller
1998-12-18add md _atomic_is_locked; cleanDavid Leonard
1998-12-17some missing parts; sys is not ready yetMichael Shalayeff
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-12-15correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.Steve Murphree
1998-12-07No need to cast to they type we already are. Also minor KNFTodd C. Miller
1998-12-07remove bogus divide, fixes pr #656Todd C. Miller
1998-12-05typoMarc Espie
1998-11-28.Xr strlcat, strlcpyMarc Espie
1998-11-25Changes from NetBSD:Todd C. Miller
1998-11-25clarify; d@Aaron Campbell
1998-11-22bad longTheo de Raadt
1998-11-22detect truncation and overflow betterTheo de Raadt
1998-11-22use %u for unsigned printsTheo de Raadt
1998-11-20crank major, just in caseTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-11-18check for negative numbers from strtol()Theo de Raadt
1998-11-18negative change strtol()Theo de Raadt
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1998-11-16doc EAFNOSUPPORT returnTheo de Raadt
1998-11-15improve behaviour; ww@styx.orgTheo de Raadt
1998-11-15ftok requires minor crankTheo de Raadt
1998-11-15ftok() takes int id; xpgTheo de Raadt
1998-11-11Fix `typo', proves that strlcpy/strlcat is a very good idea.Marc Espie
1998-11-10getenv() result is read-only, unless you're looking for trouble.Marc Espie