Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/10/1997 06:20:02
cgd
Sun Mar 9 22:13:18 PST 1997
Update of /cvsroot/src/usr.sbin/lpr/common_source
In directory netbsd1:/var/slash-tmp/cvs-serv15940
Modified Files:
rmjob.c
Log Message:
fix one more goofup in the buffer safety changes: snprintf() should be
called with enough space for the trailing NUL, because it (unlike strn*())
always NUL-terminates.
scottr
Sun Mar 9 22:15:15 PST 1997
Update of /a/cvsroot/src/usr.sbin/rpc.lockd
In directory netbsd1:/var/slash-tmp/cvs-serv16028/rpc.lockd
Log Message:
Directory /a/cvsroot/src/usr.sbin/rpc.lockd added to the repository
scottr
Sun Mar 9 22:15:15 PST 1997
Update of /a/cvsroot/src/usr.sbin/rpc.statd
In directory netbsd1:/var/slash-tmp/cvs-serv16028/rpc.statd
Log Message:
Directory /a/cvsroot/src/usr.sbin/rpc.statd added to the repository
mycroft
Sun Mar 9 22:18:30 PST 1997
Update of /cvsroot/src/sys/ufs/ffs
In directory netbsd1:/var/slash-tmp/cvs-serv16194/ffs
Modified Files:
ffs_alloc.c ffs_vfsops.c
Log Message:
Just increment the generation count. Using the time is bogus and defeats
fsirand(8).
mycroft
Sun Mar 9 22:18:31 PST 1997
Update of /cvsroot/src/sys/ufs/lfs
In directory netbsd1:/var/slash-tmp/cvs-serv16194/lfs
Modified Files:
lfs_alloc.c
Log Message:
Just increment the generation count. Using the time is bogus and defeats
fsirand(8).
mycroft
Sun Mar 9 22:18:32 PST 1997
Update of /cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv16194/ufs
Modified Files:
ufs_inode.c
Log Message:
Just increment the generation count. Using the time is bogus and defeats
fsirand(8).