Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: pooka
Date: Sun Feb 18 19:57:30 UTC 2007
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Support creating regular files with mknod(2) to match Linux/Solaris
behaviour. This happens if mode contains S_IFREG. mknod(2) is
still restricted to the superuser.
no objections from tech-kern
To generate a diff of this commit:
cvs rdiff -r1.300 -r1.301 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index