aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use correct byte order when parsing the size of the gzip "Extra data" field.Tim Kientzle2005-03-021-1/+1
* Fix incorrect comment.David Xu2005-03-011-1/+1
* Fix typo in a comment.Stefan Farfeleder2005-03-011-1/+1
* Add polish version of libc NLS catalog.Pawel Jakub Dawidek2005-03-011-0/+249
* Increase the default stacksizes:Joe Marcus Clarke2005-02-283-20/+30
* Fix grammatical issue.Tom Rhodes2005-02-271-4/+4
* Backout NLS catalog handling, until all edge cases are resolvedAlexey Zelkin2005-02-271-11/+0
* Unbreak !NLS caseAlexey Zelkin2005-02-272-2/+2
* Make the format of LC_COLLATE files architecture independent.Ruslan Ermilov2005-02-272-3/+14
* Revert accidiental removal of string.h inclusion.Alexey Zelkin2005-02-271-0/+1
* Enable processing of NLS catalogs while building/installing of libcAlexey Zelkin2005-02-271-0/+11
* Add russian version of libc NLS catalogAlexey Zelkin2005-02-271-0/+256
* Add template NLS catalog for strerror(), strerror_r() and strsignal()Alexey Zelkin2005-02-271-0/+249
* Change the spin lock logic to a reasonable one. We should spin whenXin LI2005-02-272-2/+2
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,Xin LI2005-02-271-2/+0
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().Alexey Zelkin2005-02-272-29/+97
* . Bump .Dd'sAlexey Zelkin2005-02-273-7/+20
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingAlexey Zelkin2005-02-272-392/+96
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-2711-117/+112
* ANSI'fy prototypesAlexey Zelkin2005-02-273-11/+5
* Replace usage of strerror()/strcpy() with strerror_r() here, reducingAlexey Zelkin2005-02-271-4/+2
* Use ~/.login_conf when discussing a user's local file.Tom Rhodes2005-02-261-1/+1
* Make the format of LC_CTYPE files architecture independent byRuslan Ermilov2005-02-261-66/+156
* Bring in a more healthy version of the libpthread for arm, which usesOlivier Houchard2005-02-268-8/+24
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant IDavid Xu2005-02-261-0/+5
* Un-document the non-extant exp10() and exp10f() functions.David Schultz2005-02-262-3/+1
* Fix a few markup nits in previous commit.Tom Rhodes2005-02-251-1/+1
* Reword previous commit to be a bit more correct and provide more information.Tom Rhodes2005-02-251-5/+13
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for someDavid Schultz2005-02-241-8/+13
* Do not mislead users into checking for a mount_ufs or mount_ufs2 manualTom Rhodes2005-02-241-1/+3
* -document the fact that extattr_get_* can fail if the requestedChristian S.J. Peron2005-02-241-1/+3
* Xref chflags(2).Tom Rhodes2005-02-231-1/+7
* Make it more obvious that cap_mkdb(1) is required to rebuild the database.Tom Rhodes2005-02-231-0/+7
* Fix a misplaced .ElTim Kientzle2005-02-231-1/+1
* Don't return NULL if there's no error message;Tim Kientzle2005-02-231-1/+1
* Add an EXAMPLES section[1], quote Nd, and bump doc date.Tom Rhodes2005-02-231-2/+12
* Fix EOVERFLOW detection in vswprintf(3)Max Khon2005-02-211-4/+5
* Use hardware instructions for sqrt() and sqrtf().David Schultz2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. ThisDavid Schultz2005-02-211-13/+8
* Remove the i387 versions of atan(), atan2(), and atan2f().David Schultz2005-02-214-106/+3
* Remove i387 versions of asin() and acos(). Although the hardwareDavid Schultz2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromDavid Schultz2005-02-204-48/+2
* Somewhere along the line, tick accumulation for SA threads wasDaniel Eischen2005-02-182-2/+2
* Fix a memory leak: when freeing the connection structure, don't forget toDag-Erling Smørgrav2005-02-161-0/+1
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripsKelly Yancey2005-02-161-1/+9
* Set the default guardsize and stacksize in the default threadDaniel Eischen2005-02-152-0/+4
* Expand contractions.Ruslan Ermilov2005-02-152-2/+2
* Fix typo.Stefan Farfeleder2005-02-141-1/+1
* Use socklen_t.Stefan Farfeleder2005-02-141-5/+5
* - Use socklen_t.Stefan Farfeleder2005-02-141-2/+1