| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
* | | | Add <uchar.h>. | ed | 2013-05-21 | 9 | -52/+410 |
* | | | Add a makefle that recurses into the right architecture-specific | marcel | 2013-05-21 | 1 | -0/+10 |
* | | | Update the setfib man page to reflect recent changes. | julian | 2013-05-20 | 1 | -3/+6 |
* | | | popen(): Add 'e' mode character to set close-on-exec on the new fd. | jilles | 2013-05-20 | 2 | -10/+27 |
* | | | Return one-based key so that user can check if the key is ever allocated | davidxu | 2013-05-16 | 1 | -4/+7 |
* | | | Fix a typo: It should be "strtoll" and not "stroll". | hiren | 2013-05-14 | 1 | -3/+3 |
* | | | Use an ugly hack to get around bootstrapping problems when building | dim | 2013-05-13 | 1 | -0/+5 |
* | | | mdoc sweep. | joel | 2013-05-12 | 4 | -6/+12 |