aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sb_state constant names as used e.g. to display in DDB ``show sockbuf''.Sergey Kandaurov2015-07-211-3/+3
* Merge from projects/sendfile:Gleb Smirnoff2014-11-301-1/+2
* Finish r274118#2: commit forgotten uipc_debug.cAlexander V. Chernikov2014-11-061-2/+0
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteadDavide Italiano2013-09-011-1/+1
* Add missing socket options.Pawel Jakub Dawidek2009-05-261-0/+8
* Remove extra 'comma = 0' in socket state printing code, which otherwiseRobert Watson2009-02-091-1/+0
* s/SS_FDREF/SS_NOFDREF/Martin Blapp2009-02-091-1/+1
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed dueRobert Watson2009-01-041-2/+0
* Change a variable name to not shadow a globalJulian Elischer2008-07-031-2/+2
* Add missing sb_sndptr* fields to db_print_sockbuf().Bjoern A. Zeeb2008-01-031-5/+9
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsRobert Watson2007-05-031-8/+0
* Teach DDB how to print sockets, socket buffers, protosw's, and domainRobert Watson2007-02-151-0/+530