| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish repo-copy of lib/libbsnmp/modules to usr.sbin/bsnmpd/modules. | Hartmut Brandt | 2005-03-14 | 14 | -3255/+1 |
| * | Support extracting entries with pathnames longer than PATH_MAX. In | Tim Kientzle | 2005-03-13 | 4 | -27/+104 |
| * | When rejecting rediculously large pax attributes (such as pathnames | Tim Kientzle | 2005-03-13 | 1 | -2/+5 |
| * | Correctly pass low-level I/O errors back up to the caller when | Tim Kientzle | 2005-03-13 | 1 | -1/+4 |
| * | Better error messages on read and file-open errors. | Tim Kientzle | 2005-03-13 | 2 | -6/+30 |
| * | Include detailed error message from zlib after a decompression error. | Tim Kientzle | 2005-03-13 | 1 | -0/+3 |
| * | If the output is not a regular file, it's okay to add it to the archive. | Tim Kientzle | 2005-03-13 | 2 | -4/+18 |
| * | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-03-11 | 1 | -2/+2 |
| * | Avoid pointer arithmetics on void *. | Stefan Farfeleder | 2005-03-10 | 1 | -1/+1 |
| * | Remove an superfluous assignment. | Stefan Farfeleder | 2005-03-10 | 1 | -1/+0 |
| * | Use socklen_t where appropriate. | Stefan Farfeleder | 2005-03-10 | 2 | -2/+3 |
| * | In light of the recent 2^69 operation collision-finding attack on SHA1, | Colin Percival | 2005-03-09 | 5 | -6/+522 |
| * | The third parameter to SHA_Update and SHA1_Update is a "size_t", not a | Colin Percival | 2005-03-09 | 1 | -2/+2 |
| * | Make MSG_NOSIGNAL available to native programs. | Alfred Perlstein | 2005-03-09 | 1 | -5/+9 |
| * | Initialise `sn' before using its value. | Stefan Farfeleder | 2005-03-08 | 1 | -2/+1 |
| * | Have ttyname_r() try to ask DEVFS for the device name. | Poul-Henning Kamp | 2005-03-08 | 2 | -35/+16 |
| * | Make the returnvalue of times(3) insensitive to changes in wall-clock. | Poul-Henning Kamp | 2005-03-08 | 1 | -3/+5 |
| * | Replace strong references with weak references. There's no | David Schultz | 2005-03-07 | 4 | -7/+7 |
| * | Remove an obsolete sentence from a comment. | Stefan Farfeleder | 2005-03-07 | 1 | -2/+1 |
| * | Add korean NLS message catalogs for libc | Alexey Zelkin | 2005-03-07 | 2 | -0/+498 |
| * | - If z is 0, one of x or y is 0, and the other is infinite, raise | David Schultz | 2005-03-07 | 1 | -2/+18 |
| * | Add manpage links for frexpf, frexpl, ldexpf, and ldexpl. | David Schultz | 2005-03-07 | 1 | -0/+2 |
| * | Document frexpl and ldexpl. | David Schultz | 2005-03-07 | 2 | -13/+25 |
| * | Document scalbnl and scalblnl. | David Schultz | 2005-03-07 | 1 | -9/+16 |
| * | Document nextafterl and nexttoward{,f,l}. | David Schultz | 2005-03-07 | 1 | -7/+21 |
| * | Add nexttoward to the list of implemented functions, and explicitly | David Schultz | 2005-03-07 | 1 | -4/+8 |
| * | Document fmal. | David Schultz | 2005-03-07 | 1 | -16/+27 |
| * | Remove ldexp and ldexpf. The former is in libc, and the latter is | David Schultz | 2005-03-07 | 2 | -59/+0 |
| * | - Remove s_ldexpf.c (now aliased to scalbn.) | David Schultz | 2005-03-07 | 1 | -7/+12 |
| * | - Define FP_FAST_FMA for sparc64, since fma() is now implemented using | David Schultz | 2005-03-07 | 1 | -4/+12 |
| * | Alias scalbn as ldexpl and scalbnl on platforms where long double is | David Schultz | 2005-03-07 | 1 | -0/+8 |
| * | - Implement scalblnl. | David Schultz | 2005-03-07 | 1 | -2/+34 |
| * | Implement nexttowardf. This is used on both platforms with 11-bit | David Schultz | 2005-03-07 | 1 | -0/+60 |
| * | Implement nexttoward and nextafterl; the latter is also known as | David Schultz | 2005-03-07 | 2 | -0/+155 |
| * | - Try harder to trick gcc into not optimizing away statements | David Schultz | 2005-03-07 | 2 | -8/+19 |
| * | - Define LDBL_NBIT to be a mask indicating the position of the integer | David Schultz | 2005-03-07 | 1 | -2/+10 |
| * | Define LDBL_NBIT to be a mask indicating the position of the integer | David Schultz | 2005-03-07 | 6 | -3/+9 |
| * | Implement frexpl. | David Schultz | 2005-03-07 | 1 | -0/+62 |
| * | Alias frexp as frexpl on platforms where a long double is the same as | David Schultz | 2005-03-07 | 1 | -0/+7 |
| * | Implement fmal. | David Schultz | 2005-03-07 | 1 | -0/+170 |
| * | - Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -1/+2 |
| * | - Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 1 | -0/+5 |
| * | Define the LDBL_PREC to be the number of significant bits in a long | David Schultz | 2005-03-07 | 5 | -0/+9 |
| * | Add an assembly version of fmal. | David Schultz | 2005-03-07 | 1 | -0/+34 |
| * | Add scalbnl, also known as as ldexpl. | David Schultz | 2005-03-07 | 2 | -0/+90 |
| * | Alias scalbnf as ldexpf. The two are identical in binary | David Schultz | 2005-03-07 | 2 | -0/+7 |
| * | Fix a mistake in the exponent range. | David Schultz | 2005-03-06 | 1 | -1/+1 |
| * | Increase the default stacksizes: | Joe Marcus Clarke | 2005-03-06 | 3 | -15/+31 |
| * | Unbreak strsignal(). This is an MFC candidate. | Maxime Henrion | 2005-03-06 | 1 | -2/+3 |
| * | Work around a gcc bug. This fixes feholdexcept() et al. at -O1. | David Schultz | 2005-03-05 | 1 | -1/+1 |