NetBSD/sys/arch/sun3
jdolecek 77c0fe57cf convert to use version template and newvers_stand.sh script for generating
bootblock revision strings, use bootbock_name[] (i.e. "NetBSD/sun3")
	in initial bootblock messages instead of just "NetBSD"

while here, do sligh Makefile cleanup to share more code between them and also
	to make buildable on NetBSD 1.4.1 (my test compile system)
get rid of the XX define hack for netboot & ufsboot, build xxboot.c as
	part of libsa - previos main() was renamed to xxboot_main(), main()
	is now in respective conf.c files and calls xxboot_main() with
	appropriate name of boot block type

XXX I had no chance to actually test the resulting bootblocks, but the
changes were fairly streightforward and should no influence functionality of
boot code
2000-07-16 21:56:12 +00:00
..
compile Keep the compile/ directory in the distribution. 1997-03-31 01:23:37 +00:00
conf add PULLDOWN_TEST for all the platforms. 2000-06-30 17:10:15 +00:00
dev remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
include Add <machine/int_types.h>, which provides namespace-pure definitions 2000-06-26 15:42:16 +00:00
stand convert to use version template and newvers_stand.sh script for generating 2000-07-16 21:56:12 +00:00
sun3 Kwality control: 2000-07-02 04:40:33 +00:00
sun3x remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00