summaryrefslogtreecommitdiffstats
path: root/sys/sys/sockbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor the AIO subsystem to permit file-type-specific handling andjhb2016-03-011-0/+4
* The locking annotations for struct sockbuf originally used the key fromjhb2016-02-161-20/+23
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-2/+2
* sbspace: size of bleft, mleft must match sockbuf fields to avoidsjg2015-02-131-1/+1
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-2/+2
* Merge from projects/sendfile:glebius2014-11-301-12/+25
* - Move sbcheck() declaration under SOCKBUF_DEBUG.glebius2014-11-301-5/+6
* Make sballoc() and sbfree() functions. Ideally, they could be markedglebius2014-11-301-32/+2
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-0/+28
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+2
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerasomers2014-03-131-3/+14
* Partial revert of change 262914. I screwed up subversion syntax withasomers2014-03-071-14/+3
* sbin/devd/devd.8asomers2014-03-071-3/+14
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalasomers2014-03-061-0/+2
* - Substitute sbdrop_internal() with sbcut_internal(). The latter doesn't freeglebius2013-10-091-0/+2
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-011-1/+1
* Increase the defaults for the maximum socket buffer limit,bz2011-08-251-1/+1
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-0/+2
* move sockbuf locking macros in to sockbuf.hkmacy2008-07-311-0/+18
* remove redundant ifdef ... lolkmacy2008-07-291-2/+0
* fix build by forward declaring thread and hiding socket buffer definitions fr...kmacy2008-07-291-3/+6
* Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL.cognet2008-07-291-0/+4
* Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate head...kmacy2008-07-291-0/+198
OpenPOWER on IntegriCloud