| Commit message (Expand) | Author | Age | Files | Lines |
* | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | andrew | 2013-06-04 | 2 | -75/+52 |
* | mdoc: convert .Fd to .In, which is much nicer. | joel | 2013-06-04 | 3 | -7/+7 |
* | Add man links for expl(3) and expm1l(3). | das | 2013-06-04 | 1 | -2/+2 |
* | Fix a typo: XPORT_SPI should be tested against transport, nor protocol. | delphij | 2013-06-03 | 1 | -1/+1 |
* | Change a comma to a semicolon. | kargl | 2013-06-03 | 1 | -3/+2 |
* | ld80 and ld128 implementations of expm1l(). This code started life | kargl | 2013-06-03 | 6 | -4/+373 |
* | Fix two comments that got lost in the disentanglement of the larger diff. | kargl | 2013-06-03 | 1 | -1/+6 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -8/+11 |
* | Micro-optimization: move the unary mius operator to operate | kargl | 2013-06-03 | 2 | -3/+3 |
* | Add a comment to note that bde supplied most, if not all, | kargl | 2013-06-03 | 1 | -0/+2 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -13/+9 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -27/+55 |
* | Rename a few P2, P3, ... coefficients to A2, A3, ... missed in | kargl | 2013-06-03 | 1 | -3/+3 |
* | Update a comment to reflect that we are using an endpoint of | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold, | kargl | 2013-06-03 | 1 | -4/+7 |
* | Introduce the macro LOG2_INTERVAL, which is log2(number of intervals). | kargl | 2013-06-03 | 2 | -2/+5 |
* | Whitespace. | kargl | 2013-06-03 | 2 | -4/+4 |
* | * Rename the polynomial coefficients from P2, P3, ... to A2, A3, .... | kargl | 2013-06-03 | 2 | -25/+24 |
* | * Style(9). Start non-Copyright fancy formatted comments with /**. | kargl | 2013-06-03 | 1 | -1/+1 |
* | ld80/s_expl.c: | kargl | 2013-06-03 | 2 | -2/+2 |
* | Add libiconv based versions of *c16*() and *c32*(). | ed | 2013-06-03 | 7 | -3/+314 |
* | Switch to 2-clause license | emaste | 2013-06-03 | 1 | -6/+0 |
* | Add logl, log2l, log10l, and log1pl. | das | 2013-06-03 | 11 | -18/+1809 |
* | Since the cause of the problems with the __fillcontextx() was | kib | 2013-06-03 | 1 | -15/+7 |
* | Convert old make variable modifiers :U and :L to bmake :tu and :tl. | tijl | 2013-06-02 | 3 | -3/+3 |
* | dup(2): Clarify return value, in particular of dup2(). | jilles | 2013-05-31 | 1 | -4/+5 |
* | sigaction(2): *at system calls are async-signal safe. | jilles | 2013-05-31 | 1 | -0/+14 |
* | sigaction(2): Extend description of async-signal safe functions: | jilles | 2013-05-31 | 1 | -13/+108 |
* | fork(2): Add information about fork() in multi-threaded processes. | jilles | 2013-05-31 | 1 | -0/+12 |
* | fork(2): #include <sys/types.h> is not needed. | jilles | 2013-05-31 | 1 | -2/+1 |
* | MFV: libpcap 1.4.0. | delphij | 2013-05-30 | 1 | -4/+16 |
* | Add __sync_synchronize(). | ed | 2013-05-30 | 2 | -0/+48 |
* | Use #ifdef instead of #if defined. | ed | 2013-05-30 | 2 | -2/+2 |
* | I'm happy to finally commit stephen@'s implementations of cacos, | das | 2013-05-30 | 8 | -15/+1186 |
* | Remove clause 3 and 4 from TNF licenses | emaste | 2013-05-29 | 13 | -91/+0 |
* | Remove the advertising clause from the Regents of the University of | emaste | 2013-05-28 | 5 | -25/+5 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-05-28 | 100 | -100/+100 |
* | Remove the advertising clause from the Regents of the University of | emaste | 2013-05-28 | 10 | -50/+10 |
* | The getcontext() from the __fillcontextx() call in the | kib | 2013-05-28 | 10 | -8/+76 |
* | Style(9) | kargl | 2013-05-27 | 1 | -1/+1 |
* | cap_rights_limit(2): CAP_ACCEPT also permits accept4(2). | jilles | 2013-05-27 | 1 | -1/+3 |
* | * Update polynomial coefficients. | kargl | 2013-05-27 | 1 | -33/+30 |
* | Partially apply the capitalization of the heading word of the sequence | kib | 2013-05-27 | 1 | -3/+3 |
* | Fix some regressions caused by the switch from gcc to clang. The fixes | das | 2013-05-27 | 20 | -40/+53 |
* | Make the malloc(3) family of functions weak and make their non-weak | marcel | 2013-05-25 | 1 | -0/+11 |
* | sigreturn(2): Remove ancient compatibility warning about 4.2BSD. | jilles | 2013-05-25 | 1 | -4/+0 |
* | Make some tiny improvements to iconv_open(). | ed | 2013-05-25 | 1 | -21/+15 |
* | Only call free() on something we allocated. | ed | 2013-05-25 | 1 | -2/+2 |
* | Let iconv build on -HEAD properly. | ed | 2013-05-23 | 3 | -0/+3 |
* | Update manpages for r250887. | ed | 2013-05-21 | 3 | -9/+3 |