summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-02bump date for previousdholland
2014-02-02Reorg second paragraph too, to group related info together.dholland
2014-02-02Rework description for clarity; prompted by chat comments from bad@.dholland
2014-02-02Sort errors. Bump date for previous.wiz
2014-02-02Bump date for previous.wiz
2014-02-02Remove paranthesis from return operands.martin
2014-02-02Limit the amount of kernel memory a posix_spawn syscall can use (for handlingmartin
2014-02-02Mark up HZ.wiz
2014-02-02Fix unsigned 64 bit int to long double conversion for numbers that would notmartin
2014-02-01mention how HZ affects uschristos
2014-02-01Since powerpc passes 8 arguments in registers and the syscall number in r0,matt
2014-02-01sparc and sparc64 have moved to new world order, remove legacy files.martin
2014-01-31Restore -Wno-error for clang build. Just don't try to force GCC 4.1 forjoerg
2014-01-31Fix prototype in SYNOPSIS, mark up NULL with Dv.wiz
2014-01-31expose __lwp_park60christos
2014-01-31remove compatibility code for handling CLOCK_MONOTONIC and handle it in thechristos
2014-01-31Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN.matt
2014-01-31PR/44756: Sad Clouds: Prevent leakage of errno = ESRCH from _lwp_park. Thischristos
2014-01-31Since N32/N64 pass the first 8 arguments in registers, we can load allmatt
2014-01-31Remove old compiler based crt stuff for alpha mips powerpc and vaxmatt
2014-01-31-Wno-error=missing-prototypes is not available on gcc 4.1martin
2014-01-30Add unordtf2.cmatt
2014-01-30Make confiditon on FLOAT128matt
2014-01-30unord for float128 long doublematt
2014-01-30Provide a simple floatunditf implementation, at least mips64 needs one.joerg
2014-01-30Use fixunssfsi and fixunsdfsi from compiler-rt.joerg
2014-01-30Install a pkg-config file for zlib.wiz
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-29Long double support builds for PPC now.joerg
2014-01-29Also make sure the __CTOR_LIST__ is just aligned to a pointer boundary.bouyer
2014-01-28no need to duplicate the generic fabs_ieee754.c heremacallan
2014-01-28split fabs.c into hardfloat .S and softfloat .c as requested by joergmacallan
2014-01-27Add missing __RCSID("$NetBSD$");matt
2014-01-27Use ${TOOL_GZIP} instead of just gzip in all Makefilesapb
2014-01-24CID 1163170, 1164171, resource leakchristos
2014-01-24Load the magic into the right register for the comparison in _longjmpskrll
2014-01-24remove bogus comment, we are not working around an assembler issue.christos
2014-01-23Change vnode operations create, mknod, mkdir and symlink to returnhannken
2014-01-23Use a constant in the text segment to avoid the .lit8 out of range relocationchristos
2014-01-23One vmsr is enough.joerg
2014-01-21Handle case where a 0 length template string or a templateseanb
2014-01-21Increment to the value, not the pointer. (Thorsten Brehm)christos
2014-01-21... if called prior to using_history(). This needed to be worked aroundchristos
2014-01-20Use fabs_ieee754.c.joerg
2014-01-20vfwprintf: fix error propagationyamt
2014-01-19If MKREPRO=yes, make the tags file refer to /usr/srcapb
2014-01-18ARM needs __clear_cache.joerg
2014-01-18Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code isjoerg
2014-01-18Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"tron
2014-01-18Add various functions which need fenv support to arm.skrll