| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |
* | | Add an implementation of fenv.h intended for platforms that lack an FPU and | das | 2012-01-16 | 4 | -6/+205 |
* | | 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 |
* | | Convert softfloat to use the standard exception flag and rounding macros | das | 2012-01-16 | 5 | -34/+34 |
* | | Correct some bugs that resulted from arm/_fpmath.h being blindly copied | das | 2012-01-16 | 1 | -1/+2 |
* | | Make man page wording more clear: | eadler | 2012-01-15 | 1 | -1/+1 |
* | | In kvm_argv(), the case when the supplied buffer was too short to hold the | trociny | 2012-01-15 | 1 | -23/+31 |
* | | Remove wtmpcvt(1). | ed | 2012-01-13 | 1 | -1/+0 |
* | | Move struct pidfh definition into pidfile.c, and leave a forward declaration | ghelmer | 2012-01-12 | 2 | -12/+13 |
* | | Fix disorder in MAN and MLINKS lists. | ghelmer | 2012-01-12 | 1 | -37/+37 |
* | | More prototype formatting fixes, struct member formatting fixes, | ghelmer | 2012-01-12 | 1 | -10/+17 |
* | | pidfile_open() no longer uses fcntl() to set the close-on-exec flag. | ghelmer | 2012-01-12 | 1 | -2/+1 |
* | | Fix prototype formatting (indentation, long lines, and continued lines). | ghelmer | 2012-01-11 | 1 | -23/+30 |
* | | Fix namespace issues with prototype parameter names. | ghelmer | 2012-01-11 | 1 | -32/+32 |
* | | Fix forward structure declaration and prototype disorder. | ghelmer | 2012-01-11 | 1 | -34/+33 |
* | | jilles pointed out that O_CLOEXEC could be used in the open(2) flags | ghelmer | 2012-01-11 | 1 | -14/+1 |