summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-1320-32/+32
* Fix comparisons that test if an unsigned value is < 0.stefanf2005-02-122-4/+4
* Don't read more than the given 'len' bytes from the 'big' string.pjd2005-02-111-1/+1
* read(), pread(), write(), and pwrite() return EINVAL if they are askedcperciva2005-02-102-0/+10
* Fixed the misplaced $FreeBSD$.ru2005-02-0914-20/+26
* Update my email address.das2005-02-0610-10/+10
* Cleanup prototypes and remove dead codephantom2005-02-012-72/+21
* use strdup().ume2005-01-281-2/+1
* 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-272-2/+9
* Don't compile the gdtoa package's strtoIg.c into libc.das2005-01-271-1/+1
* EISCONN may be returned by sendto() if an attempt is made to specify thekeramida2005-01-241-0/+2
* Markup and grammar fixes.ru2005-01-243-23/+31
* 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
* - 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
* 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
* Especially mention that setting errno to EINVAL in "no conversion" caseache2005-01-222-4/+8
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-226-739/+123
* Fixed punctuation in xrefs.ru2005-01-211-1/+1
* Whitespace/style tweaking of prev. commit.ache2005-01-216-24/+18
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itache2005-01-216-6/+30
* Sort sections.ru2005-01-2084-715/+715
* 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
* Eliminate macro calls inside literal displays.ru2005-01-154-5/+5
* Fixed markup bug.ru2005-01-151-10/+22
* Markup: convert a display to a list.ru2005-01-151-10/+19
* Markup style.ru2005-01-152-6/+2
* Add a file missed in the previous commit:das2005-01-151-0/+5
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-1514-38/+20
* Markup fixes.ru2005-01-141-6/+6
* remember to reset nextgrp in getnetgrent(), so that subsequent calls to getne...jon2005-01-131-0/+1
* Fix some signed/unsigned comparisons. Fix prototypes while I'm here.brian2005-01-121-3/+6
* Scheduled mdoc(7) sweep.ru2005-01-1112-78/+123
* Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,tjr2005-01-093-2/+121
* The `timep' argument of utime() is not an array of structs.keramida2005-01-071-1/+7
* Update manual page after adding 'fts_bignum' field.pjd2005-01-071-1/+24
* Introduce new field 'fts_bignum' which is 64bit long and will allow topjd2005-01-071-2/+10
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-035-15/+12
* Constify arguments.marcel2005-01-035-11/+11
* Make syslog(3) thread safe.glebius2004-12-301-9/+53
* Plug memory leak.dds2004-12-301-0/+4
* Add LOG_NTP facility.krion2004-12-301-1/+3
OpenPOWER on IntegriCloud