Subject: Warning: could not send message for past 4 hours
To: None <source@nb00.nas.nasa.gov>
From: Mail Delivery Subsystem <MAILER-DAEMON@NetBSD.ORG>
List: current-users
Date: 02/25/1998 19:50:41
    **********************************************
    **      THIS IS A WARNING MESSAGE ONLY      **
    **  YOU DO NOT NEED TO RESEND YOUR MESSAGE  **
    **********************************************

The original message was received at Wed, 25 Feb 1998 15:30:02 -0800 (PST)
from source@localhost

   ----- The following addresses had transient non-fatal errors -----
source-changes@netbsd.org

   ----- Transcript of session follows -----
source-changes@netbsd.org... Deferred: Connection timed out with homeworld.cygnus.com.
Warning: message still undelivered after 4 hours
Will keep trying until message is 5 days old

   ----- Original message follows -----

	by nb00.nas.nasa.gov (8.8.8/8.8.8) id PAA27978
	for source-changes@netbsd.org; Wed, 25 Feb 1998 15:30:02 -0800 (PST)
Date: Wed, 25 Feb 1998 15:30:02 -0800 (PST)
From: The Source of All Evil <source>
Message-Id: <199802252330.PAA27978@nb00.nas.nasa.gov>
To: source-changes@netbsd.org
Subject: NetBSD master CVS tree commits


thorpej
Wed Feb 25 15:24:35 PST 1998
Update of /cvsroot/src/sys/arch/mips/mips
In directory nb00:/tmp/cvs-serv27817

Modified Files:
	mips_machdep.c 
Log Message:
Pull some code out of N mach_init() functions, and place it in a
common place:
- allocsys(), which computes space for and assigns addresses
  to kernel data structures at boot time.
- mips_init_msgbuf(), which initializes the error message
  buffer at the end of core.
- mips_init_proc0(), which initializes the U-area for proc0
  and nullproc.


thorpej
Wed Feb 25 15:25:16 PST 1998
Update of /cvsroot/src/sys/arch/mips/include
In directory nb00:/tmp/cvs-serv27837/include

Modified Files:
	cpu.h 
Log Message:
Prototype allocsys(), mips_init_msgbuf(), and mips_init_proc0().


thorpej
Wed Feb 25 15:26:41 PST 1998
Update of /cvsroot/src/sys/arch/mips/include
In directory nb00:/tmp/cvs-serv27857/include

Modified Files:
	pmap.h vmparam.h 
Log Message:
Implement and switch to MACHINE_NEW_NONCONTIG.


thorpej
Wed Feb 25 15:26:41 PST 1998
Update of /cvsroot/src/sys/arch/mips/mips
In directory nb00:/tmp/cvs-serv27857/mips

Modified Files:
	pmap.c 
Log Message:
Implement and switch to MACHINE_NEW_NONCONTIG.


thorpej
Wed Feb 25 15:27:20 PST 1998
Update of /cvsroot/src/sys/arch/news/include
In directory nb00:/tmp/cvs-serv27895/include

Modified Files:
	vmparam.h 
Log Message:
NEWS has one physical memory segment.


thorpej
Wed Feb 25 15:28:25 PST 1998
Update of /cvsroot/src/sys/arch/news/news
In directory nb00:/tmp/cvs-serv27915/news

Modified Files:
	machdep.c 
Log Message:
Use allocsys(), mips_init_msgbuf(), and mips_init_proc0(), plus small
changes for MACHINE_NEW_NONCONTIG.


thorpej
Wed Feb 25 15:29:49 PST 1998
Update of /cvsroot/src/sys/arch/pica/conf
In directory nb00:/tmp/cvs-serv27941/conf

Modified Files:
	GENERIC std.pica 
Log Message:
Fix a few screwups that made it impossible to config these kernels.