]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/uipc_socket.c
This commit was generated by cvs2svn to compensate for changes in r143731,
[FreeBSD/FreeBSD.git] / sys / kern / uipc_socket.c
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-12 rwatsonMove the logic implementing retrieval of the SO_ACCEPTF...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-11 rwatsonRemove an additional commented out reference to a possi...
2005-03-11 rwatsonWhen setting up a socket in socreate(), there's no...
2005-03-11 rwatsonRemove suggestive sx_init() comment in soalloc(). ...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-21 rwatsonIn the current world order, solisten() implements the...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-20 rwatsonIn soreceive(), when considering delivery to a socket...
2005-02-18 rwatsonCorrect a typo in the comment describing soreceive_rcvo...
2005-02-18 rwatsonIn soconnect(), when resetting so->so_error, the socket...
2005-02-18 rwatsonMove do_setopt_accept_filter() from uipc_socket.c to...
2005-02-18 rwatsonRe-order checks in socheckuid() so that we check all...
2005-02-18 rwatsonIn solisten(), unconditionally set the SO_ACCEPTCONN...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-24 glebius- Convert so_qlen, so_incqlen, so_qlimit fields of...
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 sobomaxWhen re-connecting already connected datagram socket...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-06 imp/* -> /*- for copyright notices, minor format tweaks...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-23 rwatsonRemove an XXXRW indicating atomic operations might...
2004-12-23 rwatsonIn soalloc(), simplify the mac_init_socket() handling...
2004-12-10 alcRemove unneeded code from the zero-copy receive path.
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-08 alcTidy up the zero-copy receive path: Remove an unneeded...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-11-29 psIf soreceive() is called from a socket callback, there...
2004-11-29 psMake soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWA...
2004-11-09 glebiusSince sb_timeo type was increased to int, use INT_MAX...
2004-11-02 rwatsonAcquire the accept mutex in soabort() before calling...
2004-10-28 desThis commit was generated by cvs2svn to compensate...
2004-10-23 andresocreate() does an early abort if either the protocol...
2004-10-18 rwatsonPush acquisition of the accept mutex out of sofree...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-17 wollmanThis commit was generated by cvs2svn to compensate...
2004-10-15 kanThis commit was generated by cvs2svn to compensate...
2004-10-11 rwatsonRework sofree() logic to take into account a possible...
2004-10-05 ruThis commit was generated by cvs2svn to compensate...
2004-09-29 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-24 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-23 desThis commit was generated by cvs2svn to compensate...
2004-09-19 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-19 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-05 rwatsonExpand the scope of the socket buffer locks in sopoll...
2004-08-24 rwatsonConditional acquisition of socket buffer mutexes when...
2004-08-20 rwatsonBack out uipc_socket.c:1.208, as it incorrectly assumes...
2004-08-20 jmgmake sure that the socket is either accepting connectio...
2004-08-18 obrienThis commit was generated by cvs2svn to compensate...
2004-08-18 njlThis commit was generated by cvs2svn to compensate...
2004-08-15 mbrThis commit was generated by cvs2svn to compensate...
2004-08-15 jmgAdd locking to the kqueue subsystem. This also makes...
2004-08-13 markmThis commit was generated by cvs2svn to compensate...
2004-08-12 hartiThis commit was generated by cvs2svn to compensate...
2004-08-12 tjrThis commit was generated by cvs2svn to compensate...
2004-08-12 tjrThis commit was generated by cvs2svn to compensate...
2004-08-12 kanThis commit was generated by cvs2svn to compensate...
2004-08-11 hartiThis commit was generated by cvs2svn to compensate...
2004-08-11 hartiThis commit was generated by cvs2svn to compensate...
2004-08-11 rwatsonReplace a reference to splnet() with a reference to...
2004-08-10 hartiThis commit was generated by cvs2svn to compensate...
2004-08-09 obrienThis commit was generated by cvs2svn to compensate...
2004-08-06 hartiThis commit was generated by cvs2svn to compensate...
2004-08-01 gadThis commit was generated by cvs2svn to compensate...
2004-08-01 gshapiroThis commit was generated by cvs2svn to compensate...
2004-07-30 ruThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-28 kanThis commit was generated by cvs2svn to compensate...
2004-07-25 rwatsonDo some initial locking on accept filter registration...
2004-07-22 robertoThis commit was generated by cvs2svn to compensate...
2004-07-20 robertoThis commit was generated by cvs2svn to compensate...
2004-07-18 dwmaloneThe recent changes to control message passing broke...
2004-07-16 rwatsonWhen entering soclose(), assert that SS_NOFDREF is...
2004-07-12 dwmaloneRename Alfred's kern_setsockopt to so_setsockopt, as...
2004-07-12 alfredUse SO_REUSEADDR and SO_REUSEPORT when reconnecting...
2004-07-11 rwatsonUse sockbuf_pushsync() to synchronize stack and socket...
2004-07-11 rwatsonAdd sockbuf_pushsync(), an inline function that, follow...
2004-07-11 rwatsonAdd additional annotations to soreceive(), documenting...
2004-07-11 mpThis commit was generated by cvs2svn to compensate...
2004-07-11 rwatsonIn the 'dontblock' section of soreceive(), assert that...
2004-07-11 rwatsonBreak out non-inline out-of-band data receive code...
2004-07-11 rwatsonAssign pointers values of NULL rather than 0 in sorecei...
2004-07-10 rwatsonWhen the MT_SONAME mbuf is popped off of a receive...
2004-07-10 rwatsonNow socket buffer locks are being asserted at higher...
2004-07-10 rwatsonAssert socket buffer lock at strategic points between...
2004-07-08 hartiThis commit was generated by cvs2svn to compensate...
next