Robert Watson cce9e3f104 Introduce socket and UNIX domain socket locks into hard-coded lock
order definition for witness.  Send lock before receive lock, and
socket locks after accept but  before select:

  filedesc -> accept -> so_snd -> so_rcv -> sellck

All routing locks after send lock:

  so_rcv -> radix node head

All protocol locks before socket locks:

  unp -> so_snd
  udp -> udpinp -> so_snd
  tcp -> tcpinp -> so_snd
2004-06-13 00:23:03 +00:00
..
2004-06-12 06:03:27 +00:00
2004-05-30 20:27:19 +00:00
2004-06-11 11:16:26 +00:00
2004-05-18 05:30:06 +00:00
2004-05-30 20:27:19 +00:00
2004-05-14 12:28:31 +00:00
2004-01-25 17:18:12 +00:00
2004-06-11 11:16:26 +00:00
2004-06-10 05:24:34 +00:00
2004-06-11 11:16:26 +00:00