Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include bits/libc-lock.h to get __libc_once_define | Khem Raj | 2009-12-11 | 1 | -0/+1 |
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -4/+4 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
| | | | | Closes issue #5194 | ||||
* | Get rid of nested extern warnings if threads are disabled | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 |
| | |||||
* | Add back sjhill's 14625 commit, correcting the typo that made it fail | Peter S. Mazinger | 2006-03-09 | 1 | -4/+4 |
| | |||||
* | Remove commented include. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 |
| | |||||
* | Revert change. Calls can only be used when utilizing TLS. Sorry for the ↵ | "Steven J. Hill" | 2006-02-25 | 1 | -5/+5 |
| | | | | breakage. | ||||
* | Use the TSD macros and get rid of warnings. | "Steven J. Hill" | 2006-02-25 | 1 | -4/+5 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -4/+5 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -22/+26 |
| | | | | missing headers, other jump relocs removed | ||||
* | update libc lock functions to new pthread forwarding | Mike Frysinger | 2006-01-06 | 1 | -19/+0 |
| | |||||
* | Convert some users and get rid of __rpc_thread_createerr jump reloc, this ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -3/+7 |
| | | | | was indeed a badly chosen name | ||||
* | a small TODO | Mike Frysinger | 2005-12-06 | 1 | -0/+1 |
| | |||||
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | 2005-12-03 | 1 | -12/+12 |
| | | | | x_internal, do not use cascading aliases | ||||
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -10/+16 |
| | |||||
* | only include libc-tsd.h if we have threads support | Mike Frysinger | 2005-10-20 | 1 | -1/+2 |
| | |||||
* | 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 |