aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sockbuf.h
Commit message (Expand)AuthorAgeFilesLines
* sbspace: size of bleft, mleft must match sockbuf fields to avoidSimon J. Gerraty2015-02-131-1/+1
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-2/+2
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-12/+25
* - Move sbcheck() declaration under SOCKBUF_DEBUG.Gleb Smirnoff2014-11-301-5/+6
* Make sballoc() and sbfree() functions. Ideally, they could be markedGleb Smirnoff2014-11-301-32/+2
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-0/+28
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-0/+2
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerAlan Somers2014-03-131-3/+14
* Partial revert of change 262914. I screwed up subversion syntax withAlan Somers2014-03-071-14/+3
* sbin/devd/devd.8Alan Somers2014-03-071-3/+14
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalAlan Somers2014-03-061-0/+2
* - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't freeGleb Smirnoff2013-10-091-0/+2
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteadDavide Italiano2013-09-011-1/+1
* Increase the defaults for the maximum socket buffer limit,Bjoern A. Zeeb2011-08-251-1/+1
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-0/+2
* move sockbuf locking macros in to sockbuf.hKip Macy2008-07-311-0/+18
* remove redundant ifdef ... lolKip Macy2008-07-291-2/+0
* fix build by forward declaring thread and hiding socket buffer definitions fr...Kip Macy2008-07-291-3/+6
* Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL.Olivier Houchard2008-07-291-0/+4
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...Kip Macy2008-07-291-0/+198