freebsd-src/sys/fs/fifofs
Robert Watson db48c0d254 Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),
and consume that interface in portalfs and fifofs instead.  In the
new world order, unp_connect2() assumes that the unpcb mutex is
held, whereas uipc_connect2() validates that the passed sockets are
UNIX domain sockets, then grabs the mutex.

NB: the portalfs and fifofs code gets down and dirty with UNIX domain
sockets.  Maybe this is a bad thing.
2004-03-31 01:41:30 +00:00
..
fifo.h Remove __P. 2002-03-19 22:20:14 +00:00
fifo_vnops.c Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), 2004-03-31 01:41:30 +00:00