| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Globally replace u_int*_t from (non-contributed) man pages. | ed | 2012-02-12 | 12 | -54/+54 |
* | MFp4 204292: | bz | 2012-02-11 | 1 | -0/+12 |
* | Replace utxrm(8) by utx(8). | ed | 2012-02-11 | 1 | -1/+1 |
* | Use the correct constant (with same value) for comparying the SA type. | bz | 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 |
* | Make code more stable by checking NULL pointers. | davidxu | 2012-02-11 | 1 | -2/+6 |
* | Unbreak build. | ed | 2012-02-10 | 1 | -1/+1 |
* | Detect file modification properly by using tv_nsec. | ed | 2012-02-10 | 1 | -1/+2 |
* | Switch MIPS TLS implementation to Variant I: | gonzo | 2012-02-10 | 2 | -13/+20 |
* | Fix NULL ptr dereference in setusercontext if pwd is null, | eadler | 2012-02-09 | 1 | -3/+6 |
* | 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 |
* | Add a comment to the example that pidfile_* functions can handle pfh being NULL. | pjd | 2012-02-08 | 1 | -0/+5 |
* | Note that calling pidfile_write(3) multiple times is fine. | pjd | 2012-02-08 | 1 | -1/+4 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 4 | -4/+4 |
* | Plug a memory leak. When a cached thread is reused, don't clear sleep | davidxu | 2012-02-07 | 2 | -12/+19 |
* | Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost | ghelmer | 2012-02-06 | 1 | -1/+1 |
* | Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, | dim | 2012-02-05 | 19 | -0/+197 |
|\ |
|
| * | Vendor import of llvm 3.0 final release: | dim | 2011-12-09 | 22 | -161/+407 |
* | | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which | andreast | 2012-02-05 | 4 | -34/+34 |
* | | Try to avoid ambiguity when sysctl returns ENOMEM additionally | trociny | 2012-02-01 | 1 | -2/+3 |
* | | 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 |
* | | Consensus between bde and pjd seemed to be that if the function names | ghelmer | 2012-01-26 | 1 | -8/+8 |