Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 03/09/2000 17:13:22
Module Name:	syssrc
Committed By:	enami
Date:		Fri Mar 10 01:13:21 UTC 2000

Modified Files:
	syssrc/sys/kern: init_main.c kern_acct.c
	syssrc/sys/sys: acct.h

Log Message:
Create new kernel thread to issue statfs(2) system call to check free
disk space rather than doing it in timeout handler.  This fixes long
standing bug that accounting file can't be put on NFS file system (so,
e.g, we couldn't turn on accounting on diskless system).


To generate a diff of this commit:
cvs rdiff -r1.163 -r1.164 syssrc/sys/kern/init_main.c
cvs rdiff -r1.47 -r1.48 syssrc/sys/kern/kern_acct.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/sys/acct.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.