summaryrefslogtreecommitdiff
path: root/libc/inet/socketcalls.c
AgeCommit message (Expand)Author
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