| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Make the comments consistent (capitalization, punctuation, and | ghelmer | 2012-01-26 | 1 | -6/+10 |
* | | Restore the parenthesis that are necessary around the constant values. | ghelmer | 2012-01-26 | 1 | -7/+7 |
* | | Fix two nits in previous commit pointed out by pjd@. | des | 2012-01-23 | 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 |
* | | Use getcontextx(3) internal API instead of getcontext(2) to provide | kib | 2012-01-21 | 1 | -4/+13 |
* | | 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 |
* | | Fix a small nit noted by bde: exp_x should be of type float, not double. | das | 2012-01-20 | 1 | -1/+1 |
* | | Add a change I missed in r230367 (don't inline arm's fenv.h functions). | das | 2012-01-20 | 1 | -1/+0 |
* | | Remove an errant `#define dprintf printf'. It seems to be leftover | das | 2012-01-20 | 1 | -2/+0 |
* | | Don't inline fenv.h functions on arm for now. Inlining makes sense: | das | 2012-01-20 | 4 | -13/+33 |
* | | Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the | das | 2012-01-20 | 19 | -16/+555 |
* | | Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causing | peter | 2012-01-18 | 1 | -2/+2 |
* | | Fix two issues related to the use of SIGINFO in fetch(1) to display | des | 2012-01-18 | 3 | -7/+75 |
* | | Remove unnecessary includes from these libutil man pages. | ghelmer | 2012-01-16 | 3 | -4/+0 |
* | | Fix more disorder in prototypes and constants. | ghelmer | 2012-01-16 | 1 | -46/+43 |