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: 04/03/1996 19:30:04
cgd
Wed Apr 3 19:25:48 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28555/sys/sys
Modified Files:
device.h
Log Message:
change 'struct device' and 'struct evcnt' lists (alldevs and allevents) to
be TAILQ's. TAILQ_HEAD's of those structs are now 'struct devicelist' and
'struct evcntlist', respectively.
cgd
Wed Apr 3 19:25:51 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28555/sys/kern
Modified Files:
subr_autoconf.c
Log Message:
change 'struct device' and 'struct evcnt' lists (alldevs and allevents) to
be TAILQ's. TAILQ_HEAD's of those structs are now 'struct devicelist' and
'struct evcntlist', respectively.
cgd
Wed Apr 3 19:26:34 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28595/sys/kern
Modified Files:
init_main.c
Log Message:
call config_init() before autoconfiguration, to initialize alldevs and
allevents lists.
cgd
Wed Apr 3 19:27:28 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28616/sys/arch/sparc/sparc
Modified Files:
autoconf.c
Log Message:
update for the fact that 'alldevs' is now a TAILQ.
cgd
Wed Apr 3 19:27:32 EST 1996
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28616/sys/arch/mac68k/mac68k
Modified Files:
autoconf.c
Log Message:
update for the fact that 'alldevs' is now a TAILQ.
cgd
Wed Apr 3 19:27:55 EST 1996
Update of /a/cvsroot/src/usr.bin/vmstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28654/usr.bin/vmstat
Modified Files:
vmstat.c
Log Message:
update for the fact that 'allevents' is now a TAILQ.