AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / kern / uipc_socket.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-07-26 Peter AvalosImplement autosizing TCP socket buffers.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
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-08-15 Nicolas TheryAllocate socket structs with kmalloc() instead of zalloc.
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-07-06 Nicolas TheryChange soopt_mcopyin() and soopt_mcopyout() to not...
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-05-27 Matthew DillonGet rid of an old and terrible hack. Local stream...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-11-07 Matthew DillonSeparate ssb_lock() and ssb_unlock() into its own heade...
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.
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-29 Victor Balada DiazMade jails IPv6 aware and support more than one IP...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-05 Matthew DillonLocal variables that were improperly named 'errno'...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-20 Matthew DillonRemove so_gencnt and so_gen_t. The generation counter...
2005-07-23 Matthew DillonFix a sockbuf race. Currently the m_free*() path can...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-06-06 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-05-29 Jeffrey HsuSimplify the interface to m_uiomove().
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-28 Jeffrey HsuKeep a hint for the last packet in the singly-linked...
2005-01-13 Matthew DillonWhen re-connecting an already connected datagram socket...
2004-12-08 Jeffrey HsuCache a pointer the last mbuf in the sockbuf for faster...
2004-08-11 Matthew DillonDiscard accepted and pending connections after we detac...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-02 Joerg SonnenbergerRemove cast as lvalue
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-26 Hiten PandyaConsolidate SYSCTL_DECL(_kern_ipc), move it to sys...
2004-05-12 Hiten PandyaIn sodealloc(), use do_setopt_accept_filter() to free...
2004-04-28 Joerg SonnenbergerConditionalize accept_filter variable on defined(INET).
2004-04-10 Jeffrey HsuAdd predicate message facility.
2004-03-27 Jeffrey HsuGive UDP its own sosend() function.
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-02-10 Hiten PandyaMerge: FreeBSD (RELENG_4) uipc_socket.c rev. 1.68.2.24
2003-09-22 Jeffrey HsuFor performance reasons, kernel sends should not be...
2003-09-03 Matthew DillonAdding missing '|' from last commit.
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: