Age | Commit message (Expand) | Author |
2011-07-09 | Minor function name tweaks. | Nicholas Marriott |
2011-07-09 | Instead of documenting all the wide string functions in wmemchr(3), add | Nicholas Marriott |
2011-07-09 | Make the zero condition properly raise the exception and return. | Martynas Venckus |
2011-07-09 | Don't reimplement the same thing twice. OK matthew@. | Martynas Venckus |
2011-07-09 | Copied from hppa; should work for hppa64 as well. | Mark Kettenis |
2011-07-09 | On hppa64 we need to use __gp instead of $global$. | Mark Kettenis |
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus |
2011-07-08 | Remove the stupid commented out fabs(3), frexp(3), and modf(3) | Martynas Venckus |
2011-07-08 | Alias modfl to modf. This goes together with the previous bump. | Martynas Venckus |
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus |
2011-07-08 | No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it. | Marco Pfatschbacher |
2011-07-08 | tweak previous; | Jason McIntyre |
2011-07-08 | Kill weak `cerror' alias, it's colliding with the userland namespace. Noticed | Miod Vallat |
2011-07-08 | Support sending struct info to kdump. So far for struct stat and | Otto Moerbeek |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-08 | After a certain amount of fighting with the mbstowcs API, remove L from | Nicholas Marriott |
2011-07-08 | signbitl -> signbit. | Martynas Venckus |
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 |