NetBSD/sys
jdolecek 921705c3eb cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary
stuff
make this all compile with -Wall -Wno-main -Wmissing-prototypes
	-Wstrict-prototypes -Werror , also compilable on 1.4.1
label itself as NetBSD/mvme68k instead of "BSD" in bootblock message
move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built
	and used separately to rest of libbug)
convert sboot to use ordinary mvme68 libsa, instead of copying needed
	stuff in libc_sa.c
convert to use version info generated by sys/conf/newvers_stand.sh
	instead of previous version.c files, add necessary 'version' files
put chiptotime() to separate libsa file (used also by sboot/clock.c)

Thanks to Steve Woodford for help with this. Note that -current build
might be hosed by this change, will be addressed by Steve shortly.
2000-07-24 18:39:01 +00:00
..
adosfs Remove unused variable. 2000-07-11 16:08:15 +00:00
arch cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary 2000-07-24 18:39:01 +00:00
coda remove redundant vm includes. 2000-06-27 17:53:44 +00:00
compat version[] string was const'ifed. Pointed out by Izumi Tsutsui. 2000-07-20 08:29:41 +00:00
conf bump to 1.5C - lf_advlock() change 2000-07-22 16:50:39 +00:00
crypto Support WEP functions for awi driver. 2000-07-04 14:27:56 +00:00
ddb Provide some info on what db_trap_callback() is for in the code. 2000-07-18 20:51:07 +00:00
dev create a funcion, siop_busreset(), to reset the scsibus. 2000-07-24 15:15:00 +00:00
filecorefs
gdbscripts gdb macro to print the kernel message buffer 2000-06-08 14:45:24 +00:00
ipkdb
isofs Add an option to do case-insensitive lookups even on Rock-Ridge CD-ROMS. 2000-07-15 21:40:42 +00:00
kern Include "uvm/uvm_param.h" to get definition of "VM_MAX_KERNEL_BUF" as 2000-07-23 10:41:35 +00:00
lib compile byte_swap_2.S and byte_swap_4.S 2000-07-21 11:19:46 +00:00
lkm
miscfs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
msdosfs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
net Add a missing include when using this in user space. 2000-07-22 05:11:27 +00:00
netatalk Define sa_family_t, and use it for sat_family. 2000-06-26 16:16:42 +00:00
netccitt More format checking 2000-07-08 17:45:53 +00:00
netinet Drop packet, increment udps_badlen if the udp header length field 2000-07-24 03:46:57 +00:00
netinet6 wrap kernel function prototype by #ifdef _KERNEL. 2000-07-23 08:24:12 +00:00
netiso Define sa_family_t, and use it for siso_family. 2000-06-26 16:20:01 +00:00
netkey pre-compute and cache intermediate crypto key. suggestion from sommerfeld, 2000-07-23 05:23:04 +00:00
netnatm Keystone Kwality Kops: add multiple-include protection. 2000-07-03 01:19:23 +00:00
netns
nfs change the lf_advlock() arguments from 2000-07-22 15:26:11 +00:00
ntfs <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 03:32:55 +00:00
stand
sys #if 0 a static declaration for a function that does not exist. 2000-07-23 22:56:14 +00:00
ufs Need string.h for memset() prototype. 2000-07-24 00:23:10 +00:00
uvm fix a cast for sparc64. 2000-07-10 13:37:00 +00:00
Makefile remove vm 2000-06-29 12:04:24 +00:00