summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2003-02-27missed in the math man page cleanupJason Wright
2003-02-27correctly check the return value of send(). fixes LOG_CONS from alwaysDan Harnett
2003-02-27typos;Jason McIntyre
2003-02-25typos;Jason McIntyre
2003-02-24Fix bogus inet_net_pton() translation example.Cedric Berger
2003-02-24of ofTheo de Raadt
2003-02-24the theTheo de Raadt
2003-02-24need stdlib.h tooTheo de Raadt
2003-02-21one more: guid -> egidJason McIntyre
2003-02-21typos;Jason McIntyre
2003-02-20fix a variety of missing or wrong MLINKSTheo de Raadt
2003-02-18indent delay slotJason Wright
2003-02-18intial -> initial;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-17minor KNFTodd C. Miller
2003-02-16teach people about strlcpy, not strcpyTheo de Raadt
2003-02-14put my copyrights on hereTheo de Raadt
2003-02-14license clarifications; arthur_david_olson@nih.govTodd C. Miller
2003-02-14re-stir if pid changes; markus & meTheo de Raadt
2003-02-08Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous...Jason Wright
2003-02-07Don't write log message to console unless we are unable to connect toTodd C. Miller
2003-02-03some more functions that are (only on OpenBSD) safe in signal handlers.Theo de Raadt
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller
2003-01-29Align this char array accessed as double, for paranoia reasons.Dale Rahn
2003-01-28thread safer libc (note: safer, not safe)Marco S Hyman
2003-01-21kern.watchdog; ok mickey@Markus Friedl
2003-01-21typos;Jason McIntyre
2003-01-20Don't reconnect to logging socket if send() returns an error and errnoTodd C. Miller
2003-01-20remove libc_r mention in commentMarco S Hyman
2003-01-20comment changed to look in libpthread, not libc_rMarco S Hyman
2003-01-19programs that chroot must use LOG_NDELAY; deraadt@ OKTodd C. Miller
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-16Waiter! I asked for a working vfork!Miod Vallat
2003-01-16Alignment requirements are satisfied in ENTRY(), no need to add more here.Miod Vallat
2003-01-15minbrk is exposed, gmon uses itMichael Shalayeff
2003-01-14Add sanity check to prevent int oflow for very large allocations.Todd C. Miller
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2003-01-07Better have an OpenBSD static rcsid rather than a NetBSD static rcsid forMiod Vallat
2003-01-07Get static rcsid correctly, better style for .S files, trim whitespace.Miod Vallat
2003-01-07Properly align __infinity - m88k is very strict wrt double alignment.Miod Vallat
2003-01-07Get the rounding modes table correct, eventually.Miod Vallat
2003-01-07One more pass to get thinks correct wrt weak symbols and syscalls.Miod Vallat
2003-01-07Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)Todd C. Miller
2003-01-05spellingTheo de Raadt
2003-01-04spellingTheo de Raadt
2003-01-04Fix *longjmp() return values.Miod Vallat
2003-01-02Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsMiod Vallat
2003-01-02Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2003-01-02Begone.Miod Vallat
2003-01-02Handle things like "%%m" correctly; closes PR 3057Todd C. Miller