summaryrefslogtreecommitdiff
path: root/libc/inet/socketcalls.c
AgeCommit message (Expand)Author
2015-11-13i386: use socketcall even if newer linux exposes direct syscallsWaldemar Brodkorb
2014-08-18unbreak networking code for sparcWaldemar Brodkorb
2013-01-26libc/inet: pull in stddef.h for NULLMike Frysinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15socketcalls.c: prefer using recvfrom in recv and sendto in sendPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-11Implement accept4 system call.Thierry Reding
2010-09-17libc: Handle cancellation in non multiplexed socket callsCarmelo Amoroso
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2006-02-13Weaken all that I remember being used in libpthreadPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-24Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-08fix warnings when __NR_socketcall is not defined and building recv()Mike Frysinger
2005-12-15silly bugEric Andersen
2005-12-09Implement hidden listen, use the hidden listen/acceptPeter S. Mazinger
2005-12-08Use __sendto in __libc_send, small correctionPeter S. Mazinger
2005-12-08Similar impl. of __libc_x using hidden_weak_alias, hope threads work w/ itPeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-06-29if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger
2005-02-13x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send .....Mike Frysinger
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-06-12Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int*Eric Andersen
2002-05-12Fix some silly bugs and type problemsEric Andersen
2002-05-11Fix the defines which I had backwardsEric Andersen
2002-05-11Majorly rework to also cope with architectures which do not useEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-06-12Silence a few warnings.Eric Andersen
2001-02-05Update networking includes.Eric Andersen
2000-10-23More reorg. A place for everything and everything in its place...Eric Andersen