summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-05-04delete useless test codeTheo de Raadt
2014-05-04tweak previous;Jason McIntyre
2014-05-04When kern.nosuidcoredump=3, act like =2 but try to dump cores intoTheo de Raadt
2014-05-03now that 5.5 has been released with compatibility for 2b hashes,Ted Unangst
2014-05-031. Drop support for no minor. This variant doesn't exist anymore.Ted Unangst
2014-05-03Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalidStefan Sperling
2014-05-03Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, weTheo de Raadt
2014-05-02No really, pid 2 isn't specialPhilip Guenther
2014-05-02The page daemon no longer has a fixed PID. ok kettenis@ jmc@Jeremie Courreges-Anglas
2014-05-01tweak previous; ok sthenJason McIntyre
2014-05-01Extend fread() and fwrite() to check for integer overflow, in which caseTheo de Raadt
2014-05-01nibbles aren't enough random, use bytes. does a better job of pickingTed Unangst
2014-04-30first cut at documenting the change to malloc doing a partial 'junk' byStuart Henderson
2014-04-30minor++ because of AI_ADDRCONFIGsperreault
2014-04-28Implement AI_ADDRCONFIGsperreault
2014-04-27zap trailing whitespace;Jason McIntyre
2014-04-27Document net.inet6.ip6.dad_pending.Loganaden Velvindron
2014-04-24uses ssh these days, not rsh; ok teduJason McIntyre
2014-04-23tweak previous; sorry ingo, my review was pretty poor;Jason McIntyre
2014-04-23remove Z option and default to something halfway to J.Ted Unangst
2014-04-23more info about HISTORY; ok jmc@Ingo Schwarze
2014-04-23explain a bit more what's going on for stupid me.Marc Espie
2014-04-23Better, cleaner hash function that computes the same on be and le archs.Otto Moerbeek
2014-04-22add closing parenthesis.Igor Sobrado
2014-04-22- one more mallocarray -> reallocarrayJason McIntyre
2014-04-22change mallocarray to reallocarray. useful in a few more situations.Ted Unangst
2014-04-22Oh yeah, MLINKS for errc familyPhilip Guenther
2014-04-22Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoPhilip Guenther
2014-04-21correct man page sectionTheo de Raadt
2014-04-21crank minorTheo de Raadt
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt
2014-04-21Correctly document the return value of getenv(3)Philip Guenther
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-04-19tweak previous;Jason McIntyre
2014-04-19need to escape %U, since it is used in Re/Rs blocks;Jason McIntyre
2014-04-19zap trailing whitespace;Jason McIntyre
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19one small tweak to avoid ever going off the end of a string.Ted Unangst
2014-04-19improved checking for invalid hashes. from solar designerTed Unangst
2014-04-19kill a stray \Theo de Raadt
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-19Use somewhat harsher language and better examples; demonstrate thatTheo de Raadt
2014-04-19Demonstrate correct usage of snprintf (regarding overflow detection)Theo de Raadt
2014-04-19Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),Philip Guenther
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-04-17Don't default enable the debug functionality with its unprotected getenv().Philip Guenther
2014-04-17It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-14print pid in error messages; ok reyk@Otto Moerbeek