NetBSD/sys
pgoyette c9b6361b98 By popular demand, update kernhist to use bintime(9) as the basis for
its timestamps.

As this changes storage structures for data passed between kernel and
userland, welcome to 7.99.55!

XXX Output routines still use microsecond resolution when printf()ing.

XXX Possible future feature would be addition of option to use
XXX getbintime(9) for less time-critical histories.
2017-01-05 03:40:33 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch sun4v: make debugging kernel bringup a bit easier by using the slowtrap code path for currently unhandled trap level 1 trap entries 0x00-0x23 and 0x28-0x30 2017-01-04 20:19:29 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
compat Provide a dummy linux_sigset_t for all architectures that do not have 2017-01-02 20:10:44 +00:00
conf Collect a list of kernel swap files to be removed (Yorick Hardy) 2017-01-04 21:37:46 +00:00
crypto Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb add a simple stacktrace macro 2017-01-04 21:25:41 +00:00
dev PR/51776: David Binderman: Remove unused variable. 2017-01-04 15:51:41 +00:00
dist/pf pfil(9) improvements to handle address changes: 2016-12-26 23:21:49 +00:00
external use the proper hook function 2016-12-28 19:53:02 +00:00
fs PR/51777: David Binderman: Remove unused computation 2017-01-04 15:53:14 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern By popular demand, update kernhist to use bintime(9) as the basis for 2017-01-05 03:40:33 +00:00
lib Fix a wrong flag and KNF. 2016-12-03 09:20:55 +00:00
miscfs Rename vget() to vcache_vget() and vcache_tryvget() respectively and 2017-01-02 10:33:28 +00:00
modules NPF: implement dynamic handling of interface addresses (the kernel part). 2017-01-02 21:49:51 +00:00
net Not to use ph_inout[2]. dir (= PFIL_IN or PFIL_OUT) is 1 or 2, not 0 or 1. 2017-01-04 13:03:41 +00:00
net80211 Export some 802.11 IE manipulate functions. 2017-01-04 03:05:24 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
netinet Fix optlen calculation for the SACK block - 2 bytes too few were 2017-01-04 15:09:37 +00:00
netinet6 - kill NULL argument from in6_update_ifa 2017-01-04 19:37:14 +00:00
netipsec Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netisdn Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in softint" 2016-12-15 09:35:24 +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 Memory leak, found by Mootja. 2016-11-20 09:28:43 +00:00
opencrypto From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
rump need new file 2017-01-03 03:47:51 +00:00
secmodel
stand
sys By popular demand, update kernhist to use bintime(9) as the basis for 2017-01-05 03:40:33 +00:00
ufs Change ufs_truncate_retry() to call UFS_TRUNCATE() at least once. 2017-01-04 10:04:17 +00:00
uvm don't include uvm_physseg.h for kmem grovellers. 2017-01-04 23:59:49 +00:00
Makefile