summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Use socklen_t where appropriate.stefanf2005-03-111-2/+2
* Avoid pointer arithmetics on void *.stefanf2005-03-101-1/+1
* Remove an superfluous assignment.stefanf2005-03-101-1/+0
* Use socklen_t where appropriate.stefanf2005-03-102-2/+3
* Make MSG_NOSIGNAL available to native programs.alfred2005-03-091-5/+9
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-082-35/+16
* Make the returnvalue of times(3) insensitive to changes in wall-clock.phk2005-03-081-3/+5
* Add korean NLS message catalogs for libcphantom2005-03-072-0/+498
* Add manpage links for frexpf, frexpl, ldexpf, and ldexpl.das2005-03-071-0/+2
* Document frexpl and ldexpl.das2005-03-072-13/+25
* - Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-2/+10
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-076-3/+9
* Unbreak strsignal(). This is an MFC candidate.mux2005-03-061-2/+3
* Do not require the pty(4) majors to be anything in particular.green2005-03-041-3/+0
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Add polish version of libc NLS catalog.pjd2005-03-011-0/+249
* 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
OpenPOWER on IntegriCloud