NetBSD/sys
kre 6c932ac002 Third time lucky...
Why is there no PRI[xd]OFF ?   How are off_t's intended to be printed?

If a PRIxOFF gets added in some appropriate place, the XXX lines in this
commit can go away.

(I understand not having PRI[xd]VOFF).
2017-03-20 10:44:24 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch #if DIAGNOSTIC panic ---> KASSERT 2017-03-19 22:19:05 +00:00
coda Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
compat allow pcu_save() and pcu_discard() to be called on other threads, 2017-03-16 16:13:19 +00:00
conf Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB) 2017-02-26 11:56:49 +00:00
crypto Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
dev Add NOLUNS quirk for SEAGATE ST39236LC disk drives. 2017-03-18 08:05:40 +00:00
dist/pf Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
external Clarify ttm state transitions tt_unpopulated<->tt_unbound<->tt_bound. 2017-03-09 08:27:18 +00:00
fs Add field "mnt_lower" to "struct mount" to track the file system 2017-03-06 10:10:07 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern #if DIAGNOSTIC panic ---> KASSERT; __diagused police 2017-03-20 01:24:06 +00:00
lib Add garbage instructions at end of kern_assert after vpanic. 2017-03-14 09:22:37 +00:00
miscfs Protect genfs_do_putpages() against vnodes disappearing during 2017-03-09 10:10:02 +00:00
modules add missing files. 2017-02-16 08:23:35 +00:00
net Add missing NULL check 2017-03-17 10:05:02 +00:00
net80211 Fix incrementing wrong counter 2017-03-06 08:36:20 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netinet Add the local route after finishing the configuration of the address. 2017-03-17 17:26:20 +00:00
netinet6 Replace DIAGNOSTIC + panic with KASSERT 2017-03-14 04:25:10 +00:00
netipsec add sysctl to select software/hardware encryption driver. can enable CRYPTO_DEBUG. 2017-03-06 09:59:05 +00:00
netisdn Defer bpf_mtap in Rx interrupt context to softint 2017-01-24 09:05:27 +00:00
netkey
netmpls Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
netnatm Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
nfs Add generic genfs_suspendctl() and use it for all file systems. 2017-02-17 08:31:23 +00:00
opencrypto fix: remove unmatched mutex_exit/enter. must be forgetting to remove at crypto.c:r1.41 2017-03-16 05:23:56 +00:00
rump regen 2017-03-19 10:21:25 +00:00
secmodel
stand
sys regen 2017-03-19 10:21:25 +00:00
ufs Fix inadvertently reversed sense of comparisons. 2017-03-19 22:48:00 +00:00
uvm Third time lucky... 2017-03-20 10:44:24 +00:00
Makefile