NetBSD/sys
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
..
adosfs Remove unused variable. 2000-07-11 16:08:15 +00:00
arch convert to use version template and newvers_stand.sh script for generating 2000-07-16 21:56:12 +00:00
coda remove redundant vm includes. 2000-06-27 17:53:44 +00:00
compat Sprinkle some const. 2000-07-14 18:26:46 +00:00
conf Const'ify string constants. 2000-07-14 07:14:03 +00:00
crypto Support WEP functions for awi driver. 2000-07-04 14:27:56 +00:00
ddb Update TODO list item #7. 2000-07-10 00:50:22 +00:00
dev If card is in power state D3 put it into power state D0 so that it will 2000-07-16 20:18:48 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts gdb macro to print the kernel message buffer 2000-06-08 14:45:24 +00:00
ipkdb Fix a few (essential!) tyops. 2000-03-23 20:33:37 +00:00
isofs Add an option to do case-insensitive lookups even on Rock-Ridge CD-ROMS. 2000-07-15 21:40:42 +00:00
kern Don't wait for B_READ buffers to finish in vfs_shutdown, it makes no sense 2000-07-16 21:07:24 +00:00
lib <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-27 18:01:06 +00:00
lkm Resolve conflicts. 2000-05-03 11:12:03 +00:00
miscfs Sprinkle some const. 2000-07-14 07:21:50 +00:00
msdosfs remove include of <vm/vm.h> 2000-06-28 02:49:15 +00:00
net NetBSD -> __NetBSD__ in an #ifdef, and nuke sc_bpf; there's one in 2000-07-12 23:02:38 +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 remove m_pulldown statistics code. it is highly experimental and belong 2000-07-13 05:34:21 +00:00
netinet6 s/IPSEC_IPV6FWD/IPSEC/. this should correct strange behavior on ipv6 2000-07-16 07:57:55 +00:00
netiso Define sa_family_t, and use it for siso_family. 2000-06-26 16:20:01 +00:00
netkey move ipsec_{hex,bin}dump() into #ifdef wrapper. 2000-07-04 04:41:54 +00:00
netnatm Keystone Kwality Kops: add multiple-include protection. 2000-07-03 01:19:23 +00:00
netns remove unused macro. 2000-04-10 02:19:29 +00:00
nfs remove include of <vm/vm.h> 2000-06-28 03:30:42 +00:00
ntfs <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 03:32:55 +00:00
stand
sys Remove ENOTSUP for the moment. This needs a unique number, as noted by 2000-07-14 21:39:56 +00:00
ufs XXX Use of hzto() return value needs to be double-checked here. 2000-07-13 17:35:03 +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