summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Backout NLS catalog handling, until all edge cases are resolvedphantom2005-02-271-11/+0
* Unbreak !NLS casephantom2005-02-272-2/+2
* Make the format of LC_COLLATE files architecture independent.ru2005-02-272-3/+14
* Revert accidiental removal of string.h inclusion.phantom2005-02-271-0/+1
* Enable processing of NLS catalogs while building/installing of libcphantom2005-02-271-0/+11
* Add russian version of libc NLS catalogphantom2005-02-271-0/+256
* Add template NLS catalog for strerror(), strerror_r() and strsignal()phantom2005-02-271-0/+249
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,delphij2005-02-271-2/+0
* Add NLS catalogs support to strerror(), strerror_r() and strsignal().phantom2005-02-272-29/+97
* . Bump .Dd'sphantom2005-02-273-7/+20
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingphantom2005-02-272-392/+96
* . Static'ize functions exported via function reference variables only.phantom2005-02-2711-117/+112
* ANSI'fy prototypesphantom2005-02-273-11/+5
* Replace usage of strerror()/strcpy() with strerror_r() here, reducingphantom2005-02-271-4/+2
* Make the format of LC_CTYPE files architecture independent byru2005-02-261-66/+156
* Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant Idavidxu2005-02-261-0/+5
* Fix a few markup nits in previous commit.trhodes2005-02-251-1/+1
* Do not mislead users into checking for a mount_ufs or mount_ufs2 manualtrhodes2005-02-241-1/+3
* -document the fact that extattr_get_* can fail if the requestedcsjp2005-02-241-1/+3
* Xref chflags(2).trhodes2005-02-231-1/+7
* Add an EXAMPLES section[1], quote Nd, and bump doc date.trhodes2005-02-231-2/+12
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Expand contractions.ru2005-02-151-1/+1
* - Use socklen_t.stefanf2005-02-141-2/+1
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-29/+21
* EAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not definined anymore,phantom2005-02-141-7/+0
* Expand contractions.ru2005-02-134-4/+4
* 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
OpenPOWER on IntegriCloud