freebsd-skq/sys/fs/portalfs
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
..
portal_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
portal_vnops.c Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), 2004-03-31 01:41:30 +00:00
portal.h