Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify stub logic | Mike Frysinger | 2011-02-24 | 1 | -11/+1 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | remove superfluous libc_hidden_proto(memcpy) and #include | Denys Vlasenko | 2010-10-22 | 1 | -4/+0 |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | nptl: fix libc sigtimedwait | Timo Teräs | 2010-04-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | It seems that 57e8823548ad6e65d33b2153edeb18fb0edc20e6 removed completely sigtimedwait symbol from libc which is wrong. I hope there is not too many other things like this. Apparently the libc_hidden_* macros actually make previously hidden symbols visible globally (creates alias from __GI_* to *). This is probably ancient confusion from times when gcc did not support visibility attribute and hiding symbols was done using hacks like this. This also adds attribute_hidden to the internal __sigtimedwait for nptl case. Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -24/+76 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -2/+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 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim superfluous ';'. No objcode changes | Bernhard Reutner-Fischer | 2008-10-28 | 1 | -1/+1 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -4/+6 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -7/+8 |
| | | | | missing headers, other jump relocs removed | ||||
* | s/strong/weak/, sorry sjhill, have overseen your change | Peter S. Mazinger | 2005-12-09 | 1 | -2/+3 |
| | |||||
* | sig* hidden versions, make __rt_sig* static inline | Peter S. Mazinger | 2005-12-09 | 1 | -4/+4 |
| | |||||
* | We need these aliases to stay so that NPTL can override them. | "Steven J. Hill" | 2005-12-06 | 1 | -2/+4 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+48 |
-Erik |