Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -7/+22 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko | 2009-02-25 | 1 | -2/+5 |
| | | | | | Now they are only enabled if linuxthreads.old are selected. | ||||
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -5/+2 |
| | | | | | | | | | | | | __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) | ||||
* | Whitespace and tab cleaning. | "Steven J. Hill" | 2006-02-25 | 1 | -2/+3 |
| | |||||
* | I'm seeing double. | "Steven J. Hill" | 2006-02-25 | 1 | -1/+0 |
| | |||||
* | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | 2006-02-02 | 1 | -1/+1 |
| | | | | to be weaks | ||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -1/+2 |
| | |||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -5/+12 |
| | | | | missing headers, other jump relocs removed | ||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+6 |
| | |||||
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -1/+2 |
| | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+2 |
| | |||||
* | A little update to wait* and a minor syscall cleanup. | Eric Andersen | 2001-01-16 | 1 | -0/+9 |
| | |||||
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 1 | -10/+0 |
| | |||||
* | the rest of the compile fixes | Randolph Chung | 2000-07-09 | 1 | -3/+0 |
| | |||||
* | Completely rearchitected the sysdeps directory. | Eric Andersen | 2000-07-05 | 1 | -0/+13 |
-Erik |