| Commit message (Expand) | Author | Age | Files | Lines |
* | read(), pread(), write(), and pwrite() return EINVAL if they are asked | cperciva | 2005-02-10 | 2 | -0/+10 |
* | Constify. | phk | 2005-02-09 | 1 | -8/+8 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 17 | -25/+31 |
* | Tie libgpib into the build (unless NO_GPIB) | phk | 2005-02-06 | 1 | -1/+6 |
* | Add libgpib containing the glue to get ibfoo() calls into the kernel. | phk | 2005-02-06 | 3 | -0/+689 |
* | Update my email address. | das | 2005-02-06 | 10 | -10/+10 |
* | When we have converted an ASCII message to binary, set its version in | glebius | 2005-02-04 | 1 | -0/+1 |
* | Fix a small scripting snafu in the previous revision. | das | 2005-02-04 | 1 | -2/+2 |
* | Remove another vestige of support for a non-IEEE libm. | das | 2005-02-04 | 1 | -2/+0 |
* | Reduce diffs against vendor source (Sun fdlibm 5.3). | das | 2005-02-04 | 28 | -428/+476 |
* | Move machine-dependent crud to its own makefile. | das | 2005-02-04 | 5 | -22/+32 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 75 | -3283/+81 |
* | Cleanup prototypes and remove dead code | phantom | 2005-02-01 | 2 | -72/+21 |
* | In addition to the PAM environment, export a handful of useful PAM items. | des | 2005-02-01 | 2 | -8/+62 |
* | Add openpam_free_envlist(3). | des | 2005-02-01 | 1 | -0/+2 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |
* | use strdup(). | ume | 2005-01-28 | 1 | -2/+1 |
* | Clean up makefile. | ru | 2005-01-28 | 1 | -7/+2 |
* | make _getipnodebyname_multi() static. | ume | 2005-01-27 | 1 | -1/+1 |
* | implement AI_NUMERICSERV (as defined in RFC3493). | ume | 2005-01-27 | 1 | -10/+13 |
* | fill ai_canonname field for numeric hostname, by the given hostname. | ume | 2005-01-27 | 1 | -7/+25 |
* | query A RR before AAAA RR. | ume | 2005-01-27 | 1 | -10/+10 |
* | - Move the functions presently described in in ieee(3) to their own | das | 2005-01-27 | 10 | -587/+894 |
* | Don't compile the gdtoa package's strtoIg.c into libc. | das | 2005-01-27 | 1 | -1/+1 |
* | This should (finally) fix the 64-bit build. <sigh> | kientzle | 2005-01-26 | 1 | -1/+1 |
* | Fix some signed/unsigned mismatches. | kientzle | 2005-01-25 | 1 | -12/+14 |
* | Basic support for ZIP archives. | kientzle | 2005-01-25 | 6 | -8/+566 |
* | EISCONN may be returned by sendto() if an attempt is made to specify the | keramida | 2005-01-24 | 1 | -0/+2 |
* | spell "file system" correctly | charnier | 2005-01-24 | 1 | -6/+6 |
* | spell "file system" correctly | charnier | 2005-01-24 | 2 | -4/+4 |
* | Markup and grammar fixes. | ru | 2005-01-24 | 3 | -23/+31 |
* | When "no_ccache" is set as an argument to the pam_krb5 module, don't | rwatson | 2005-01-24 | 1 | -0/+4 |
* | Update man pages to be in line with guidelines for IPv6 in FreeBSD. | gnn | 2005-01-24 | 3 | -653/+17 |
* | Fix a dangling MKLINK from my last commit. | gnn | 2005-01-24 | 1 | -1/+1 |
* | Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK to | cognet | 2005-01-24 | 1 | -0/+7 |
* | Update comment to reflect the code change in the previous revision. | das | 2005-01-23 | 2 | -2/+2 |
* | Many changes, including the following major ones: | das | 2005-01-23 | 1 | -113/+269 |
* | - Document ldexpf(). | das | 2005-01-23 | 1 | -17/+12 |
* | - Document frexpf(). | das | 2005-01-23 | 1 | -9/+13 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | gnn | 2005-01-23 | 7 | -0/+2099 |
* | The final argument to verify_krb_v5_tgt() is the debug flag, not the | rwatson | 2005-01-23 | 1 | -2/+3 |
* | If x == y, return y, not x. C99 (though not IEEE 754) requires that | das | 2005-01-23 | 2 | -2/+2 |
* | Submitted by: George V. Neville-Neil (gnn at freebsd dot org) | gnn | 2005-01-23 | 7 | -2357/+2 |
* | Minor white space tweak. | rwatson | 2005-01-23 | 1 | -1/+1 |
* | Set the format code and name correctly for: | kientzle | 2005-01-23 | 2 | -2/+14 |
* | Especially mention that setting errno to EINVAL in "no conversion" case | ache | 2005-01-22 | 2 | -4/+8 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 8 | -3/+412 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 6 | -739/+123 |
* | Fixed xrefs. | ru | 2005-01-21 | 1 | -1/+1 |