| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MUTEX_INITIALIZER should be used instead of | ume | 2005-04-06 | 1 | -1/+1 |
* | separate gai_strerror(3) from getaddrinfo.c. | ume | 2005-04-06 | 3 | -28/+62 |
* | make yp stuff re-entrant. | ume | 2005-04-05 | 1 | -26/+15 |
* | protect _yp_domain with mutex lock. | ume | 2005-04-05 | 1 | -3/+24 |
* | add missing mutex unlock. | ume | 2005-04-05 | 1 | -0/+1 |
* | make _files_getaddrinfo() re-entrant. | ume | 2005-04-04 | 1 | -22/+19 |
* | Replace the current strspn() and strcspn() with significantly faster | das | 2005-04-02 | 2 | -67/+79 |
* | Add some missing errnos from POSIX. Nothing in FreeBSD generates | das | 2005-04-02 | 1 | -0/+5 |
* | nuke the logic for AF_UNSPEC and simplify. once, it was introduced | ume | 2005-04-02 | 1 | -301/+47 |
* | Use __weak_reference macro to define weak symbols. | davidxu | 2005-03-21 | 1 | -31/+51 |
* | Teach fmtcheck() about the ' (thousands separator) flag. | das | 2005-03-21 | 1 | -1/+1 |
* | Add byteorder(9) to SEE ALSO. | simon | 2005-03-20 | 1 | -2/+3 |
* | Use the correct values for softfloat, in both the little endian and the big | cognet | 2005-03-20 | 2 | -8/+13 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 9 | -162/+5 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-11 | 1 | -2/+2 |
* | Avoid pointer arithmetics on void *. | stefanf | 2005-03-10 | 1 | -1/+1 |
* | Remove an superfluous assignment. | stefanf | 2005-03-10 | 1 | -1/+0 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-10 | 2 | -2/+3 |
* | Make MSG_NOSIGNAL available to native programs. | alfred | 2005-03-09 | 1 | -5/+9 |
* | Have ttyname_r() try to ask DEVFS for the device name. | phk | 2005-03-08 | 2 | -35/+16 |
* | Make the returnvalue of times(3) insensitive to changes in wall-clock. | phk | 2005-03-08 | 1 | -3/+5 |
* | Add korean NLS message catalogs for libc | phantom | 2005-03-07 | 2 | -0/+498 |
* | Add manpage links for frexpf, frexpl, ldexpf, and ldexpl. | das | 2005-03-07 | 1 | -0/+2 |
* | Document frexpl and ldexpl. | das | 2005-03-07 | 2 | -13/+25 |
* | - Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -2/+10 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 6 | -3/+9 |
* | Unbreak strsignal(). This is an MFC candidate. | mux | 2005-03-06 | 1 | -2/+3 |
* | Do not require the pty(4) majors to be anything in particular. | green | 2005-03-04 | 1 | -3/+0 |
* | Fix incorrect comment. | davidxu | 2005-03-01 | 1 | -1/+1 |
* | Add polish version of libc NLS catalog. | pjd | 2005-03-01 | 1 | -0/+249 |
* | Backout NLS catalog handling, until all edge cases are resolved | phantom | 2005-02-27 | 1 | -11/+0 |
* | Unbreak !NLS case | phantom | 2005-02-27 | 2 | -2/+2 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 2 | -3/+14 |
* | Revert accidiental removal of string.h inclusion. | phantom | 2005-02-27 | 1 | -0/+1 |
* | Enable processing of NLS catalogs while building/installing of libc | phantom | 2005-02-27 | 1 | -0/+11 |
* | Add russian version of libc NLS catalog | phantom | 2005-02-27 | 1 | -0/+256 |
* | Add template NLS catalog for strerror(), strerror_r() and strsignal() | phantom | 2005-02-27 | 1 | -0/+249 |
* | Remove the check about whether MALLOC_EXTRA_SANITY is defined, | delphij | 2005-02-27 | 1 | -2/+0 |
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | phantom | 2005-02-27 | 2 | -29/+97 |
* | . Bump .Dd's | phantom | 2005-02-27 | 3 | -7/+20 |
* | Bring in NetBSD's improvements and cleanups to NLS subsystem, making | phantom | 2005-02-27 | 2 | -392/+96 |
* | . Static'ize functions exported via function reference variables only. | phantom | 2005-02-27 | 11 | -117/+112 |
* | ANSI'fy prototypes | phantom | 2005-02-27 | 3 | -11/+5 |
* | Replace usage of strerror()/strcpy() with strerror_r() here, reducing | phantom | 2005-02-27 | 1 | -4/+2 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -66/+156 |
* | Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I | davidxu | 2005-02-26 | 1 | -0/+5 |
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 1 | -1/+1 |
* | Do not mislead users into checking for a mount_ufs or mount_ufs2 manual | trhodes | 2005-02-24 | 1 | -1/+3 |
* | -document the fact that extattr_get_* can fail if the requested | csjp | 2005-02-24 | 1 | -1/+3 |
* | Xref chflags(2). | trhodes | 2005-02-23 | 1 | -1/+7 |