OSDN Git Service

i386: use socketcall even if newer linux exposes direct syscalls
[uclinux-h8/uclibc-ng.git] / libc / inet / socketcalls.c
2015-11-13 Waldemar Brodkorbi386: use socketcall even if newer linux exposes direct...
2014-08-18 Waldemar Brodkorbunbreak networking code for sparc
2013-01-26 Mike Frysingerlibc/inet: pull in stddef.h for NULL
2012-06-15 Peter S. Mazingersocketcalls.c: rewrite to use cancel.h
2012-06-15 Peter S. Mazingersocketcalls.c: prefer using recvfrom in recv and sendto...
2012-06-15 Peter S. Mazingerremove __FORCE_GLIBC
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-11 Bernhard Reutner... accept4: Implement cancellation
2011-05-11 Thierry RedingImplement accept4 system call.
2010-09-17 Carmelo Amorosolibc: Handle cancellation in non multiplexed socket...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin Foxleycancellation support for a large amount of the required...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2006-02-13 Peter S. MazingerWeaken all that I remember being used in libpthread
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-24 Peter S. MazingerConvert all the strong_aliases to weak that are cancela...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-08 Mike Frysingerfix warnings when __NR_socketcall is not defined and...
2005-12-15 Eric Andersensilly bug
2005-12-09 Peter S. MazingerImplement hidden listen, use the hidden listen/accept
2005-12-08 Peter S. MazingerUse __sendto in __libc_send, small correction
2005-12-08 Peter S. MazingerSimilar impl. of __libc_x using hidden_weak_alias,...
2005-12-08 Peter S. MazingerAgain rpc ;-( , all *inet*, *addr*
2005-12-07 Peter S. MazingerHide more
2005-11-26 Peter S. Mazinger100 JUMP relocs less (remaining 431) by hiding internal...
2005-06-29 Mike Frysingerif both __NR_send and __NR_socketcall do not exist...
2005-02-13 Mike Frysingerx86_64 fixes: __NR_socketcall doesnt exist, nor does...
2002-07-07 Eric AndersenCleanup namespace leaks by prepending __ to global...
2002-06-12 Eric AndersenYipe. As Joseph Chiu noticed, sockvec is supposed...
2002-05-12 Eric AndersenFix some silly bugs and type problems
2002-05-11 Eric AndersenFix the defines which I had backwards
2002-05-11 Eric AndersenMajorly rework to also cope with architectures which...
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-06-12 Eric AndersenSilence a few warnings.
2001-02-05 Eric AndersenUpdate networking includes.
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...