Age | Commit message (Expand) | Author |
2011-07-08 | el_set EL_BIND or EL_SETTC must have argument lists ending with NULL. | Nicholas Marriott |
2011-07-08 | Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasm | Marco Pfatschbacher |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-07 | Enable wide character functions in libedit (not the other libe*t). | Nicholas Marriott |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2011-07-07 | no more math(3); | Jason McIntyre |
2011-07-07 | add tcp.always_keepalive; | Jason McIntyre |
2011-07-07 | When context switching, if the 'new' thread is the same as the 'old' | Philip Guenthe |
2011-07-07 | sync with upstream, retaining local modifications. | Okan Demirmen |
2011-07-07 | Remove references to math(3). | Martynas Venckus |
2011-07-07 | Remove references to math(3). | Martynas Venckus |
2011-07-07 | Remove math(3). OK theo. | Martynas Venckus |
2011-07-07 | Document extended-precision routines. | Martynas Venckus |
2011-07-07 | Fix bit twiddling routines on ARM; where floating-point word order | Martynas Venckus |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | Add support for C99 %ls and %lc format directives, as been documented in | Stefan Sperling |
2011-07-06 | Speed up cgetnext() by passing the record we want to parse in to | Todd C. Miller |
2011-07-06 | Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thing | Martynas Venckus |
2011-07-06 | Finalize work on the math library. It's time to do this monster | Martynas Venckus |
2011-07-05 | Fix some awful code in the example, pointed out by millert@. | Nicholas Marriott |
2011-07-05 | from Tim van der Molen: | Jason McIntyre |
2011-07-05 | Move arm to the 'MI' softfloat code instead of the arm version. | Dale Rahn |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | Add stubs for signals and forks. | Paul Irofti |
2011-07-05 | check that thread specific keys are valid, and cleanup code a little. | Ted Unangst |
2011-07-05 | fix a few bugs in the thread specific data functions | Ted Unangst |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | - Take into account padding for the IEEE extended shape types. It | Martynas Venckus |
2011-07-04 | enter ia64 for obj | Theo de Raadt |
2011-07-04 | tweak previous; | Jason McIntyre |
2011-07-04 | Add csu ia64 support. | Paul Irofti |
2011-07-04 | Add ia64 libc support. | Paul Irofti |
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott |
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov |
2011-07-03 | "it's" -> "its" in a couple of comments. | Kenneth R Westerback |
2011-07-03 | Recognize %a, %A format specifiers, per C99. | Martynas Venckus |
2011-07-03 | In pthread_key_delete(), only scan other threads if the key was allocated | Philip Guenthe |
2011-07-03 | Swap bitmask values around so that STRTOG_Neg doesn't get affected | Martynas Venckus |
2011-07-03 | Properly implement the long double (%Lf) scanf without the precision | Martynas Venckus |
2011-07-02 | For tiny x, tanhf = x*(one+x). GCC (at -O2) optimized this into | Martynas Venckus |
2011-07-02 | Trick lint into recording the right prototypes in the llib-lc.ln | Martynas Venckus |
2011-07-02 | Rebase on gdtoa-20110428; contains fixes for absurdly long inputs | Martynas Venckus |
2011-07-02 | pthread_key_delete should delete the data, so it's not reused by | Ted Unangst |
2011-07-01 | Enable the knob to dynamically allocate (large) state structures. | Todd C. Miller |
2011-06-30 | Do not mask errno if we fail to open /dev/diskmap. Also, fall through | Joel Sing |
2011-06-27 | document HW_ALLOWPOWERDOWN; reminded by and ok jmc@ | Christian Weisgerber |
2011-06-25 | No need for files generated by depend. | Okan Demirmen |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze |
2011-06-23 | s/ands/and/, from Tobias Ulmer | Stuart Henderson |
2011-06-20 | as man page states, lower case undoes upper case. add support for little s, | Ted Unangst |