summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add sparc TLS reloc's, shared library NPTL works nowaustinf2009-04-142-37/+44
* Merged revisions 26038 via svnmerge from Khem Raj2009-04-091-3/+1
* Merged revisions 26033 via svnmerge from Khem Raj2009-04-094-10/+31
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-074-17/+30
* Merged revisions 25821,25823-25824,25836 via svnmerge from Khem Raj2009-03-283-2/+8
* Merged revisions 25821 via svnmerge from Bernhard Reutner-Fischer2009-03-251-2/+2
* sparc atomic.h: resort to v7/v8 atomic operations in the static case, austinf2009-03-211-10/+12
* sparc nptl needs it's own lowlevellock.caustinf2009-03-214-4/+157
* Merged revisions 25744 via svnmerge from Khem Raj2009-03-196-17/+18
* sparc32 nptl functionalaustinf2009-03-1927-254/+940
* Always compile fork.S in arm mode. Make _Unwind_Resume arm onlyKhem Raj2009-03-182-1/+13
* Use __asm__ and __volatile__. SYS_ify is not required here because its usedKhem Raj2009-03-181-6/+6
* Merged revisions 25669-25670,25673-25674 via svnmerge from Khem Raj2009-03-1654-217/+400
* Merged revisions 25638,25640,25642,25649-25650,25667-25668 via svnmerge from Khem Raj2009-03-165-11/+810
* add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)Denis Vlasenko2009-03-122-0/+208
* linuxthreads fixes from Will Newton (will.newton AT gmail.com):Denis Vlasenko2009-03-127-29/+46
* resolver:Denis Vlasenko2009-03-101-63/+7
* Merged revisions 25556 via svnmerge from Khem Raj2009-03-052-5/+15
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-0511-38/+38
* Make long double support available for sh too.Carmelo Amoroso2009-03-051-1/+1
* Re-add/merge TLS relocations support for MIPS thatCarmelo Amoroso2009-03-041-9/+62
* mknod: widen the parameters to match kernelDenis Vlasenko2009-03-035-18/+21
* Add EPOLLRDHUP constantDenis Vlasenko2009-03-021-0/+2
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-278-57/+19
* reinstate __libc_foo for linuxthreads.oldDenis Vlasenko2009-02-2510-10/+48
* i386 doesn't need to pass the extra tpnt to _dl_find_hashCarmelo Amoroso2009-02-231-3/+1
* - also filter out headers-yBernhard Reutner-Fischer2009-02-231-1/+1
* Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso2009-02-235-6/+6
* Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso2009-02-201-1/+1
* Fix typo.Carmelo Amoroso2009-02-201-1/+1
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-208-11/+11
* sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso2009-02-201-1/+1
* _res needs to be a macro (*__res_state()) having threads.Carmelo Amoroso2009-02-191-4/+0
* Add stdlib.h header for exit prototype.Carmelo Amoroso2009-02-191-0/+1
* Strict POSIX requires a path to specified to `find`Carmelo Amoroso2009-02-191-1/+1
* Make TLS support a selectable option (synch with trunk).Carmelo Amoroso2009-02-191-7/+13
* Synch kernel_types.h (i386, x86_64) with trunkCarmelo Amoroso2009-02-192-2/+2
* Synch strverscmp.c with trunkCarmelo Amoroso2009-02-192-0/+117
* Install other linux kernel header subdirectories tooDenis Vlasenko2009-02-191-1/+10
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-1810-208/+88
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-182-91/+96
* test/math/compile_test.c: make it exit with 0 alwaysDenis Vlasenko2009-02-181-1/+2
* test/math/compile_test.c: add compile testing of (some) floatsDenis Vlasenko2009-02-171-2/+67
* libm/Makefile.in: reformat the list of wrappersDenis Vlasenko2009-02-173-84/+191
* fix typo in commentDenis Vlasenko2009-02-171-1/+1
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-177-31/+146
* Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko2009-02-161-1/+2
* suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko2009-02-154-14/+23
* math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko2009-02-142-20/+27
* Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLECarmelo Amoroso2009-02-121-1/+3