| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | -73/+50 |
| * | 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 |
| * | MFV: libpcap 1.4.0. | Xin LI | 2013-05-30 | 1 | -4/+16 |
| * | Add __sync_synchronize(). | Ed Schouten | 2013-05-30 | 2 | -0/+48 |
| * | Use #ifdef instead of #if defined. | Ed Schouten | 2013-05-30 | 2 | -2/+2 |
| * | I'm happy to finally commit stephen@'s implementations of cacos, | David Schultz | 2013-05-30 | 8 | -15/+1186 |
| * | Remove clause 3 and 4 from TNF licenses | Ed Maste | 2013-05-29 | 13 | -91/+0 |
| * | Remove the advertising clause from the Regents of the University of | Ed Maste | 2013-05-28 | 5 | -25/+5 |
| * | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-05-28 | 100 | -100/+100 |
| * | Remove the advertising clause from the Regents of the University of | Ed Maste | 2013-05-28 | 10 | -50/+10 |
| * | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 10 | -8/+76 |
| * | Style(9) | Steve Kargl | 2013-05-27 | 1 | -1/+1 |
| * | cap_rights_limit(2): CAP_ACCEPT also permits accept4(2). | Jilles Tjoelker | 2013-05-27 | 1 | -1/+3 |
| * | * Update polynomial coefficients. | Steve Kargl | 2013-05-27 | 1 | -33/+30 |
| * | Partially apply the capitalization of the heading word of the sequence | Konstantin Belousov | 2013-05-27 | 1 | -3/+3 |
| * | Fix some regressions caused by the switch from gcc to clang. The fixes | David Schultz | 2013-05-27 | 20 | -40/+53 |