summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add byteorder(9) to SEE ALSO.simon2005-03-201-2/+3
* Make kvm(3) aware of ki_jid field.pjd2005-03-201-1/+17
* Use the correct values for softfloat, in both the little endian and the bigcognet2005-03-202-8/+13
* Fix the double rounding problem with subnormals, anddas2005-03-182-16/+36
* Add missing prototypes for fma() and fmaf(), and remove an inaccuratedas2005-03-181-1/+2
* Make the fenv.h routines work for programs that use SSE fordas2005-03-172-85/+262
* Fix typo in comments (spell Linux correctly)emax2005-03-171-1/+1
* Regenerate for 9.3.1dougb2005-03-175-6/+12
* bmake changes to handle the move of dns/sec and related filesdougb2005-03-172-17/+17
* Spell 'fedisableexcept' correctly.das2005-03-161-1/+1
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-162-1/+101
* Replace fegetmask() and fesetmask() with feenableexcept(),das2005-03-1610-57/+166
* 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
OpenPOWER on IntegriCloud