Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/12/1998 02:00:02
cgd
Wed Feb 11 17:53:22 PST 1998
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv27564/alpha

Modified Files:
	autoconf.c locore.s machdep.c 
Log Message:
clean up the way bootinfo information is passed and used: move the version
number passed by the boot block into a register, change the kernel's
bootinfo handing so that it always uses bootinfo to get bootinfo-ish values
(filling them in if the boot blocks didn't pass them), and make versioning
a small bit more sane.


cgd
Wed Feb 11 17:53:24 PST 1998
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv27564/include

Modified Files:
	autoconf.h cpu.h 
Log Message:
clean up the way bootinfo information is passed and used: move the version
number passed by the boot block into a register, change the kernel's
bootinfo handing so that it always uses bootinfo to get bootinfo-ish values
(filling them in if the boot blocks didn't pass them), and make versioning
a small bit more sane.


cgd
Wed Feb 11 17:53:25 PST 1998
Update of /cvsroot/src/sys/arch/alpha/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv27564/stand/common

Modified Files:
	boot.c 
Log Message:
clean up the way bootinfo information is passed and used: move the version
number passed by the boot block into a register, change the kernel's
bootinfo handing so that it always uses bootinfo to get bootinfo-ish values
(filling them in if the boot blocks didn't pass them), and make versioning
a small bit more sane.


lukem
Wed Feb 11 17:57:56 PST 1998
Update of /cvsroot/src/lib/libc/rpc
In directory netbsd1:/var/slash-tmp/cvs-serv29494

Modified Files:
	auth_none.c auth_unix.c authunix_prot.c bindresvport.c 
	clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c 
	clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c 
	pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c 
	pmap_prot2.c pmap_rmt.c rpc.3 rpc_callmsg.c rpc_dtablesize.c 
	rpc_prot.c svc.c svc_auth.c svc_auth_unix.c svc_raw.c 
	svc_run.c svc_simple.c svc_tcp.c svc_udp.c xdr.c xdr_array.c 
	xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c xdr_stdio.c 
Log Message:
revert; we can't break the existing ABI and API