summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2015-02-09unifdef have gettext. don't have it, won't have it.Ted Unangst
2015-02-09move include lines around a bitTed Unangst
2015-02-09trim down some of the ifndef redefine madnessTed Unangst
2015-02-09replace homegrown is_digit with correct calls to isdigit()Ted Unangst
2015-02-09move zic and zdump source to appropriate directoriesTed Unangst
2015-02-09stop trying to workaround malloc bugs that have not existed for 20 years.Ted Unangst
2015-02-09search engines replaced these files a long TIME agoTheo de Raadt
2015-02-09if isascii isn't defined, don't define a retarded versionTed Unangst
2015-02-09greatly simplfy and correct difftime for large time_t. ok guentherTed Unangst
2015-02-09this removes just a few ifdef checks for things that should always be enabled,Ted Unangst
2015-02-07document restriction on argv having one elementTed Unangst
2015-02-07Add examples for stravis() and strnvis() to vis.3.Doug Hogan
2015-02-07userland gets static on functions only used within a file.David Gwynne
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06Add support for stravis() to vis.3 and Makefile.inc.Doug Hogan
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2015-01-31fix macro usage; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-30fix a possible NULL-deref when trying to deref ifa->ifa_addrGilles Chehade
2015-01-30Rework vis.3 so it has standard sections.Doug Hogan
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-28dial the time back to about 0.1s, closer to the original targets andTed Unangst
2015-01-25mention that the kern.global_ptrace sysctl also affects PT_ATTACHTed Unangst
2015-01-22Document that changes made to the directory hierarchy of the chrootTodd C. Miller
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt