Age | Commit message (Expand) | Author |
2015-10-06 | Make sure that all padding bytes in cmsgs are actually zero by memset | Claudio Jeker |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-11 | convert bcopy to memcpy/memmove. ok krw | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2013-04-05 | remove some obsolete casts | Ted Unangst |
2013-01-15 | Changing the socket buffer flags sb_flags was not interrupt safe | Alexander Bluhm |
2012-12-31 | Extend the sbcheck() function to make it work with socket buffers | Alexander Bluhm |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2011-04-04 | Correctly inherit and set the watermarks on socketbuffers. | Claudio Jeker |
2010-09-24 | TCP send and recv buffer scaling. | Claudio Jeker |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-08-10 | Don't use char arrays for sleep wchans and reuse them. | Thordur I. Bjornsson |
2009-03-30 | bzero -> PR_ZERO | Bret Lambert |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-01-13 | Change sbreserve() to return 0 on success, 1 on failure, as god intended. | Bret Lambert |
2008-11-24 | add several backend pools to allocate mbufs clusters of various sizes out | David Gwynne |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2007-09-19 | instead of relying on mbuf.h to include pool.h and declare | Bret Lambert |
2007-02-26 | exclude control data from the number of bytes returned by FIONREAD ioctl() | Kurt Miller |
2006-01-05 | ansi/deregister | Jonathan Gray |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-05-27 | add a field to struct socket that stores the pid of the process that | Daniel Hartmeier |
2004-04-25 | change sb_mbmax to: (sb_max/MCLBYTES) * (MSIZE+MCLBYTES); ok deraadt | Markus Friedl |
2004-04-19 | this is only a work in progress, we can perfect afterwards, but it is time | Theo de Raadt |
2004-04-01 | use NULL for ptrs. parts from Joris Vink | Ted Unangst |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-10 | constify a few strings. various@ ok | Artur Grabowski |
2002-08-26 | Update sb_lastrecord in sbcompress() when the mbuf pointed to is removed. | Daniel Hartmeier |
2002-08-08 | redo socketbuf speedup. | Niels Provos |
2002-08-08 | backout the tree break. ok pb@, art@ | Todd T. Fries |
2002-08-08 | socket buf speedup from thorpej@netbsd, okay art@ ericj@: | Niels Provos |
2002-06-11 | splassert where necessary | Artur Grabowski |
2002-05-11 | track egid/rgid on bound/connected sockets too (pf will use this) | Theo de Raadt |
2001-11-30 | sbcompress() can compact mbuf clusters now; from thorpej@netbsd | Niels Provos |
2001-11-28 | avoid "thundering herd" problem in accept by waking just one process. | Niels Provos |
2001-11-28 | from enami@netbsd: | Niels Provos |
2001-11-27 | change socket allocation to pool allocator; from netbsd; okay niklas@ | Niels Provos |
2001-11-27 | change socket connection queues to use TAILQ_ | Niels Provos |
2001-09-26 | At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket. | Theo de Raadt |
2001-07-05 | It feels a bit pointless to have: | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-26 | Style. | Angelos D. Keromytis |
2001-05-02 | prevent overflow in sbreserve; from wollman@freebsd via netbsd | Niels Provos |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-02-29 | more fix to ancillary data alignment. we need padding after | Jun-ichiro itojun Hagino |