CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/09/20 08:04:37
Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: Fifo did work around the socket layer. Better call soconnect2() instead of unp_connect2(). This adds the missing splsoftnet(). Require that socantsendmore() and socantrcvmore() in uipc_socket2.c should be called with splsoftnet(). Found by David Hill; OK mikeb@