Robert Watson 4f1f0ef523 Add two new unpcb flags, UNP_BINDING and UNP_CONNECTING, which will be
used to mark UNIX domain sockets as being in the process of binding or
connecting.  Use these to prevent simultaneous bind or connect
operations by multiple threads or processes on the same socket at the
same time, which closes race conditions present in the UNIX domain
socket implementation since inception.
2006-07-23 12:01:14 +00:00
..
2006-07-13 06:32:55 +00:00
2006-07-14 17:55:36 +00:00
2006-03-03 22:36:52 +00:00
2005-12-04 02:12:43 +00:00
2006-06-30 08:10:55 +00:00
2006-07-17 21:00:42 +00:00
2006-05-28 22:15:28 +00:00
2006-07-13 06:32:55 +00:00