kernel - Add many sysctl definitions, sysv, vfs, nfs, etc.
[dragonfly.git] / sys / kern / uipc_socket2.c
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-09-17 Matthew Dillonnetwork - Fix race in accept() - try #2
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races (2)
2010-09-13 Matthew Dillonnetwork - Fix multiple MP races
2010-09-12 Matthew Dillonnetwork - Add debugging assertions
2010-09-11 Matthew Dillonnetwork - Fixes for wpa, general sockets.
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-26 Samuel J. Greearkernel - bring back reasonable fifo blocking semantics
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-09-03 Matthew DillonTCP - Reduce context switching when handling large...
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-07-18 Matthew DillonThe limit specified in kern.ipc.maxsockbuf only applies...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-27 Matthew DillonDeal with the netgraph NULL function dereference on...
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-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-05-29 Jeffrey HsuRename local variable for clarity.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-04-20 Jeffrey HsuClean up some of the sockbuf append code.
2005-04-20 Jeffrey Hsusbappend() is called by stream-oriented as well as...
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-01-26 Jeffrey HsuCode cleanup. Refactor some functions. Push some...
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2003-08-28 Hiten PandyaFix style issue.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: