Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/01/1996 22:50:01
cgd
Tue Oct 1 15:45:07 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv15544/sys/sys
Modified Files:
queue.h
Log Message:
add and document *_HEAD_INITIALIZER macros, which provide structure
initializers which can be used to initialize list/queue heads at
compile time.
cgd
Tue Oct 1 15:45:08 PDT 1996
Update of /cvsroot/src/share/man/man3
In directory netbsd1:/var/slash-tmp/cvs-serv15544/share/man/man3
Modified Files:
queue.3
Log Message:
add and document *_HEAD_INITIALIZER macros, which provide structure
initializers which can be used to initialize list/queue heads at
compile time.
cgd
Tue Oct 1 15:49:12 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv15839
Modified Files:
vfs_subr.c
Log Message:
initialize vnode_free_list and mountlist at compile time with the new
queue.h list/queue head initializer macros. mountlist was converted so
that panics (or other reboots) early on in kernel startup don't cause
sys_sync() to croak. vnode_free_list was converted because it was nearby.