NetBSD/sys
joff b6d96c3c3d Pad .sdata section to a 4-byte boundary so that the .image section
is always aligned.  This makes md_root_loadaddr always 4 byte aligned.
Without this, may get an un-aligned access trap before we even print
anything on the console which was a pain in the neck to debug since so
early in the bootstrap the CPU usually just halts on exceptions.
2004-12-24 16:17:27 +00:00
..
altq
arch Pad .sdata section to a 4-byte boundary so that the .image section 2004-12-24 16:17:27 +00:00
coda
compat check that signum is valid correctly. 2004-12-22 18:16:47 +00:00
conf defparam USB_MEM_RESERVE 2004-12-21 16:36:53 +00:00
crypto
ddb
dev Round up the number of h/w Rx descriptors to the number of h/w, 2004-12-23 08:27:38 +00:00
dist Apply a patch from OPENBSD_3_6 branch (ok yamt). 2004-12-21 12:06:37 +00:00
fs I don't think that the vgone() in vop_inactive is needed; in fact it might 2004-12-18 05:26:41 +00:00
gdbscripts
ipkdb
kern also define bioops if FFS is not defined. 2004-12-23 20:11:28 +00:00
lib
lkm ETHFOO_GOING had no chance to actually be useful if sc_flags is set to 0 2004-12-17 12:17:09 +00:00
miscfs check for _KERNEL_OPT around opt include 2004-12-22 23:29:51 +00:00
net whitespace 2004-12-22 05:11:24 +00:00
net80211 Fix a bug in ieee80211_compute_duration: the 802.11 Duration field 2004-12-23 06:08:52 +00:00
netatalk
netccitt
netinet factor out receive side tcp/udp checksum handling code so that they 2004-12-21 05:51:31 +00:00
netinet6 remove a redundant check for ifindex2ifnet[idx] != 0 2004-12-21 11:40:12 +00:00
netipsec
netisdn
netiso Convert lo(4) to a clonable device. 2004-12-04 16:10:25 +00:00
netkey move SA header to DEAD if there's no children. markus@openbsd 2004-12-06 08:07:28 +00:00
netnatm
netns
netsmb
nfs revive spec vop_bwrite as it's needed for block devices. 2004-12-17 03:31:20 +00:00
opencrypto Cloning cleanup: 2004-11-30 04:25:43 +00:00
stand
sys Add an array of dtype names. 2004-12-18 08:43:08 +00:00
ufs use #if defined(_KERNEL_OPT) around opt includes 2004-12-20 03:12:20 +00:00
uvm mlock(2) and munlock(2) are defined by our man pages (which agree with 2004-12-02 15:23:47 +00:00
Makefile