| Commit message (Expand) | Author | Age | Files | Lines |
* | Make __get_locale() static inline, not just inline, so when compiling libc in | theraven | 2012-03-19 | 1 | -1/+1 |
* | Remove trailing whitespace. | bjk | 2012-03-19 | 1 | -2/+2 |
* | Expound a bit more about the system maximum number of FIBs, | bjk | 2012-03-19 | 1 | -2/+20 |
* | draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007 | eadler | 2012-03-19 | 1 | -1/+1 |
* | fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returned | jilles | 2012-03-18 | 1 | -2/+5 |
* | fts(3): Document cases where FTS_NOCHDIR is set implicitly. | jilles | 2012-03-18 | 1 | -1/+11 |
* | Unbreak trhe build by including proper header | gonzo | 2012-03-18 | 1 | -1/+1 |
* | Fix TLS for statically linked binaries | gonzo | 2012-03-18 | 1 | -0/+4 |
* | Do not claim that msync(2) is obsoleted [1]. | kib | 2012-03-17 | 2 | -4/+7 |
* | Remove non-existing error condition. | ed | 2012-03-15 | 1 | -4/+1 |
* | Extend the description for ESRCH a bit. | ed | 2012-03-15 | 1 | -1/+1 |
* | Remove impossible error condition from the man page. | ed | 2012-03-15 | 1 | -4/+1 |
* | Fix indentation. | kib | 2012-03-14 | 1 | -1/+1 |
* | First set of xlocale man pages. More to follow... | theraven | 2012-03-13 | 10 | -2/+223 |
* | More xlocale cleanups. | theraven | 2012-03-13 | 1 | -0/+4 |
* | Cross-reference sigqueue(2) and kill(2). | trasz | 2012-03-10 | 2 | -2/+4 |
* | Fix build of libc.so after r232620. This caused a duplicate definition | dim | 2012-03-06 | 1 | -0/+6 |
* | Remove some duplicated copyright notices. | theraven | 2012-03-06 | 2 | -10/+0 |
* | - Switch ARM and MIPS to TLS Variant I | gonzo | 2012-03-06 | 1 | -3/+10 |
* | Implement _set_tp | gonzo | 2012-03-06 | 1 | -0/+4 |
* | Link EV_SET(3) to kqueue(2). | pjd | 2012-03-05 | 1 | -1/+1 |
* | Remove outdated comment of seven years | eadler | 2012-03-04 | 1 | -7/+0 |
* | Remove reference to gcc's non-standard -fwritable-strings, which | eadler | 2012-03-04 | 1 | -7/+1 |
* | POSIX mandates that swab do nothing when len < 0 | eadler | 2012-03-04 | 2 | -1/+6 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | theraven | 2012-03-04 | 5 | -29/+115 |
* | Add __aeabi_read_tp to the symbol list. | cognet | 2012-03-04 | 1 | -0/+1 |
* | Removed excessive _seekdir() call in closedir(). This saves one lseek() | ru | 2012-03-02 | 1 | -3/+1 |
* | Belatedly add dl_iterate_phdr(3) to the list of installed manpages. | kib | 2012-03-02 | 1 | -1/+1 |
* | Finally removed the stat() and fstat() calls from the opendir() code. | ru | 2012-03-02 | 1 | -24/+14 |
* | Note that memory should be freed after uuid_to_string(3) call. | ae | 2012-03-01 | 1 | -2/+11 |
* | Document SO_PROTOCOL socket option. | kib | 2012-02-26 | 1 | -2/+13 |
* | Whitespace cleanup: | gjb | 2012-02-25 | 1 | -1/+2 |
* | Fix various typos in manual pages. | gjb | 2012-02-25 | 4 | -8/+8 |
* | In revision 231989, we pass a 16-bit clock ID into kernel, however | davidxu | 2012-02-25 | 2 | -21/+32 |
* | libc: Eliminate some relative relocations in fmtmsg(). | jilles | 2012-02-22 | 1 | -7/+7 |
* | Document the fact that getgrouplist(3) returns 0 on success. | pjd | 2012-02-20 | 1 | -2/+2 |
* | Document PL_FLAG_CHILD. | kib | 2012-02-18 | 1 | -1/+6 |
* | Use ANSI prototypes. | delphij | 2012-02-18 | 1 | -42/+13 |
* | Fix cross-references. | kib | 2012-02-17 | 1 | -2/+2 |
* | Document dl_iterate_phdr(3). | kib | 2012-02-17 | 1 | -0/+115 |
* | Fetch the aux vector for the static libc, and use the entries to | kib | 2012-02-17 | 3 | -5/+89 |
* | Add err(3) to strerror(3) SEE ALSO section | eadler | 2012-02-16 | 1 | -0/+1 |
* | Bump .Dd date for previous revision. | delphij | 2012-02-15 | 1 | -1/+1 |
* | Add notes about sigev_notify_kevent_flags introduced in revision 230857 | davidxu | 2012-02-15 | 1 | -0/+3 |
* | Revert r231673 and r231682 for now, until we can run a full make | dim | 2012-02-14 | 5 | -115/+29 |
* | Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism for | theraven | 2012-02-14 | 2 | -3/+5 |
* | Cleanup of xlocale: | theraven | 2012-02-14 | 5 | -29/+113 |
* | wctob() returns EOF and not WEOF. | delphij | 2012-02-14 | 1 | -2/+2 |
* | Add __aeabi_read_tp function required for thread-local storage | gonzo | 2012-02-14 | 2 | -1/+43 |
* | Globally replace u_int*_t from (non-contributed) man pages. | ed | 2012-02-12 | 8 | -22/+22 |