NetBSD/sys
christos f21477121e Add definitions from libpcap-1.9.0 2018-09-03 15:16:11 +00:00
..
altq simplify priq_class_create(): if the alloc for cl_q fails, 2018-06-15 08:34:18 +00:00
arch Support loading kernels at PAs above 0x3fffffffff on arm64 2018-09-02 23:50:23 +00:00
coda s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
compat as pointed out by riastradh@, i'll let this diff speak for itself: 2018-09-03 07:14:18 +00:00
conf Add CFLAGS, CPPFLAGS, and CWARNFLAGS from options to .c files. 2018-08-27 05:35:22 +00:00
crypto s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ddb extend the ddb "show kernhist" command. the synopsis is now: 2018-08-13 03:20:19 +00:00
dev Initialize if_stop so suspend won't jump to NULL. 2018-09-02 19:46:53 +00:00
dist/pf Fix compilation of PF/IPF... 2018-08-10 07:16:13 +00:00
external Initialize and destroy dev_priv->drrs.mutex only once. 2018-09-02 17:36:57 +00:00
fs - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
gdbscripts
kern Sprinkle __predict_false to dedicated assertions of mutex and rwlock 2018-08-31 01:23:57 +00:00
lib Add kasan interceptors for strcpy/strcmp/strlen. 2018-08-27 08:53:19 +00:00
miscfs add a genfs method to allow a file system to limit the range of pages 2018-05-28 21:04:37 +00:00
modules Remove some superfluous vestigial `-I.'. 2018-08-28 03:48:38 +00:00
net Add definitions from libpcap-1.9.0 2018-09-03 15:16:11 +00:00
net80211 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
netatalk Remove aarp_clean, unused. By the way this function was probably buggy 2018-05-29 16:29:47 +00:00
netbt Result of audit to check that mbuf length is checked before m_copydata() 2018-08-21 14:59:13 +00:00
netcan Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
netinet fix: l2tp(4) cannot receive packets after reset session without reset tunnel. Pointed out by k-goda@IIJ 2018-09-03 02:33:30 +00:00
netinet6 fix: l2tp(4) cannot receive packets after reset session without reset tunnel. Pointed out by k-goda@IIJ 2018-09-03 02:33:30 +00:00
netipsec Don't call key_ismyaddr, which may sleep, in a pserialize read section 2018-08-23 01:55:38 +00:00
netisdn Initialize some members in a mbuf which is on stack. 2018-07-25 07:55:44 +00:00
netkey
netmpls Retire ICMPPRINTFS, it's annoying and it doesn't build. 2018-05-11 14:38:28 +00:00
netnatm
netsmb
nfs - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
opencrypto Remove duplicate ; 2018-06-06 01:49:07 +00:00
rump regen 2018-08-21 11:47:37 +00:00
secmodel Add KAUTH_REQ_PROCESS_CANSEE_EPROC, and use it for the kern.proc node. 2018-08-25 09:54:37 +00:00
stand Print FDT model and compatible strings with "version" command 2018-09-03 00:17:00 +00:00
sys Fix lying comment; the point of the KERN_FILE2 sysctl, or much of it, 2018-08-27 22:22:16 +00:00
ufs - Cleanup for dynamic sysctl: 2018-08-22 01:05:21 +00:00
uvm Add support for monitoring the stack with kASan. This allows us to detect 2018-08-22 12:07:42 +00:00
Makefile