summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Implement frexpl.das2005-03-071-0/+62
* Alias frexp as frexpl on platforms where a long double is the same asdas2005-03-071-0/+7
* Implement fmal.das2005-03-071-0/+170
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-1/+2
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+5
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-075-0/+9
* Add an assembly version of fmal.das2005-03-071-0/+34
* Add scalbnl, also known as as ldexpl.das2005-03-072-0/+90
* Alias scalbnf as ldexpf. The two are identical in binarydas2005-03-072-0/+7
* Fix a mistake in the exponent range.das2005-03-061-1/+1
* Increase the default stacksizes:marcus2005-03-063-15/+31
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
* Work around a gcc bug. This fixes feholdexcept() et al. at -O1.das2005-03-051-1/+1
* Do not require the pty(4) majors to be anything in particular.green2005-03-041-3/+0
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-031-4/+4
* Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flushkbyanc2005-03-021-2/+15
* Use correct byte order when parsing the size of the gzip "Extra data" field.kientzle2005-03-021-1/+1
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Fix typo in a comment.stefanf2005-03-011-1/+1
* Add polish version of libc NLS catalog.pjd2005-03-011-0/+249
* Increase the default stacksizes:marcus2005-02-283-20/+30
* Fix grammatical issue.trhodes2005-02-271-4/+4
* Backout NLS catalog handling, until all edge cases are resolvedphantom2005-02-271-11/+0
* Unbreak !NLS casephantom2005-02-272-2/+2
* Make the format of LC_COLLATE files architecture independent.ru2005-02-272-3/+14
* Revert accidiental removal of string.h inclusion.phantom2005-02-271-0/+1
* Enable processing of NLS catalogs while building/installing of libcphantom2005-02-271-0/+11
* Add russian version of libc NLS catalogphantom2005-02-271-0/+256
* Add template NLS catalog for strerror(), strerror_r() and strsignal()phantom2005-02-271-0/+249
* Change the spin lock logic to a reasonable one. We should spin whendelphij2005-02-272-2/+2
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,delphij2005-02-271-2/+0
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().phantom2005-02-272-29/+97
* . Bump .Dd'sphantom2005-02-273-7/+20
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingphantom2005-02-272-392/+96
* . Static'ize functions exported via function reference variables only.phantom2005-02-2711-117/+112
* ANSI'fy prototypesphantom2005-02-273-11/+5
* Replace usage of strerror()/strcpy() with strerror_r() here, reducingphantom2005-02-271-4/+2
* Use ~/.login_conf when discussing a user's local file.trhodes2005-02-261-1/+1
* Make the format of LC_CTYPE files architecture independent byru2005-02-261-66/+156
* Bring in a more healthy version of the libpthread for arm, which usescognet2005-02-268-8/+24
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant Idavidxu2005-02-261-0/+5
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-262-3/+1
* Fix a few markup nits in previous commit.trhodes2005-02-251-1/+1
* Reword previous commit to be a bit more correct and provide more information.trhodes2005-02-251-5/+13
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for somedas2005-02-241-8/+13
* Do not mislead users into checking for a mount_ufs or mount_ufs2 manualtrhodes2005-02-241-1/+3
* -document the fact that extattr_get_* can fail if the requestedcsjp2005-02-241-1/+3
* Xref chflags(2).trhodes2005-02-231-1/+7
* Make it more obvious that cap_mkdb(1) is required to rebuild the database.trhodes2005-02-231-0/+7
* Fix a misplaced .Elkientzle2005-02-231-1/+1
OpenPOWER on IntegriCloud