NetBSD/sys
tsubai 4833accce2 In mem_regions(), remove zero sized entry returned from OF.
Since this function uses size == 0 to delimiter, valid entries must not
contain 0 in size field.

G4 Cube should boot now. :-)
2000-09-24 15:57:03 +00:00
..
adosfs
arch In mem_regions(), remove zero sized entry returned from OF. 2000-09-24 15:57:03 +00:00
coda Adapt for VOP_FSYNC parameter change. 2000-09-19 22:00:01 +00:00
compat The ovadvise syscall is (correctly) listed as STD, so move it's implementation 2000-09-24 13:09:31 +00:00
conf Add `COM_MPLOCK' option to use a device-instance-specific spinlocks 2000-09-23 17:17:11 +00:00
crypto remove a comment, which is now bogus due to the previous change. 2000-08-31 14:53:48 +00:00
ddb Missed change of parameter for %r->db_format_radix() change. 2000-08-11 22:50:47 +00:00
dev Add calls to ether_addmulti and ether_delmulti. This code looks a bit 2000-09-24 14:19:52 +00:00
filecorefs
gdbscripts
ipkdb
isofs
kern Prevent ptrace on system processes. Avoids panic when attempting to ptrace pid 0, which has no parent. 2000-09-24 07:31:28 +00:00
lib Prevent the compiler from blowing up on sparc64. From mrg. 2000-09-17 19:55:28 +00:00
lkm
miscfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
msdosfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
net Don't use MALLOC() for variable-sized allocations. 2000-08-25 21:22:16 +00:00
netatalk
netccitt
netinet for t_template, allocate mbuf cluster only if really necessary. 2000-09-19 18:21:41 +00:00
netinet6 use real wallclock (got by microtime) to compute IPsec database lifetimes. 2000-09-22 16:55:04 +00:00
netiso
netkey use real wallclock (got by microtime) to compute IPsec database lifetimes. 2000-09-22 16:55:04 +00:00
netnatm
netns
nfs Don't bother to clear commit information for the vnode of type VNON. 2000-09-24 06:59:21 +00:00
ntfs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
stand
sys add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00
ufs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:04:08 +00:00
uvm splstatclock is insufficient to protect run queues. Acquire scheduler 2000-09-23 00:43:10 +00:00
Makefile