Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 1 | -4/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 1 | -4/+4 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -1/+1 |
| | | | | Step 9: libc/stdio - libc/inet - libc/pwd_grp | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-10 | 1 | -0/+1 |
| | | | | Include <bits/libc-lock.h> to get *once* definitions. | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -2/+1 |
| | | | | 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> | ||||
* | Synch with SH4 port (and trunk) | Carmelo Amoroso | 2007-11-21 | 1 | -1/+1 |
| | |||||
* | This should not be visible and currently the TLS access fails unless it is ↵ | "Steven J. Hill" | 2007-07-28 | 1 | -1/+1 |
| | | | | marked as 'static'. Will investigate this later. | ||||
* | Use TLS data storage function. | "Steven J. Hill" | 2006-08-21 | 1 | -4/+4 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -22/+27 |
| | |||||
* | Fix RPC thread key usage. | "Steven J. Hill" | 2006-02-05 | 1 | -12/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 1 | -22/+8 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -12/+13 |
| | |||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 1 | -10/+16 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -1/+2 |
| | |||||
* | 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? | ||||
* | Changed files for glibc compatibility so that more NPTL files would build. | "Steven J. Hill" | 2005-06-12 | 1 | -0/+9 |
| | |||||
* | Joakim Tjernlund writes: | Eric Andersen | 2004-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | Hi Erik It seems to me that __pthread_once and __pthread_initialize_minimal could be made WEAKs with no stub. The code in rpc_thread.c and __uClibc_main.c appears to expect this. Also, __pthread_return_0 __pthread_return_1 and __pthread_return_void can be static, not to pollute the name space. Jocke | ||||
* | Fix use of __pthread_once, and fix rpc usage of thread local | Eric Andersen | 2002-08-12 | 1 | -10/+0 |
| | | | | | storage.... -Erik | ||||
* | Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonder | Eric Andersen | 2002-08-11 | 1 | -20/+20 |
| | | | | | if this is serious enough to warrent 0.9.14? -Erik | ||||
* | Changes so that this file builds if we are not using threads. | David McCullough | 2002-08-09 | 1 | -3/+2 |
| | |||||
* | Rework RPC code once again. By default, only enable the | Eric Andersen | 2002-08-06 | 1 | -9/+34 |
| | | | | | stuff needed for NFS mounts, rsh, and similar. -Erik | ||||
* | Kill namespace pollution in getrpcent.c. Silence other rpc warnings | Eric Andersen | 2002-07-07 | 1 | -0/+5 |
| | | | | | | by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik | ||||
* | Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this | Eric Andersen | 2002-06-17 | 1 | -0/+152 |
junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik |