summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.Jun-ichiro itojun Hagino
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr's;Jason McIntyre
2003-03-06Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)Kjell Wooding
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28typos;Jason McIntyre
2003-02-28Use int32_t, not long since this deals with 32bit quantities.Todd C. Miller
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