summaryrefslogtreecommitdiffstats
path: root/libc/inet/socketcalls.c
Commit message (Expand)AuthorAgeFilesLines
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-111-16/+40
* Implement accept4 system call.Thierry Reding2011-05-111-0/+18
* libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso2010-09-171-17/+122
* whitespace fixesAustin Foxley2009-10-171-35/+35
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-87/+150
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-29/+66
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-57/+26
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-14/+14
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-17/+17
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-5/+6
* Weaken all that I remember being used in libpthreadPeter S. Mazinger2006-02-131-8/+8
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+8
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-8/+8
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-8/+8
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+5
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-45/+53
* fix warnings when __NR_socketcall is not defined and building recv()Mike Frysinger2006-01-081-0/+4
* silly bugEric Andersen2005-12-151-1/+0
* Implement hidden listen, use the hidden listen/acceptPeter S. Mazinger2005-12-091-2/+4
* Use __sendto in __libc_send, small correctionPeter S. Mazinger2005-12-081-2/+5
* Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ itPeter S. Mazinger2005-12-081-26/+27
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-8/+17
* Hide morePeter S. Mazinger2005-12-071-2/+5
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-1/+1
* if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger2005-06-291-0/+12
* x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send .....Mike Frysinger2005-02-131-19/+21
* Cleanup namespace leaks by prepending __ to global stuff toEric Andersen2002-07-071-18/+18
* Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int*Eric Andersen2002-06-121-1/+1
* Fix some silly bugs and type problemsEric Andersen2002-05-121-15/+14
* Fix the defines which I had backwardsEric Andersen2002-05-111-26/+9
* Majorly rework to also cope with architectures which do not useEric Andersen2002-05-111-2/+99
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-8/+16
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+21
* Silence a few warnings.Eric Andersen2001-06-121-1/+1
* Update networking includes.Eric Andersen2001-02-051-0/+2
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-0/+232