summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Fix socket buffer timeouts precision using the new sbintime_t KPI insteaddavide2013-09-011-1/+1
* Add missing socket options.pjd2009-05-261-0/+8
* Remove extra 'comma = 0' in socket state printing code, which otherwiserwatson2009-02-091-1/+0
* s/SS_FDREF/SS_NOFDREF/mbr2009-02-091-1/+1
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed duerwatson2009-01-041-2/+0
* Change a variable name to not shadow a globaljulian2008-07-031-2/+2
* Add missing sb_sndptr* fields to db_print_sockbuf().bz2008-01-031-5/+9
* sblock() implements a sleep lock by interlocking SB_WANT and SB_LOCK flagsrwatson2007-05-031-8/+0
* Teach DDB how to print sockets, socket buffers, protosw's, and domainrwatson2007-02-151-0/+530
OpenPOWER on IntegriCloud