Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related | Carmelo Amoroso | 2009-02-20 | 1 | -2/+2 |
| | | | | | | | | stuff, instead of __UCLIBC_HAS_THREADS_NATIVE__. This is in preparation on trunk merge to make TLS compatible with LT (new) and NPTL. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - pull r24946 from trunk (remove unavailable functionality; psm) | Bernhard Reutner-Fischer | 2009-01-21 | 1 | -1/+1 |
| | |||||
* | signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-12-02 | 1 | -3/+31 |
| | | | | | More merges from trunk to get nptl compiling for arm. Also fix some errno related linking problems. | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -0/+5 |
| | | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Changes to make 'h_errno' be a TLS variable. These changes should be ↵ | "Steven J. Hill" | 2006-01-05 | 1 | -2/+24 |
| | | | | portable into the trunk as, I think, they handle both thread and non-threaded cases and maybe only minor tweaks to handle the linuxthreads model, if any. | ||||
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 1 | -18/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -2/+2 |
| | | | | a stupid name to start with. What idiot thought of that? | ||||
* | Merge with trunk. | "Steven J. Hill" | 2005-08-26 | 1 | -95/+294 |
| | |||||
* | In reality, the futex support that was originally added was only for STDIO ↵ | "Steven J. Hill" | 2005-08-09 | 1 | -4/+12 |
| | | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO. | ||||
* | Fixed up resolver and errno code such that both thread models can compile ↵ | "Steven J. Hill" | 2005-07-22 | 1 | -1/+1 |
| | | | | without stepping on each other. The original implementation pulled from glibc was done incorrectly and has been fixed. | ||||
* | Changed files for glibc compatibility so that more NPTL files would build. | "Steven J. Hill" | 2005-06-12 | 1 | -0/+5 |
| | |||||
* | Doh! As noted by Mike Frysinger I was too agressive at culling stuff | Eric Andersen | 2004-09-08 | 1 | -0/+7 |
| | |||||
* | Audit and disable unimplemented stuff | Eric Andersen | 2004-09-07 | 1 | -70/+12 |
| | |||||
* | (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader | 2002-08-16 | 1 | -12/+3 |
| | | | | | (__set_h_errno): Just assign to `h_errno' (which will be expanded to the thread-friendly version when appropriate). | ||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Fix rpc + threads so it now compiles. | Eric Andersen | 2002-02-26 | 1 | -7/+2 |
| | |||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -196/+497 |
| | |||||
* | Add hstrerror, it just points to strerror like h_errno. | David McCullough | 2001-08-09 | 1 | -0/+2 |
| | |||||
* | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | 2001-07-09 | 1 | -0/+1 |
| | | | | | partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, | ||||
* | Define h_errno to be errno for now. | Manuel Novoa III | 2001-03-12 | 1 | -4/+6 |
| | |||||
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 1 | -0/+1 |
| | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+215 |