socket: Speed up soclose by avoiding putting the user thread into sleep
[dragonfly.git] / sys / sys / socketops.h
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-11-17 Sepherosa Ziehausendfile: Use asynchronized pru_send when ever possible
2011-11-03 Sepherosa Ziehautcp: Allow pure asynchronized pru_send
2011-10-24 Sepherosa Ziehautcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.