| Commit message (Expand) | Author | Age | Files | Lines |
* | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-06-13 | 28 | -28/+28 |
* | Turn libc.so into an ld script rather than a symlink pointing to the | Jeremie Le Hen | 2013-06-12 | 2 | -0/+3 |
*-. | Upgrade our copy of llvm/clang to 3.3 release. | Dimitry Andric | 2013-06-12 | 14 | -13/+38 |
|\ \ |
|
| | * | Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3vendor/clang/clang-release_33-r183502 | Dimitry Andric | 2013-06-10 | 221 | -5312/+13295 |
| * | | Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3vendor/llvm/llvm-release_33-r183502 | Dimitry Andric | 2013-06-10 | 500 | -12204/+34342 |
* | | | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to | John Baldwin | 2013-06-11 | 1 | -7/+11 |
* | | | Add implementations of acoshl(), asinhl(), and atanhl(). This is a | David Schultz | 2013-06-10 | 12 | -48/+344 |
* | | | Make recv() and send() cancellation points, as required by POSIX. | Jilles Tjoelker | 2013-06-09 | 2 | -6/+10 |
* | | | Minor mdoc fixes. | Joel Dahl | 2013-06-09 | 1 | -3/+3 |
* | | | libstand: Reset the seek pointer in ext2fs as done in UFS. | Pedro F. Giffuni | 2013-06-09 | 1 | -0/+2 |
* | | | sigaction(2): Document various non-POSIX functions as async-signal safe. | Jilles Tjoelker | 2013-06-08 | 1 | -2/+15 |
* | | | Add new system call - aio_mlock(). The name speaks for itself. It allows | Gleb Smirnoff | 2013-06-08 | 3 | -0/+135 |
* | | | Use improved __sync_*() intrinsics for MIPS in userspace as well. | Ed Schouten | 2013-06-08 | 8 | -56/+5 |
* | | | Finish pulling in the NetBSD setjmp/longjmp updates on ARM. | Andrew Turner | 2013-06-07 | 4 | -4/+162 |
* | | | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This | Andrew Turner | 2013-06-07 | 1 | -1/+3 |
* | | | Remove an extra copy of _setjmp from libstand. We have used the libc version | Andrew Turner | 2013-06-07 | 1 | -106/+0 |
* | | | Add libusb_get_port_numbers | Ed Maste | 2013-06-07 | 3 | -2/+13 |
* | | | Switch to 2-clause license and standard text | Ed Maste | 2013-06-06 | 2 | -26/+22 |
* | | | Remove part of the NetBSD longjmp code that was not ready to be merged. | Andrew Turner | 2013-06-05 | 1 | -2/+1 |
* | | | Style fixes. | David Schultz | 2013-06-05 | 4 | -54/+58 |
* | | | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | Andrew Turner | 2013-06-04 | 2 | -75/+52 |
* | | | mdoc: convert .Fd to .In, which is much nicer. | Joel Dahl | 2013-06-04 | 3 | -7/+7 |
* | | | Add man links for expl(3) and expm1l(3). | David Schultz | 2013-06-04 | 1 | -2/+2 |
* | | | Fix a typo: XPORT_SPI should be tested against transport, nor protocol. | Xin LI | 2013-06-03 | 1 | -1/+1 |
* | | | Change a comma to a semicolon. | Steve Kargl | 2013-06-03 | 1 | -3/+2 |
* | | | ld80 and ld128 implementations of expm1l(). This code started life | Steve Kargl | 2013-06-03 | 6 | -4/+373 |
* | | | Fix two comments that got lost in the disentanglement of the larger diff. | Steve Kargl | 2013-06-03 | 1 | -1/+6 |
* | | | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -8/+11 |
* | | | Micro-optimization: move the unary mius operator to operate | Steve Kargl | 2013-06-03 | 2 | -3/+3 |
* | | | Add a comment to note that bde supplied most, if not all, | Steve Kargl | 2013-06-03 | 1 | -0/+2 |
* | | | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -13/+9 |
* | | | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -27/+55 |
* | | | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | Steve Kargl | 2013-06-03 | 1 | -3/+3 |
* | | | Update a comment to reflect that we are using an endpoint of | Steve Kargl | 2013-06-03 | 2 | -2/+2 |
* | | | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | Steve Kargl | 2013-06-03 | 1 | -4/+7 |
* | | | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | Steve Kargl | 2013-06-03 | 2 | -2/+5 |
* | | | Whitespace. | Steve Kargl | 2013-06-03 | 2 | -4/+4 |
* | | | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | Steve Kargl | 2013-06-03 | 2 | -25/+24 |
* | | | * Style(9). Start non-Copyright fancy formatted comments with /**. | Steve Kargl | 2013-06-03 | 1 | -1/+1 |
* | | | ld80/s_expl.c: | Steve Kargl | 2013-06-03 | 2 | -2/+2 |
* | | | Add libiconv based versions of *c16*() and *c32*(). | Ed Schouten | 2013-06-03 | 7 | -3/+314 |
* | | | Switch to 2-clause license | Ed Maste | 2013-06-03 | 1 | -6/+0 |
* | | | Add logl, log2l, log10l, and log1pl. | David Schultz | 2013-06-03 | 11 | -18/+1809 |
* | | | Since the cause of the problems with the __fillcontextx() was | Konstantin Belousov | 2013-06-03 | 1 | -15/+7 |
* | | | Convert old make variable modifiers :U and :L to bmake :tu and :tl. | Tijl Coosemans | 2013-06-02 | 3 | -3/+3 |
* | | | dup(2): Clarify return value, in particular of dup2(). | Jilles Tjoelker | 2013-05-31 | 1 | -4/+5 |
* | | | sigaction(2): *at system calls are async-signal safe. | Jilles Tjoelker | 2013-05-31 | 1 | -0/+14 |
* | | | sigaction(2): Extend description of async-signal safe functions: | Jilles Tjoelker | 2013-05-31 | 1 | -13/+108 |
* | | | fork(2): Add information about fork() in multi-threaded processes. | Jilles Tjoelker | 2013-05-31 | 1 | -0/+12 |
* | | | fork(2): #include <sys/types.h> is not needed. | Jilles Tjoelker | 2013-05-31 | 1 | -2/+1 |