| Commit message (Expand) | Author | Age | Files | Lines |
* | accept4: Implement cancellation | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -16/+40 |
* | Implement accept4 system call. | Thierry Reding | 2011-05-11 | 1 | -0/+18 |
* | libc: Handle cancellation in non multiplexed socket calls | Carmelo Amoroso | 2010-09-17 | 1 | -17/+122 |
* | whitespace fixes | Austin Foxley | 2009-10-17 | 1 | -35/+35 |
* | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -87/+150 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -5/+0 |
* | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko | 2009-02-25 | 1 | -29/+66 |
* | *: remove some __libc_XXX functions: | Denis Vlasenko | 2008-12-10 | 1 | -57/+26 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -14/+14 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -17/+17 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -5/+6 |
* | Weaken all that I remember being used in libpthread | Peter S. Mazinger | 2006-02-13 | 1 | -8/+8 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+8 |
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -8/+8 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -8/+8 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -5/+5 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -45/+53 |
* | fix warnings when __NR_socketcall is not defined and building recv() | Mike Frysinger | 2006-01-08 | 1 | -0/+4 |
* | silly bug | Eric Andersen | 2005-12-15 | 1 | -1/+0 |
* | Implement hidden listen, use the hidden listen/accept | Peter S. Mazinger | 2005-12-09 | 1 | -2/+4 |
* | Use __sendto in __libc_send, small correction | Peter S. Mazinger | 2005-12-08 | 1 | -2/+5 |
* | Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ it | Peter S. Mazinger | 2005-12-08 | 1 | -26/+27 |
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 1 | -8/+17 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -2/+5 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -1/+1 |
* | if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ... | Mike Frysinger | 2005-06-29 | 1 | -0/+12 |
* | x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ..... | Mike Frysinger | 2005-02-13 | 1 | -19/+21 |
* | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen | 2002-07-07 | 1 | -18/+18 |
* | Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int* | Eric Andersen | 2002-06-12 | 1 | -1/+1 |
* | Fix some silly bugs and type problems | Eric Andersen | 2002-05-12 | 1 | -15/+14 |
* | Fix the defines which I had backwards | Eric Andersen | 2002-05-11 | 1 | -26/+9 |
* | Majorly rework to also cope with architectures which do not use | Eric Andersen | 2002-05-11 | 1 | -2/+99 |
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 1 | -8/+16 |
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+21 |
* | Silence a few warnings. | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
* | Update networking includes. | Eric Andersen | 2001-02-05 | 1 | -0/+2 |
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 1 | -0/+232 |