summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-01-18ARM needs __clear_cache.joerg
2014-01-18Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code isjoerg
2014-01-18revert previous, it causes other problem and I cannot easily debug it.christos
2014-01-18__fixsfdi is required, __fixdfsi already in softfloat.joerg
2014-01-18Use a separate variable for the use of GCC's unwind code.joerg
2014-01-17GCjoerg
2014-01-17Use generic version of fabs for softfloat.joerg
2014-01-17Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat providesjoerg
2014-01-17Comment out softfloat code until it is decided what to use long term.joerg
2014-01-17__floatunsidf and __floatunsisf are provided by softfloat, butjoerg
2014-01-17Explicitly enumerate platforms that have unwind support to makejoerg
2014-01-17fix memory allocation, and an off-by-onedrochner
2014-01-17the addition is handled in the alias.christos
2014-01-17Move more code into the macro, and fix the bug where realloc would causechristos
2014-01-16Don't build common quad routines if the platform is 64bit since theymatt
2014-01-16remove dupschristos
2014-01-16Remove MAXALIASES limitchristos
2014-01-16"soon" is "now". Remove all __indr_reference crap.christos
2014-01-16namespace protection for the new err functionschristos
2014-01-16PR/47602: Christos Zoulas: getwc() modifies input instead of returning EILSEQ.christos
2014-01-16Fix (v)errc/(v)warnc.joerg
2014-01-16Add the {v,}{err,warn}c flavors, from FreeBSD.christos
2014-01-15Add profiling helper functions to the build.joerg
2014-01-15Use the quad support from compiler-rt for MKLIBGCC=no.joerg
2014-01-14TODO: fix stdout/stdin/stderr to not require copy relocationsjoerg
2014-01-10whitespace.wiz
2014-01-08provide a patchable __res_conf_name for testing purposes.christos
2014-01-08bump for ptsname_rchristos
2014-01-08return the same errors as linux for ptsname_rchristos
2014-01-08add ptsname_rchristos
2014-01-07Kill unneeded paragraph macro.njoly
2014-01-04Merge EINVAL descriptions.wiz
2014-01-04Sort sections. Remove trailing whitespace.wiz
2014-01-04Sort sections. Punctuation formatting nits.wiz
2014-01-02don't lose the RPC error from CLNT_CALL.christos
2013-12-28O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.dholland
2013-12-27moved to commonchristos
2013-12-26update from tzcode 2013e to tzcode2013ichristos
2013-12-25Explicitly enable FPU support.joerg
2013-12-25fix bug in previous change (sz should be the size of the newly allocatedchristos
2013-12-25Sort errors. Use parentheses instead of Pq in normal text.wiz
2013-12-25typodholland
2013-12-24Rewrite for clarity and add an example.dholland
2013-12-22- don't clobber hp in the RES_USE_INET6 casechristos
2013-12-22this is supposed to be re-entrant, call don't call __hostalias that useschristos
2013-12-19Only apply -fno-tree-vrp for GCC.joerg
2013-12-19Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.rmind
2013-12-14It's been many years since realloc(NULL, size) == malloc(size). Also don'tchristos
2013-12-14knf, reduce pointer gymnasticschristos
2013-12-13time_t_{min,max} are only used in localtime.cchristos