summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup prototypes and remove dead codephantom2005-02-012-72/+21
* In addition to the PAM environment, export a handful of useful PAM items.des2005-02-012-8/+62
* Add openpam_free_envlist(3).des2005-02-011-0/+2
* Typo.ru2005-01-281-1/+1
* Properly terminate sentence.ru2005-01-281-2/+2
* use strdup().ume2005-01-281-2/+1
* Clean up makefile.ru2005-01-281-7/+2
* make _getipnodebyname_multi() static.ume2005-01-271-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-10/+13
* fill ai_canonname field for numeric hostname, by the given hostname.ume2005-01-271-7/+25
* query A RR before AAAA RR.ume2005-01-271-10/+10
* - Move the functions presently described in in ieee(3) to their owndas2005-01-2710-587/+894
* Don't compile the gdtoa package's strtoIg.c into libc.das2005-01-271-1/+1
* This should (finally) fix the 64-bit build. <sigh>kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.kientzle2005-01-251-12/+14
* Basic support for ZIP archives.kientzle2005-01-256-8/+566
* EISCONN may be returned by sendto() if an attempt is made to specify thekeramida2005-01-241-0/+2
* spell "file system" correctlycharnier2005-01-241-6/+6
* spell "file system" correctlycharnier2005-01-242-4/+4
* Markup and grammar fixes.ru2005-01-243-23/+31
* When "no_ccache" is set as an argument to the pam_krb5 module, don'trwatson2005-01-241-0/+4
* Update man pages to be in line with guidelines for IPv6 in FreeBSD.gnn2005-01-243-653/+17
* Fix a dangling MKLINK from my last commit.gnn2005-01-241-1/+1
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK tocognet2005-01-241-0/+7
* Update comment to reflect the code change in the previous revision.das2005-01-232-2/+2
* Many changes, including the following major ones:das2005-01-231-113/+269
* - Document ldexpf().das2005-01-231-17/+12
* - Document frexpf().das2005-01-231-9/+13
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-0/+2099
* The final argument to verify_krb_v5_tgt() is the debug flag, not therwatson2005-01-231-2/+3
* If x == y, return y, not x. C99 (though not IEEE 754) requires thatdas2005-01-232-2/+2
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)gnn2005-01-237-2357/+2
* Minor white space tweak.rwatson2005-01-231-1/+1
* Set the format code and name correctly for:kientzle2005-01-232-2/+14
* Especially mention that setting errno to EINVAL in "no conversion" caseache2005-01-222-4/+8
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-228-3/+412
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-226-739/+123
* Fixed xrefs.ru2005-01-211-1/+1
* Fixed punctuation in xrefs.ru2005-01-212-3/+3
* Whitespace/style tweaking of prev. commit.ache2005-01-216-24/+18
* Reflect the reality; only crypt(3) uses /etc/auth.confru2005-01-211-1/+1
* Fixed xref.ru2005-01-213-4/+4
* Fixed xrefs.ru2005-01-211-3/+3
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itache2005-01-216-6/+30
* Sort sections.ru2005-01-20104-816/+816
* Support 'CE' records in Rockridge extensionskientzle2005-01-201-59/+155
* Cut out the gordian handling of subnormals by bit fiddling, anddas2005-01-181-128/+15
* Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases.das2005-01-181-2/+2
* Implement a custom print formatter (archive_string_vsprintf)kientzle2005-01-164-14/+90
* Use the \*(If string provided by mdoc(7), to represent infinity.ru2005-01-162-18/+11
OpenPOWER on IntegriCloud