summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-3/+2
| * __rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-1/+1
| * buildsys: minor fixes in Makefile.arch for C6XCarmelo Amoroso2011-04-271-5/+0
| * buildsys: minor fixes in Makefile.arch for microblazeCarmelo Amoroso2011-04-271-2/+0
| * libubacktrace: enabled for all archs indeed.Carmelo Amoroso2011-04-261-1/+1
| * sparc: don't access fp registers when configured for no fpuAustin Foxley2011-04-221-0/+2
| * libubacktrace: generic implementation based dwarfCarmelo Amoroso2011-04-224-118/+74
| * Added fts support for traversing UNIX file hierarchies.Salvatore Cro2011-04-207-0/+1327
| * test: fix tst-tls13 expected result and timeoutSalvatore Cro2011-04-182-2/+1
| * dl-startup: fix typos in block commentKevin Cernekee2011-04-181-8/+8
| * MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym...Maksim Rayskiy2011-04-181-1/+4
| * buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer2011-04-141-1/+1
| * resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-131-2/+2
| * buildsys: do not use $(and)Bernhard Reutner-Fischer2011-04-131-1/+1
| * buildsys: fix GNU make v3.80 compatibility againKevin Cernekee2011-04-131-2/+6
| * resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer2011-04-121-1/+1
| * Support dynamic assignment of DSBT_INDEXBernd Schmidt2011-04-112-6/+34
| * Fix malloc alignmentBernd Schmidt2011-04-112-3/+5
| * Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-119-158/+248
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-04-06303-1354/+4825
|\|
| * utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day2011-03-301-1/+1
| * cris: add provide arch-specific vfork implementationThorsten Glaser2011-03-262-1/+31
| * lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger2011-03-192-1/+9
| * bump version to 0.9.32-rc3-gitBernhard Reutner-Fischer2011-03-161-1/+1
| * release 0.9.32-rc3v0.9.32-rc3Bernhard Reutner-Fischer2011-03-161-1/+1
| * memalign: include sys/param.h for MAXBernhard Reutner-Fischer2011-03-161-2/+1
| * arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj2011-03-141-0/+5
| * wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger2011-03-101-1/+2
| * add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger2011-03-101-0/+2
| * really fix missing __libc_drand48_dataPeter S. Mazinger2011-03-101-0/+4
| * Revert "missing prototype of __libc_drand48_data fixed"Peter S. Mazinger2011-03-101-1/+0
| * missing prototype of __libc_drand48_data fixedPeter S. Mazinger2011-03-101-0/+1
| * time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger2011-03-102-8/+6
| * nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger2011-03-101-1/+0
| * ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-102-10/+0
| * _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger2011-03-102-8/+16
| * time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger2011-03-102-4/+3
| * str[n]casecmp.c: fix hidden usagePeter S. Mazinger2011-03-102-2/+2
| * remove unused hidden functionsPeter S. Mazinger2011-03-099-17/+7
| * frv/memset.S: add missing libc_hidden_defPeter S. Mazinger2011-03-091-0/+1
| * memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger2011-03-093-3/+0
| * _collate.c: remove duplicated libc_hidden_proto() for strcoll*/wcscoll*Peter S. Mazinger2011-03-091-1/+0
| * wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger2011-03-093-18/+10
| * ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-098-13/+12
| * stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger2011-03-093-24/+6
| * Select ARCH_HAS_NO_MMU for C6X.Bernd Schmidt2011-03-091-0/+1
| * Add a missing macro to C6X syscalls.h.Bernd Schmidt2011-03-091-0/+1
| * cleanup hardcoded syscall numbersMark Salter2011-03-091-1/+2
| * support c6x kernel using generic stat.hMark Salter2011-03-092-205/+28
| * support generic kernel posix_types.hMark Salter2011-03-091-15/+15