summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-02-12Mention that MD4 is pretty much broken, and MD5 may follow. A coupleAngelos D. Keromytis
1999-02-12It's always a good idea to test those last minute changes to make sure they c...Todd C. Miller
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me (needs...Todd C. Miller
1999-02-09Fixed brk() and sbrk(). Removal of old mvme88k dir.Steve Murphree
1999-02-05support MSG_BCAST and MSG_MCASTTheo de Raadt
1999-02-04END -> SYSEND (typo fix)David Leonard
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1999-02-03wrong ret type for write define (millert@)David Leonard
1999-02-02typoDavid Leonard
1999-02-01Should be taken care of but make it obviousPer Fogelstrom
1999-02-01sync with tzcode1999aDavid Leonard
1999-02-01mi ptraceDavid Leonard
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped syscall...David Leonard
1999-02-01remove PASSTHRUDavid Leonard
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuffDavid Leonard
1999-01-29tzcode1999a from ftp://elsie.nci.nih.gov/pubDavid Leonard
1999-01-28namespaces: unix --> __unix__Marc Espie
1999-01-28Preliminary version for PIC support. Builds and runs standard and profiledDale S. Rahn
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