summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-09-30Don't return 0x1.0p31 for every input value 2^N.mlelstv
2013-09-23Make compile with -DNO_FLOATING_POINTpooka
2013-09-22Attempt to clarify that fsync() is like fsync_range() with theapb
2013-09-20Welcome to tzcode 2013e:christos
2013-09-19look in the right place for the modules of compat binarieschristos
2013-09-19Pass MLIBDIR to CPPFLAGS.christos
2013-09-14GC put16.joerg
2013-09-14Add needed sys/stat.h include for utimens functions.njoly
2013-09-14Redo previous to fix build break.nakayama
2013-09-13Redo the locale cache to be constant. It now contains the localeconv()joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-12NetBSD certainly supports TLS in static applications if it supports TLSjoerg
2013-09-09Don't scrub the environment unless we are going to change it. This shouldtron
2013-09-08detect whether hw divide is present.matt
2013-09-08Detect presence of hardware divide.matt
2013-09-06document MD ways to access private data for some platformsyamt
2013-09-05Avoid strict-alias problem flagged by certain compilers (e.g. Centos one):pooka
2013-09-04Fix the .cfi correctly.matt
2013-09-04Fix build by matching .cfi/#if.htodd
2013-09-04only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__matt
2013-09-04Fix typos from FreeMiNT's db-1.86 patch.ryoon
2013-09-03Use less got, add END(), make thumb tolerant.matt
2013-09-02Missing alias for strerror_l.joerg
2013-08-30Use a constructor to get the cache_info.matt
2013-08-28Bump libc minor for consttime_memequal and explicit_memset.riastradh
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-28Make explicit_memset match memset's return value.riastradh
2013-08-28Fix sense of consttime_memequal and update all callers.riastradh
2013-08-27move the host file getbyname and getbyaddr functions to sethostent.c sochristos
2013-08-24Whitespace.skrll
2013-08-24Add IEEE 754 versions ofmatt
2013-08-23Add IEEE 754 versions of __float{,}disf which use no floating point.matt
2013-08-23Add __floatunsi{sd}f for IEEE754.matt
2013-08-22get rid of bogus + 1christos
2013-08-21divide.S need -marmmatt
2013-08-21If not earmv7, use -marm on all assembly filesmatt
2013-08-21Add -marm to those sources who aren't thumb friendly.matt
2013-08-20Disable -w for lint again. It clearly creates more issues than it everjoerg
2013-08-20Extract the data for nl_langinfo directly from the correspondingjoerg
2013-08-19Remove most LC_CTYPE specific parts of locale.cache.joerg
2013-08-19Put the startup code in .text.startupmatt
2013-08-19Group all syscalls together.matt
2013-08-19Use _INVOKE_CERROR() and movsmatt
2013-08-19Always compile as ARM even if -mthumb is given.matt
2013-08-19Missing locale specific change.joerg
2013-08-19Add strerror_l.joerg
2013-08-19GC __indr_reference wrappers.joerg
2013-08-19Shut up lint.joerg
2013-08-19Add nl_langinfo_l, catopen_l and wcsftime_l.joerg
2013-08-19fix gethostbyaddr prototype per TOG.christos