| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace utxrm(8) by utx(8). | ed | 2012-02-11 | 1 | -1/+1 |
* | Set read buffer size to multiple of sizeof(struct futx). | ed | 2012-02-11 | 1 | -7/+12 |
* | Switch getifaddrs(3) to the new API introduced in r231505. Also remove | bz | 2012-02-11 | 1 | -122/+47 |
* | Introduce a new NET_RT_IFLISTL API to query the address list. It works | bz | 2012-02-11 | 1 | -1/+15 |
* | Backout changes from r228571. Remove if_data from struct ifa_msghdr again. | bz | 2012-02-11 | 1 | -1/+1 |
* | More accurately document what happens on error. | eadler | 2012-02-09 | 1 | -3/+6 |
* | Acknowledge that jail_attach and jail_remove can return EPERM. | jamie | 2012-02-08 | 1 | -1/+3 |
* | eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and | brooks | 2012-02-08 | 1 | -7/+0 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 2 | -2/+2 |
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 4 | -34/+34 |
* | Make the sys/ucontext.h self-contained by changing the return type | kib | 2012-02-01 | 8 | -8/+8 |
* | Move descriptions of file caching commands out of the file locking section. | tijl | 2012-01-28 | 1 | -17/+17 |
* | Remove a left-over reference to make.conf(5) which was used as a place to | pluknet | 2012-01-27 | 1 | -2/+1 |
* | Clarify the implementation-defined behaviour in case of close(2) | kib | 2012-01-22 | 1 | -1/+5 |
* | The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) and | pjd | 2012-01-22 | 2 | -4/+4 |
* | Add API for obtaining extended machine context states that cannot be | kib | 2012-01-21 | 19 | -10/+693 |
* | This commit adds profiling support for powerpc64. Now we can do application | andreast | 2012-01-20 | 1 | -1/+1 |
* | Conditionalize the __floatunsisf and __floatunsidf functions, added in | das | 2012-01-20 | 1 | -0/+4 |
* | Don't inline fenv.h functions on arm for now. Inlining makes sense: | das | 2012-01-20 | 1 | -0/+2 |
* | Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the | das | 2012-01-20 | 19 | -16/+555 |
* | Insert read memory barriers. | davidxu | 2012-01-16 | 2 | -1/+2 |
* | Computations on NaNs are supposed to return one of the input NaNs unchanged. | das | 2012-01-16 | 2 | -4/+3 |
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | das | 2012-01-16 | 2 | -1/+64 |
* | Remove functions from softfloat's Symbol.map that don't need to be exported. | das | 2012-01-16 | 2 | -20/+14 |