summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert; committed by accident without approval from deraadt@ at releaselteo2015-03-051-2/+2
* Fix typo, from Ryan May.lteo2015-03-051-3/+3
* sort sections;jmc2015-03-031-4/+4
* Fix variable name typo in IDIOMS.kspillner2015-03-031-3/+3
* Update comment to match code; Caspar Schutijsermillert2015-03-021-2/+2
* Document that POLLPRI and POLLRDBAND are set for out-of-band socketmillert2015-03-021-2/+15
* Document out-of-band data on a socket as an example of an exceptionalmillert2015-03-021-2/+4
* Document when closefrom() was added to OpenBSD. OK bcook@millert2015-03-021-1/+6
* Note that closefrom is an extension.bcook2015-03-021-2/+7
* gethostbyname(3) would fail when more than 16 addrs/aliases were returned.brynet2015-03-021-7/+7
* Reduce usage of predefined strings in manpages.bentley2015-02-286-25/+36
* Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored.millert2015-02-271-3/+6
* we don't let strtonum errors bleed through now.tedu2015-02-241-4/+2
* Set errno to EINVAL, instead of letting ERANGE escape out.tedu2015-02-241-2/+4
* Convert a table unsupported by mandoc to a columnated list.bentley2015-02-231-34/+34
* update siphash manpages to reflect change in return type spelling.tedu2015-02-211-4/+4
* Use standard spelling for types, and rename local variable from "free".tedu2015-02-201-17/+17
* Amend documentation for AI_ADDRCONFIGjca2015-02-161-2/+4
* sprinkle braces around multi line statementstedu2015-02-161-11/+19
* pull scopes without conditionals up into enclosing blocktedu2015-02-161-38/+29
* knf indents to give me a fighting chance at differentiating new blockstedu2015-02-162-179/+190
* drop an ansi bomb on the function definitionstedu2015-02-163-165/+56
* redundant though it may be, recv() is unlikely to be removed in a futuretedu2015-02-161-3/+2
* lsearch and lfind return void *tedu2015-02-151-4/+4
* Limit AI_ADDRCONFIG effects to DNS queries.jca2015-02-142-18/+19
* use a width specifier for lists, and Sq rather than Dq for single lettersjmc2015-02-111-3/+3
* the possible algos for pref should be documented heretedu2015-02-111-4/+11
* sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously requiredguenther2015-02-111-3/+3
* move scheck.c into zic.ctedu2015-02-101-7/+1
* now we're cooking with gas...tedu2015-02-101-4/+7
* matthew suggests a double cast so sf mortgages work right. :)tedu2015-02-101-2/+2
* remove CMU gtimetedu2015-02-101-21/+1
* it is not strictly necessary to cast the "return value" of free() to void.tedu2015-02-091-16/+15
* - register int idays; /* unsigned would be so 2003 */tedu2015-02-094-118/+118
* always define ALL_STATE (which, contrary to the name is not about alltedu2015-02-091-42/+1
* the one true type of time_t is a signed integertedu2015-02-094-60/+19
* remove INITIALIZE macro and do it the hard way.tedu2015-02-092-36/+4
* unifdef the rest of the HAVEs and HAVE notstedu2015-02-091-30/+1
* unifdef have gettext. don't have it, won't have it.tedu2015-02-091-10/+1
* move include lines around a bittedu2015-02-095-19/+17
* trim down some of the ifndef redefine madnesstedu2015-02-091-90/+10
* replace homegrown is_digit with correct calls to isdigit()tedu2015-02-092-10/+7
* move zic and zdump source to appropriate directoriestedu2015-02-095-3991/+0
* stop trying to workaround malloc bugs that have not existed for 20 years.tedu2015-02-094-120/+37
* search engines replaced these files a long TIME agoderaadt2015-02-092-1195/+0
* if isascii isn't defined, don't define a retarded versiontedu2015-02-091-4/+1
* greatly simplfy and correct difftime for large time_t. ok guenthertedu2015-02-091-55/+5
* this removes just a few ifdef checks for things that should always be enabled,tedu2015-02-095-65/+8
* document restriction on argv having one elementtedu2015-02-071-3/+6
* Add examples for stravis() and strnvis() to vis.3.doug2015-02-071-2/+33