summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unneccessary casts to unsigned; ok claudioderaadt2012-04-131-2/+2
* Correctly inherit and set the watermarks on socketbuffers.claudio2011-04-041-1/+11
* TCP send and recv buffer scaling.claudio2010-09-241-17/+22
* Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tnicm2009-11-091-2/+1
* Don't use char arrays for sleep wchans and reuse them.thib2009-08-101-9/+3
* bzero -> PR_ZEROblambert2009-03-301-3/+2
* Introduce splsoftassert(), similar to splassert() but for soft interruptmiod2009-03-151-2/+2
* Change sbreserve() to return 0 on success, 1 on failure, as god intended.blambert2009-01-131-5/+5
* add several backend pools to allocate mbufs clusters of various sizes outdlg2008-11-241-4/+4
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-3/+3
* instead of relying on mbuf.h to include pool.h and declareblambert2007-09-191-1/+4
* exclude control data from the number of bytes returned by FIONREAD ioctl()kurt2007-02-261-1/+6
* ansi/deregisterjsg2006-01-051-38/+18
* remove trailing newline in panic(9); ok millert@ and deraadt@fgsch2005-07-181-2/+2
* add a field to struct socket that stores the pid of the process thatdhartmei2005-05-271-1/+2
* change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadtmarkus2004-04-251-4/+3
* this is only a work in progress, we can perfect afterwards, but it is timederaadt2004-04-191-2/+31
* use NULL for ptrs. parts from Joris Vinktedu2004-04-011-13/+13
* remove caddr_t casts. it's just silly to cast something when the functiontedu2003-07-211-11/+11
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove more '\n's from panic() statements. Both trailing and leading.krw2002-10-121-2/+2
* constify a few strings. various@ okart2002-10-101-5/+5
* Update sb_lastrecord in sbcompress() when the mbuf pointed to is removed.dhartmei2002-08-261-1/+3
* redo socketbuf speedup.provos2002-08-081-61/+169
* backout the tree break. ok pb@, art@todd2002-08-081-169/+61
* socket buf speedup from thorpej@netbsd, okay art@ ericj@:provos2002-08-081-61/+169
* splassert where necessaryart2002-06-111-4/+4
* track egid/rgid on bound/connected sockets too (pf will use this)deraadt2002-05-111-1/+3
* sbcompress() can compact mbuf clusters now; from thorpej@netbsdprovos2001-11-301-8/+8
* avoid "thundering herd" problem in accept by waking just one process.provos2001-11-281-2/+2
* from enami@netbsd:provos2001-11-281-3/+4
* change socket allocation to pool allocator; from netbsd; okay niklas@provos2001-11-271-3/+5
* change socket connection queues to use TAILQ_provos2001-11-271-29/+19
* At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket.deraadt2001-09-261-1/+3
* It feels a bit pointless to have:art2001-07-051-7/+4
* KNFderaadt2001-06-221-9/+9
* Style.angelos2001-05-261-3/+3
* prevent overflow in sbreserve; from wollman@freebsd via netbsdprovos2001-05-021-2/+3
* support kernel event queues, from FreeBSD by Jonathan Lemon,provos2000-11-161-1/+3
* more fix to ancillary data alignment. we need padding afteritojun2000-02-291-6/+5
* fix alignment problem in ancillary data (alpha).itojun2000-02-181-4/+4
* Fix misleading comment.angelos2000-02-041-3/+3
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+38
* fixed patch for accept/select race; mycroft@netbsd.orgmillert1999-02-191-2/+2
* undo select/accept patch, which causes full listen queues apparentlyderaadt1999-02-181-2/+2
* Fixes select(2)/accept(2) race condition which permits DoS; mycroft@netbsd.orgmillert1999-01-211-2/+2
* add seperate so_euid & so_ruid to struct socket, so that identd is still fast.. Sigh. I will change this again laterderaadt1998-02-141-2/+3
* for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidderaadt1997-08-311-9/+3
* do not allow SO_SNDBUF/SO_RCVBUF len 0deraadt1997-02-211-2/+2
* `solve' the syn bomb problem as well as currently known; add sysctl's forderaadt1996-09-201-2/+2