aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Tie libgpib into the build (unless NO_GPIB)Poul-Henning Kamp2005-02-061-1/+6
* Add libgpib containing the glue to get ibfoo() calls into the kernel.Poul-Henning Kamp2005-02-063-0/+689
* Update my email address.David Schultz2005-02-0610-10/+10
* When we have converted an ASCII message to binary, set its version inGleb Smirnoff2005-02-041-0/+1
* Fix a small scripting snafu in the previous revision.David Schultz2005-02-041-2/+2
* Remove another vestige of support for a non-IEEE libm.David Schultz2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).David Schultz2005-02-0428-428/+476
* Move machine-dependent crud to its own makefile.David Schultz2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes inDavid Schultz2005-02-0475-3283/+81
* Cleanup prototypes and remove dead codeAlexey Zelkin2005-02-012-72/+21
* In addition to the PAM environment, export a handful of useful PAM items.Dag-Erling Smørgrav2005-02-012-8/+62
* Add openpam_free_envlist(3).Dag-Erling Smørgrav2005-02-011-0/+2
* Typo.Ruslan Ermilov2005-01-281-1/+1
* Properly terminate sentence.Ruslan Ermilov2005-01-281-2/+2
* use strdup().Hajimu UMEMOTO2005-01-281-2/+1
* Clean up makefile.Ruslan Ermilov2005-01-281-7/+2
* make _getipnodebyname_multi() static.Hajimu UMEMOTO2005-01-271-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).Hajimu UMEMOTO2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.Hajimu UMEMOTO2005-01-271-7/+25
* query A RR before AAAA RR.Hajimu UMEMOTO2005-01-271-10/+10
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-2710-585/+892
* Don't compile the gdtoa package's strtoIg.c into libc.David Schultz2005-01-271-1/+1
* This should (finally) fix the 64-bit build. <sigh>Tim Kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.Tim Kientzle2005-01-251-12/+14
* Basic support for ZIP archives.Tim Kientzle2005-01-256-8/+566
* EISCONN may be returned by sendto() if an attempt is made to specify theGiorgos Keramidas2005-01-241-0/+2
* spell "file system" correctlyPhilippe Charnier2005-01-241-6/+6
* spell "file system" correctlyPhilippe Charnier2005-01-242-4/+4
* Markup and grammar fixes.Ruslan Ermilov2005-01-243-23/+31
* When "no_ccache" is set as an argument to the pam_krb5 module, don'tRobert Watson2005-01-241-0/+4
* Update man pages to be in line with guidelines for IPv6 in FreeBSD.George V. Neville-Neil2005-01-243-653/+17
* Fix a dangling MKLINK from my last commit.George V. Neville-Neil2005-01-241-1/+1
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK toOlivier Houchard2005-01-241-0/+7
* Update comment to reflect the code change in the previous revision.David Schultz2005-01-232-2/+2
* Many changes, including the following major ones:David Schultz2005-01-231-113/+269
* - Document ldexpf().David Schultz2005-01-231-17/+12
* - Document frexpf().David Schultz2005-01-231-9/+13
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil2005-01-237-0/+2099
* The final argument to verify_krb_v5_tgt() is the debug flag, not theRobert Watson2005-01-231-2/+3
* If x == y, return y, not x. C99 (though not IEEE 754) requires thatDavid Schultz2005-01-232-2/+2
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil2005-01-237-2357/+2
* Minor white space tweak.Robert Watson2005-01-231-1/+1
* Set the format code and name correctly for:Tim Kientzle2005-01-232-2/+14
* Especially mention that setting errno to EINVAL in "no conversion" caseAndrey A. Chernov2005-01-222-4/+8
* Add fma() and fmaf(), which implement a fused multiply-add operation.David Schultz2005-01-228-3/+412
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-226-739/+123
* Fixed xrefs.Ruslan Ermilov2005-01-211-1/+1
* Fixed punctuation in xrefs.Ruslan Ermilov2005-01-212-3/+3
* Whitespace/style tweaking of prev. commit.Andrey A. Chernov2005-01-216-24/+18
* Reflect the reality; only crypt(3) uses /etc/auth.confRuslan Ermilov2005-01-211-1/+1