summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-02test_nptl: fix expected result for tst-clock2 testFilippo Arcidiacono
2011-05-02buildsys: make $(LOCAL_INSTALL_PATH) phonyBernhard Reutner-Fischer
2011-05-02ether_aton: reject invalid inputBernhard Reutner-Fischer
2011-05-01tests: disable ether tests if !HAS_SOCKETBernhard Reutner-Fischer
2011-05-01inet: add ether_aton testcaseDavid A Ramos
2011-04-29sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer
2011-04-29__rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer
2011-04-27buildsys: minor fixes in Makefile.arch for C6XCarmelo Amoroso
2011-04-27buildsys: minor fixes in Makefile.arch for microblazeCarmelo Amoroso
2011-04-26libubacktrace: enabled for all archs indeed.Carmelo Amoroso
2011-04-22sparc: don't access fp registers when configured for no fpuAustin Foxley
2011-04-22libubacktrace: generic implementation based dwarfCarmelo Amoroso
2011-04-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-04-18test: fix tst-tls13 expected result and timeoutSalvatore Cro
2011-04-18dl-startup: fix typos in block commentKevin Cernekee
2011-04-18MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym...Maksim Rayskiy
2011-04-14buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer
2011-04-13resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-13buildsys: do not use $(and)Bernhard Reutner-Fischer
2011-04-13buildsys: fix GNU make v3.80 compatibility againKevin Cernekee
2011-04-12resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-11Support dynamic assignment of DSBT_INDEXBernd Schmidt
2011-04-11Fix malloc alignmentBernd Schmidt
2011-04-11Fix nommu handling of DT_TEXTRELBernd Schmidt
2011-03-30utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day
2011-03-26cris: add provide arch-specific vfork implementationThorsten Glaser
2011-03-19lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger
2011-03-16bump version to 0.9.32-rc3-gitBernhard Reutner-Fischer
2011-03-16release 0.9.32-rc3Bernhard Reutner-Fischer
2011-03-16memalign: include sys/param.h for MAXBernhard Reutner-Fischer
2011-03-14arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj
2011-03-10wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger
2011-03-10add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger
2011-03-10really fix missing __libc_drand48_dataPeter S. Mazinger
2011-03-10Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger
2011-03-10missing prototype of __libc_drand48_data fixedPeter S. Mazinger
2011-03-10time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger
2011-03-10nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger
2011-03-10ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger
2011-03-10_wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger
2011-03-10time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger
2011-03-10str[n]casecmp.c: fix hidden usagePeter S. Mazinger
2011-03-09remove unused hidden functionsPeter S. Mazinger
2011-03-09frv/memset.S: add missing libc_hidden_defPeter S. Mazinger
2011-03-09memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger
2011-03-09_collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*Peter S. Mazinger
2011-03-09wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2011-03-09stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger
2011-03-09Select ARCH_HAS_NO_MMU for C6X.Bernd Schmidt