summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-09Minor function name tweaks.Nicholas Marriott
2011-07-09Instead of documenting all the wide string functions in wmemchr(3), addNicholas Marriott
2011-07-09Make the zero condition properly raise the exception and return.Martynas Venckus
2011-07-09Don't reimplement the same thing twice. OK matthew@.Martynas Venckus
2011-07-09Copied from hppa; should work for hppa64 as well.Mark Kettenis
2011-07-09On hppa64 we need to use __gp instead of $global$.Mark Kettenis
2011-07-08Move fabs(3) manual page from libm to libc, for consistency. TheMartynas Venckus
2011-07-08Remove the stupid commented out fabs(3), frexp(3), and modf(3)Martynas Venckus
2011-07-08Alias modfl to modf. This goes together with the previous bump.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08No need to set CFLAGS+=-DOPENSSL_IA32_SSE2 on amd64. Nothing uses it.Marco Pfatschbacher
2011-07-08tweak previous;Jason McIntyre
2011-07-08Kill weak `cerror' alias, it's colliding with the userland namespace. NoticedMiod Vallat
2011-07-08Support sending struct info to kdump. So far for struct stat andOtto Moerbeek
2011-07-08Finalize work on complex math routines, now that we have theMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08After a certain amount of fighting with the mbstowcs API, remove L fromNicholas Marriott
2011-07-08signbitl -> signbit.Martynas Venckus
2011-07-08el_set EL_BIND or EL_SETTC must have argument lists ending with NULL.Nicholas Marriott
2011-07-08Pass CFLAGS (which contains -DOPENSSL_IA32_SSE2) to the perlasmMarco Pfatschbacher
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-07-07Enable wide character functions in libedit (not the other libe*t).Nicholas Marriott
2011-07-07fix typos; while here, improve spacing in comments.Igor Sobrado
2011-07-07no more math(3);Jason McIntyre
2011-07-07add tcp.always_keepalive;Jason McIntyre
2011-07-07When context switching, if the 'new' thread is the same as the 'old'Philip Guenthe
2011-07-07sync with upstream, retaining local modifications.Okan Demirmen
2011-07-07Remove references to math(3).Martynas Venckus
2011-07-07Remove references to math(3).Martynas Venckus
2011-07-07Remove math(3). OK theo.Martynas Venckus
2011-07-07Document extended-precision routines.Martynas Venckus
2011-07-07Fix bit twiddling routines on ARM; where floating-point word orderMartynas Venckus
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-07-06Add support for C99 %ls and %lc format directives, as been documented inStefan Sperling
2011-07-06Speed up cgetnext() by passing the record we want to parse in toTodd C. Miller
2011-07-06Don't pull bsd.own.mk for NOPROFILE & NOPIC -- the libm_i387 thingMartynas Venckus
2011-07-06Finalize work on the math library. It's time to do this monsterMartynas Venckus
2011-07-05Fix some awful code in the example, pointed out by millert@.Nicholas Marriott
2011-07-05from Tim van der Molen:Jason McIntyre
2011-07-05Move arm to the 'MI' softfloat code instead of the arm version.Dale Rahn
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-05Add stubs for signals and forks.Paul Irofti
2011-07-05check that thread specific keys are valid, and cleanup code a little.Ted Unangst
2011-07-05fix a few bugs in the thread specific data functionsTed Unangst
2011-07-04move the specfs code to a place people can see it; ok guenther thib krwTheo de Raadt
2011-07-04- Take into account padding for the IEEE extended shape types. ItMartynas Venckus
2011-07-04enter ia64 for objTheo de Raadt
2011-07-04tweak previous;Jason McIntyre
2011-07-04Add csu ia64 support.Paul Irofti