summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* release 0.9.32-rc2v0.9.32-rc2Carmelo Amoroso2011-01-201-1/+1
* nptl: Fix __USER_LABEL_PREFIX__ concatenatioWill Newton2011-01-201-6/+8
* nptl: fix start_thread() for _STACK_GROWS_UPWill Newton2011-01-201-2/+2
* ldso: get rid of _dl_lookup_hashCarmelo Amoroso2011-01-203-11/+5
* Add protected symbols support for all architecturesSalvatore Cro2011-01-2016-89/+131
* Revert "ldso/arm: Correct protected symbol resolution"Carmelo Amoroso2011-01-201-9/+2
* Revert "ldso_sh: add support for protected symbols to SH"Carmelo Amoroso2011-01-201-24/+18
* Revert "ldso/i386: support protected symbols"Carmelo Amoroso2011-01-201-8/+2
* cris: Fix build issuesKhem Raj2011-01-152-0/+83
* syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* __psfs_parse_spec: always use long int for %pBernhard Reutner-Fischer2011-01-111-1/+4
* buildsys: headers target should not depend on sysnum.hCarmelo Amoroso2011-01-061-2/+3
* buildsys: fix make release targetCarmelo Amoroso2011-01-061-1/+1
* nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not de...Carmelo Amoroso2011-01-051-1/+1
* remove uClibc_ctype.h if !LOCALEBernhard Reutner-Fischer2011-01-051-1/+1
* Revert "Makefile.in: Add header to 'all' target"Bernhard Reutner-Fischer2011-01-051-2/+1
* nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not definedCarmelo Amoroso2011-01-045-9/+9
* libc/inet/netlinkaccess.h: Use the types from kernelKhem Raj2011-01-011-8/+1
* sparc: fix linking issue with __syscall_error.cAustin Foxley2010-12-292-1/+6
* sparc: check for log double support in gccKonrad Eisele2010-12-271-0/+6
* linuxthreads: Fix compilation breakageMatt Fleming2010-12-231-7/+4
* libpthread/nptl_db: Append options to LDFLAGS based on if LD is set to gcc dr...Khem Raj2010-12-211-2/+1
* Makefile.in: Add header to 'all' targetKhem Raj2010-12-181-1/+2
* extra/locale/Makefile: Consider the case of building out of sourcedirKhem Raj2010-12-181-3/+3
* sem_open.c/sem_unlink.c: Use INTUSE macro to get proper function call to __pt...Khem Raj2010-12-182-2/+2
* nptl: If DOPIC is set then we missed a rule to generate .os variants for pt-*...Khem Raj2010-12-181-0/+4
* install_headers: Fix the header installation when using out of sourceKhem Raj2010-12-181-1/+8
* bump version to 0.9.32-rc1-gitBernhard Reutner-Fischer2010-12-171-1/+1
* release 0.9.32-rc1v0.9.32-rc1Bernhard Reutner-Fischer2010-12-171-1/+1
* libm_sh: add optimised assembly implementation of lroundf and lrintfChristian Bruel2010-12-174-3/+97
* libm_powerpc: update buildsys to use TARGET_SUBARCHCarmelo Amoroso2010-12-173-13/+3
* libm_sh: Move fenv functions into sh4 sub-folderCarmelo Amoroso2010-12-174-3/+11
* sh_fpu: Do not allow inclusion of fpu_control on not SH4 coreCarmelo Amoroso2010-12-151-1/+3
* sh: fix memcpy saving/restoring FR12-FR15 registersGiuseppe Cavallaro2010-12-141-3/+15
* nptl: fix Unwind_Resume PLT callsTimo Teräs2010-12-092-7/+15
* getconf: only use specs that are availableThomas Petazzoni2010-12-081-24/+48
* create DEVEL_PREFIX/MULTILIB_DIR dir rather than DEVEL_PREFIX/libNatanael Copa2010-12-021-2/+2
* Config.sparc: remove warning about shared libs on v7Austin Foxley2010-12-011-3/+0
* libc: fix strtoqNatanael Copa2010-12-014-1/+94
* libc_sh: add __tls_get_addr to static libc (SH)Filippo Arcidiacono2010-12-012-1/+32
* Revert "libc_tls: Do not include generic libc-tls from arch specific implemen...Carmelo Amoroso2010-12-012-0/+2
* libc_tls: Do not include generic libc-tls from arch specific implementationCarmelo Amoroso2010-11-292-2/+0
* libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso2010-11-281-2/+4
* Revert "ldso: silence warning about unused tls var if !tls"Bernhard Reutner-Fischer2010-11-241-2/+0
* Config: default ia32 to i486Bernhard Reutner-Fischer2010-11-242-1/+3
* libc: silence warningBernhard Reutner-Fischer2010-11-241-0/+1
* ldso: silence warning about unused tls var if !tlsBernhard Reutner-Fischer2010-11-241-0/+2
* config_parser: hide symbolsBernhard Reutner-Fischer2010-11-241-0/+4
* test: ignore some more binariesBernhard Reutner-Fischer2010-11-241-0/+2
* wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer2010-11-244-2/+26