| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the double rounding problem with subnormals, and | das | 2005-03-18 | 2 | -16/+36 |
* | Add missing prototypes for fma() and fmaf(), and remove an inaccurate | das | 2005-03-18 | 1 | -1/+2 |
* | Make the fenv.h routines work for programs that use SSE for | das | 2005-03-17 | 2 | -85/+262 |
* | Fix typo in comments (spell Linux correctly) | emax | 2005-03-17 | 1 | -1/+1 |
* | Regenerate for 9.3.1 | dougb | 2005-03-17 | 5 | -6/+12 |
* | bmake changes to handle the move of dns/sec and related files | dougb | 2005-03-17 | 2 | -17/+17 |
* | Spell 'fedisableexcept' correctly. | das | 2005-03-16 | 1 | -1/+1 |
* | Document feenableexcept(), fedisableexcept(), and fegetexcept(). | das | 2005-03-16 | 2 | -1/+101 |
* | Replace fegetmask() and fesetmask() with feenableexcept(), | das | 2005-03-16 | 10 | -57/+166 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 9 | -162/+5 |
* | Dike out unwarranted reference to si_udev. | phk | 2005-03-15 | 1 | -0/+4 |
* | Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. | harti | 2005-03-14 | 14 | -3255/+1 |
* | Support extracting entries with pathnames longer than PATH_MAX. In | kientzle | 2005-03-13 | 4 | -27/+104 |
* | When rejecting rediculously large pax attributes (such as pathnames | kientzle | 2005-03-13 | 1 | -2/+5 |
* | Correctly pass low-level I/O errors back up to the caller when | kientzle | 2005-03-13 | 1 | -1/+4 |
* | Better error messages on read and file-open errors. | kientzle | 2005-03-13 | 2 | -6/+30 |
* | Include detailed error message from zlib after a decompression error. | kientzle | 2005-03-13 | 1 | -0/+3 |
* | If the output is not a regular file, it's okay to add it to the archive. | kientzle | 2005-03-13 | 2 | -4/+18 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-11 | 1 | -2/+2 |
* | Avoid pointer arithmetics on void *. | stefanf | 2005-03-10 | 1 | -1/+1 |
* | Remove an superfluous assignment. | stefanf | 2005-03-10 | 1 | -1/+0 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-10 | 2 | -2/+3 |
* | In light of the recent 2^69 operation collision-finding attack on SHA1, | cperciva | 2005-03-09 | 5 | -6/+522 |
* | The third parameter to SHA_Update and SHA1_Update is a "size_t", not a | cperciva | 2005-03-09 | 1 | -2/+2 |
* | Make MSG_NOSIGNAL available to native programs. | alfred | 2005-03-09 | 1 | -5/+9 |
* | Initialise `sn' before using its value. | stefanf | 2005-03-08 | 1 | -2/+1 |
* | Have ttyname_r() try to ask DEVFS for the device name. | phk | 2005-03-08 | 2 | -35/+16 |
* | Make the returnvalue of times(3) insensitive to changes in wall-clock. | phk | 2005-03-08 | 1 | -3/+5 |
* | Replace strong references with weak references. There's no | das | 2005-03-07 | 4 | -7/+7 |
* | Remove an obsolete sentence from a comment. | stefanf | 2005-03-07 | 1 | -2/+1 |
* | Add korean NLS message catalogs for libc | phantom | 2005-03-07 | 2 | -0/+498 |
* | - If z is 0, one of x or y is 0, and the other is infinite, raise | das | 2005-03-07 | 1 | -2/+18 |
* | Add manpage links for frexpf, frexpl, ldexpf, and ldexpl. | das | 2005-03-07 | 1 | -0/+2 |
* | Document frexpl and ldexpl. | das | 2005-03-07 | 2 | -13/+25 |
* | Document scalbnl and scalblnl. | das | 2005-03-07 | 1 | -9/+16 |
* | Document nextafterl and nexttoward{,f,l}. | das | 2005-03-07 | 1 | -7/+21 |
* | Add nexttoward to the list of implemented functions, and explicitly | das | 2005-03-07 | 1 | -4/+8 |
* | Document fmal. | das | 2005-03-07 | 1 | -16/+27 |
* | Remove ldexp and ldexpf. The former is in libc, and the latter is | das | 2005-03-07 | 2 | -59/+0 |
* | - Remove s_ldexpf.c (now aliased to scalbn.) | das | 2005-03-07 | 1 | -7/+12 |
* | - Define FP_FAST_FMA for sparc64, since fma() is now implemented using | das | 2005-03-07 | 1 | -4/+12 |
* | Alias scalbn as ldexpl and scalbnl on platforms where long double is | das | 2005-03-07 | 1 | -0/+8 |
* | - Implement scalblnl. | das | 2005-03-07 | 1 | -2/+34 |
* | Implement nexttowardf. This is used on both platforms with 11-bit | das | 2005-03-07 | 1 | -0/+60 |
* | Implement nexttoward and nextafterl; the latter is also known as | das | 2005-03-07 | 2 | -0/+155 |
* | - Try harder to trick gcc into not optimizing away statements | das | 2005-03-07 | 2 | -8/+19 |
* | - Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -2/+10 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 6 | -3/+9 |
* | Implement frexpl. | das | 2005-03-07 | 1 | -0/+62 |
* | Alias frexp as frexpl on platforms where a long double is the same as | das | 2005-03-07 | 1 | -0/+7 |