summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-03-21according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0;Jason McIntyre
2015-03-19zap #if 0'd code that's been dead since '96Alexander Hall
2015-03-19better wording, from andre smagin; ok stspJason McIntyre
2015-03-18use 4x buffer size for opendir. speeds up large directory reading, andTed Unangst
2015-03-14TZ_MAX_CHARS in the old tzfile.h bears no resemblence to the actualTodd C. Miller
2015-03-14Do not reference tzfile.h since that is an internal header.Todd C. Miller
2015-03-14remove incorrect statement. the standard *does* require calloc to checkTed Unangst
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-13delete useless comment about Open GroupTheo de Raadt
2015-03-12_PERFPOLICY can also be set to "high"; it's "auto" not "automatic"; and the v...Jason McIntyre
2015-03-12Fix typo: nemb -> nmembLawrence Teo
2015-03-11document HW_PERFPOLICY; ok teduJason McIntyre
2015-03-05Revert; committed by accident without approval from deraadt@ at releaseLawrence Teo
2015-03-05Fix typo, from Ryan May.Lawrence Teo
2015-03-03sort sections;Jason McIntyre
2015-03-03Fix variable name typo in IDIOMS.Kent R. Spillner
2015-03-02Update comment to match code; Caspar SchutijserTodd C. Miller
2015-03-02Document that POLLPRI and POLLRDBAND are set for out-of-band socketTodd C. Miller
2015-03-02Document out-of-band data on a socket as an example of an exceptionalTodd C. Miller
2015-03-02Document when closefrom() was added to OpenBSD. OK bcook@Todd C. Miller
2015-03-02Note that closefrom is an extension.Brent Cook
2015-03-02gethostbyname(3) would fail when more than 16 addrs/aliases were returned.Bryan Steele
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-27Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored.Todd C. Miller
2015-02-24we don't let strtonum errors bleed through now.Ted Unangst
2015-02-24Set errno to EINVAL, instead of letting ERANGE escape out.Ted Unangst
2015-02-23Convert a table unsupported by mandoc to a columnated list.Anthony J. Bentley
2015-02-21update siphash manpages to reflect change in return type spelling.Ted Unangst
2015-02-20Use standard spelling for types, and rename local variable from "free".Ted Unangst
2015-02-16Amend documentation for AI_ADDRCONFIGJeremie Courreges-Anglas
2015-02-16sprinkle braces around multi line statementsTed Unangst
2015-02-16pull scopes without conditionals up into enclosing blockTed Unangst
2015-02-16knf indents to give me a fighting chance at differentiating new blocksTed Unangst
2015-02-16drop an ansi bomb on the function definitionsTed Unangst
2015-02-16redundant though it may be, recv() is unlikely to be removed in a futureTed Unangst
2015-02-15lsearch and lfind return void *Ted Unangst
2015-02-14Limit AI_ADDRCONFIG effects to DNS queries.Jeremie Courreges-Anglas
2015-02-11use a width specifier for lists, and Sq rather than Dq for single lettersJason McIntyre
2015-02-11the possible algos for pref should be documented hereTed Unangst
2015-02-11sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredPhilip Guenther
2015-02-10move scheck.c into zic.cTed Unangst
2015-02-10now we're cooking with gas...Ted Unangst
2015-02-10matthew suggests a double cast so sf mortgages work right. :)Ted Unangst
2015-02-10remove CMU gtimeTed Unangst
2015-02-09it is not strictly necessary to cast the "return value" of free() to void.Ted Unangst
2015-02-09- register int idays; /* unsigned would be so 2003 */Ted Unangst
2015-02-09always define ALL_STATE (which, contrary to the name is not about allTed Unangst
2015-02-09the one true type of time_t is a signed integerTed Unangst
2015-02-09remove INITIALIZE macro and do it the hard way.Ted Unangst
2015-02-09unifdef the rest of the HAVEs and HAVE notsTed Unangst