| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 one more no-op #ifndef | gonzo | 2012-03-06 | 1 | -2/+0 |
* | 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 |
* | - Remove NOSHARED parts since it seems to be no-op | gonzo | 2012-03-06 | 1 | -4/+3 |
* | - Switch to saving non-offseted pointer to TLS block in order too keep things... | gonzo | 2012-03-06 | 1 | -8/+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 |
* | Use snprintf(3) constantly when generating CAM error messages. | jh | 2012-03-03 | 1 | -44/+58 |
* | 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 |
* | Kill EoL whitespaces, and minor lint. | pluknet | 2012-03-02 | 2 | -297/+295 |
* | - Add support for the Intel Sandy Bridge microarchitecture (both core and unc... | davide | 2012-03-01 | 4 | -0/+1203 |
* | Handle the case where a boolean parameter is also a node. | jamie | 2012-03-01 | 1 | -30/+23 |
* | Note that memory should be freed after uuid_to_string(3) call. | ae | 2012-03-01 | 1 | -2/+11 |
* | Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to | dim | 2012-02-28 | 3 | -10/+6 |
* | Follow changes made in revision 232144, pass absolute timeout to kernel, | davidxu | 2012-02-27 | 3 | -30/+37 |
* | Document SO_PROTOCOL socket option. | kib | 2012-02-26 | 1 | -2/+13 |
* | Whitespace cleanup: | gjb | 2012-02-25 | 1 | -151/+220 |
* | Whitespace cleanup: | gjb | 2012-02-25 | 2 | -16/+21 |
* | Fix various typos in manual pages. | gjb | 2012-02-25 | 10 | -20/+20 |
* | Update libarchive to 3.0.3 | mm | 2012-02-25 | 3 | -292/+520 |
* | In revision 231989, we pass a 16-bit clock ID into kernel, however | davidxu | 2012-02-25 | 3 | -38/+64 |
* | libc: Eliminate some relative relocations in fmtmsg(). | jilles | 2012-02-22 | 1 | -7/+7 |
* | Use unused fourth argument of umtx_op to pass flags to kernel for operation | davidxu | 2012-02-22 | 1 | -13/+3 |
* | Document the fact that getgrouplist(3) returns 0 on success. | pjd | 2012-02-20 | 1 | -2/+2 |
* | Set the O_CLOEXEC flag when opening the pidfile to avoid leaking the | ghelmer | 2012-02-20 | 1 | -1/+1 |
* | Check both seconds and nanoseconds are zero, only checking nanoseconds | davidxu | 2012-02-19 | 1 | -1/+1 |
* | 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 |
* | Switch the license boilerplates to our standard one. | brueffer | 2012-02-17 | 32 | -352/+352 |
* | 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 thread-local storage support for arm: | gonzo | 2012-02-14 | 2 | -4/+5 |
* | Add __aeabi_read_tp function required for thread-local storage | gonzo | 2012-02-14 | 2 | -1/+43 |