kern/68459: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Jun 22 22:00:13 UTC 2008


The following reply was made to PR kern/68459; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/68459: commit references a PR
Date: Sun, 22 Jun 2008 21:51:49 +0000 (UTC)

 rwatson     2008-06-22 21:51:32 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/kern             vfs_syscalls.c 
   Log:
   SVN rev 179936 on 2008-06-22 21:51:32Z by rwatson
   
   If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create a
   FIFO, as required by SUSv3.  No specific privilege check is performed
   in this case, as FIFOs may be created by unprivileged processes
   (subject to the normal file system name space restrictions that may be
   in place).
   
   Unlike the Apple implementation, we reject requests to create a FIFO
   using mknod(2) if there is a non-zero dev argument to the system call,
   which is permitted by the Open Group specification ("... undefined
   ...").  We might want to revise this if we find it causes
   compatibility problems for applications in practice.
   
   PR:             kern/74242, kern/68459
   Obtained from:  Apple, Inc.
   MFC after:      3 weeks
   
   Revision  Changes    Path
   1.454     +4 -0      src/sys/kern/vfs_syscalls.c
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list