Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/05/1998 13:40:01
kleink
Fri Jun  5 13:31:37 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv5935

Modified Files:
	syscalls.master vfs_syscalls.c 
Log Message:
Per IEEE Std 1003.1b-1993, implement the fdatasync() system call which is
identical to fsync() with the expecption of not being required to synchronize
file status information.


tv
Fri Jun  5 13:31:55 PDT 1998
Update of /cvsroot/pkgsrc/mk
In directory nb00:/tmp/cvs-serv5954

Modified Files:
	bsd.pkg.mk 
Log Message:
Rework the pkg_create -C check:  don't check the kernel version number for
a userland binary's features; instead, check that tool directly.


kleink
Fri Jun  5 13:36:54 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv6009/kern

Modified Files:
	init_sysent.c syscalls.c 
Log Message:
Regen:  addition of fdatasync().


kleink
Fri Jun  5 13:36:54 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv6009/sys

Modified Files:
	syscall.h syscallargs.h 
Log Message:
Regen:  addition of fdatasync().