socket: Speed up soclose by avoiding putting the user thread into sleep
[dragonfly.git] / sys / kern / uipc_msg.c
2011-11-20 Sepherosa Ziehausocket: Speed up soclose by avoiding putting the user...
2011-11-18 Sepherosa Ziehaunetisr: Expose netmsg_sync_handler to avoid code duplic...
2011-11-17 Sepherosa Ziehauprotosw: Add PR_ASYNC_SEND, mainly to make sure async...
2011-11-03 Sepherosa Ziehautcp: Allow pure asynchronized pru_send
2011-11-02 Matthew Dillonkernel - Major MP work on kq and signal processing
2011-10-24 Sepherosa Ziehautcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous
2010-10-20 Matthew Dillonnetwork - Fix socket & mbuf leak
2010-09-16 Matthew Dillonnetwork - Add assertions for direct messaged calls
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-07-14 Matthew DillonMPSAFE - Document a few procedures as MPSAFE (non-opera...
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-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-08-28 Matthew Dillon* Add a flag to track an in-transit socket abort to...
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
2008-07-07 Aggelos EconomopoulosDo copy{in,out} early in the {g,s}etsockopt system...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2007-12-19 Sepherosa ZiehauMake divert(4) socket dispatch mbuf to correct the...
2007-07-04 Matthew DillonFix an insufficient test of the message flags when...
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-06 Jeffrey HsuClose race condition in accept(2).
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-24 Jeffrey HsuDirectly call pru_control until copyin problem is resolved.
2004-03-19 Matthew DillonMake ALWAYS_MSG the default. This introduces an extra...
2004-03-06 Matthew DillonThe sys/xxx2.h files are supposed to be included after...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.