From owner-cvs-sys Fri Jul 12 01:15:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA13019 for cvs-sys-outgoing; Fri, 12 Jul 1996 01:15:17 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12987; Fri, 12 Jul 1996 01:15:02 -0700 (PDT) Date: Fri, 12 Jul 1996 01:15:02 -0700 (PDT) From: Bruce Evans Message-Id: <199607120815.BAA12987@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/12 01:15:01 Modified: sys/kern sys_pipe.c Log: Staticized some variables. Fixed initialization of pipe_pgid - don't default to pid 0 (swapper) for SIGIO. Added comments about other implicit initializations, mostly for struct stat. Fixed initialization of st_mode. S_IFSOCK was for when pipes were sockets. It is probably safe to fix the bogus S_ISFIFO() now that pipes can be distinguished from sockets in all cases. Don't return ENOSYS for inappropriate ioctls. Revision Changes Path 1.19 +12 -5 src/sys/kern/sys_pipe.c