summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-159-162/+5
* Dike out unwarranted reference to si_udev.phk2005-03-151-0/+4
* Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules.harti2005-03-1414-3255/+1
* Support extracting entries with pathnames longer than PATH_MAX. Inkientzle2005-03-134-27/+104
* When rejecting rediculously large pax attributes (such as pathnameskientzle2005-03-131-2/+5
* Correctly pass low-level I/O errors back up to the caller whenkientzle2005-03-131-1/+4
* Better error messages on read and file-open errors.kientzle2005-03-132-6/+30
* Include detailed error message from zlib after a decompression error.kientzle2005-03-131-0/+3
* If the output is not a regular file, it's okay to add it to the archive.kientzle2005-03-132-4/+18
* Use socklen_t where appropriate.stefanf2005-03-111-2/+2
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
* Remove an superfluous assignment.stefanf2005-03-101-1/+0
* Use socklen_t where appropriate.stefanf2005-03-102-2/+3
* In light of the recent 2^69 operation collision-finding attack on SHA1,cperciva2005-03-095-6/+522
* The third parameter to SHA_Update and SHA1_Update is a "size_t", not acperciva2005-03-091-2/+2
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-5/+9
* Initialise `sn' before using its value.stefanf2005-03-081-2/+1
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.phk2005-03-081-3/+5
* Replace strong references with weak references. There's nodas2005-03-074-7/+7
* Remove an obsolete sentence from a comment.stefanf2005-03-071-2/+1
* Add korean NLS message catalogs for libcphantom2005-03-072-0/+498
* - If z is 0, one of x or y is 0, and the other is infinite, raisedas2005-03-071-2/+18
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* Document scalbnl and scalblnl.das2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
* Document fmal.das2005-03-071-16/+27
* Remove ldexp and ldexpf. The former is in libc, and the latter isdas2005-03-072-59/+0
* - Remove s_ldexpf.c (now aliased to scalbn.)das2005-03-071-7/+12
* - Define FP_FAST_FMA for sparc64, since fma() is now implemented usingdas2005-03-071-4/+12
* Alias scalbn as ldexpl and scalbnl on platforms where long double isdas2005-03-071-0/+8
* - Implement scalblnl.das2005-03-071-2/+34
* Implement nexttowardf. This is used on both platforms with 11-bitdas2005-03-071-0/+60
* Implement nexttoward and nextafterl; the latter is also known asdas2005-03-072-0/+155
* - Try harder to trick gcc into not optimizing away statementsdas2005-03-072-8/+19
* - Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-2/+10
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-076-3/+9
* 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
OpenPOWER on IntegriCloud