summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2001-10-30Grammar. Thanks markus@Thierry Deval
2001-10-30mprotect allocations sized at 0 bytes. This will cause a fault for accessThierry Deval
2001-10-30correct realloc() misuseTheo de Raadt
2001-10-29fix docs; tedu@heorot.stanford.eduTheo de Raadt
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-26run the approve for accounts with expiration time, too. ok millert@Markus Friedl
2001-10-24detail the different protections in mprotect(2) man page and add PROT_NONEJean-Jacques Bernard-Gundol
2001-10-24syslog_r() implementation. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-10-24fix __PSEUDO_NOERROR, two waysMichael Shalayeff
2001-10-14Disable fd sharing for this release. Sorry.Artur Grabowski
2001-10-11Correct length of jmpbuf, it is sizeof(long) * _JBLEN == 8*14Todd C. Miller
2001-10-01sync with rmd160.hMarkus Friedl
2001-10-01typoTodd C. Miller
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-09-29Move return value info into its own "RETURN VALUES" section.Todd C. Miller
2001-09-26Changes to SYS.h for sparc64 to make it work with libc_rDale Rahn
2001-09-26Revert last. The ERROR() macro is called from leaf functionsArtur Grabowski
2001-09-25Forgotten DEBUGLIBS stuffNiklas Hallqvist
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-24Rename __minbrk to minbrk to allow gmon.c to link correctly.Artur Grabowski
2001-09-24Better wordingMarc Espie
2001-09-22o kill some extra whitespaceTodd C. Miller
2001-09-22Typo: tempfile ==> tempnam.Heikki Korpela
2001-09-21Typo; grange@rt.mipt.ruAaron Campbell
2001-09-21add isnan.cMiod Vallat
2001-09-21Fix incorrect number of args to __SYSCALL. Somehow this managed toTodd C. Miller
2001-09-20change PSEUDO_NOERROR so it is indeed does not set errno.Dale Rahn
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
2001-09-20make this compile for kernelMichael Shalayeff
2001-09-17cast a few more long's to int32_tJason Wright
2001-09-16It is not legal to have multiple .%T entries in a reference so splitTodd C. Miller
2001-09-16return 0, not NULL, the function returns an intArtur Grabowski
2001-09-15prototype cleanupTheo de Raadt
2001-09-14add "options insecure[12]" support for /etc/resolv.conf.Jun-ichiro itojun Hagino
2001-09-11Keep the strings fully quoted.Dale Rahn
2001-09-11repair getgrgid_r() and getgrnam_r() as the standart says; from d@Peter Valchev
2001-09-10Use the LBL isnan() and isinf() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use the LBL frexp() on all platforms with ieee floating point.Todd C. Miller
2001-09-10Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build)Jason Wright
2001-09-07Adapt to our sigcontext and fix the obvious bugs.Artur Grabowski
2001-09-07Remove bogus warning and correct the operator enumeration for timercmpNiklas Hallqvist
2001-09-07K&R promotion is not the whole story. Make things explicit.Marc Espie
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-09-05explicit alignment, just like on alpha.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05make debug libs build againMichael Shalayeff