| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the support for extracting very long pathnames. | kientzle | 2005-03-29 | 2 | -14/+18 |
* | Fix typo - link for bsde_add_rule(3) manual page was not created. | pjd | 2005-03-28 | 1 | -1/+1 |
* | Properly return rule number. | pjd | 2005-03-28 | 1 | -1/+1 |
* | Implement and document remquo() and remquof(). | das | 2005-03-25 | 12 | -20/+583 |
* | Eliminate plt relocation for kse_switchin. | davidxu | 2005-03-21 | 4 | -0/+4 |
* | Use __weak_reference macro to define weak symbols. | davidxu | 2005-03-21 | 1 | -31/+51 |
* | Teach fmtcheck() about the ' (thousands separator) flag. | das | 2005-03-21 | 1 | -1/+1 |
* | Add byteorder(9) to SEE ALSO. | simon | 2005-03-20 | 1 | -2/+3 |
* | Make kvm(3) aware of ki_jid field. | pjd | 2005-03-20 | 1 | -1/+17 |
* | Use the correct values for softfloat, in both the little endian and the big | cognet | 2005-03-20 | 2 | -8/+13 |
* | 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 |