Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | silence some warnings about missing prototypes | Bernhard Reutner-Fischer | 2010-06-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Get new nptl building on SH4 | Khem Raj | 2010-02-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -9/+21 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | sigpause: remove libc_hidden_proto/def | Denys Vlasenko | 2009-09-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko | 2009-02-25 | 1 | -5/+6 |
| | | | | | Now they are only enabled if linuxthreads.old are selected. | ||||
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -8/+6 |
| | | | | | | | | | | | | __libc_accept __libc_close __libc_connect __libc_creat __libc_creat64 __libc_fsync __libc_lseek __libc_lseek64 __libc_msync __libc_nanosleep __libc_open __libc_open64 __libc_pause __libc_read __libc_readv __libc_recv __libc_recvfrom __libc_recvmsg __libc_send __libc_sendmsg __libc_sendto __libc_tcdrain __libc_wait __libc_waitpid __libc_write __libc_writev They were removed from glibc 1 May 2004: http://sources.redhat.com/ml/libc-hacker/2004-05/msg00001.html | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 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. | ||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
| | |||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 1 | -0/+1 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -4/+4 |
| | | | | missing headers, other jump relocs removed | ||||
* | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 1 | -6/+4 |
| | |||||
* | 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/+28 |
-Erik |