..
altq
Need opt_inet.h for #ifdef INET, INET6.
2020-03-05 07:46:36 +00:00
arch
Fix tyop in an acient comment.
2020-06-25 08:00:49 +00:00
coda
Add ACL support for FFS. From FreeBSD.
2020-05-16 18:31:45 +00:00
compat
reduce stack usage in compat_60_ptmget_ioctl() - allocate struct ptmget
2020-06-24 17:47:52 +00:00
conf
Use -fstack-usage only if we are using gcc.
2020-06-19 00:58:17 +00:00
crypto
Count cprng_fast reseed events.
2020-04-30 03:29:45 +00:00
ddb
Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP).
2020-05-31 23:34:34 +00:00
dev
Reduce ixgbe's busy loop using with workqueue and kpause.
2020-06-25 07:53:01 +00:00
dist /pf
Need opt_inet.h for #ifdef INET, INET6.
2020-03-05 07:46:36 +00:00
dtb
Build i.MX7D dtbs for armv7
2020-06-10 18:53:31 +00:00
external
reduce stack usage in ipf_nat_ioctl()
2020-06-24 21:54:57 +00:00
fs
uvm_availmem(): give it a boolean argument to specify whether a recent
2020-06-11 19:20:42 +00:00
gdbscripts
gdb has been fixed, so no need to reload the symbol file.
2020-05-02 12:58:46 +00:00
kern
Don't leak an unused sysctl log. Found by kLSan.
2020-06-22 16:29:24 +00:00
lib
Make libsa's vsnprintf() work as expected when passed a NULL
2020-06-06 15:45:47 +00:00
miscfs
genfs_putpages(): when building a cluster make use of pages in the in the
2020-06-14 00:25:22 +00:00
modules
Example of a kernel module that registers DDB commands.
2020-06-01 03:37:40 +00:00
net
Ensure sockaddrs have valid lengths for RO_MISSFILTER.
2020-06-24 12:27:51 +00:00
net80211
Define and implement a locking protocol for the ifmedia / mii layers:
2020-03-15 23:04:50 +00:00
netatalk
netbt
pass the address of the field, instead of relying on it being the first
2020-02-29 11:40:06 +00:00
netcan
netinet
icmp6.h: #define ND_RA_FLAG_PROXY
2020-06-15 23:41:35 +00:00
netinet6
localify
2020-06-19 16:08:06 +00:00
netipsec
Make crypto/rijindael optional again as cprng_strong does no longer
2020-04-22 09:15:39 +00:00
netmpls
nfs
- Alter the convention for uvm_page_array slightly, so the basic search
2020-05-25 21:15:10 +00:00
opencrypto
swcrypto(4): Simplify iv generation logic with cprng_fast.
2020-06-14 23:23:55 +00:00
rump
Serialize rdtsc using with lfence, mfence or cpuid to read TSC more precisely.
2020-06-15 09:09:23 +00:00
secmodel
Accept ioctl(RNDADDDATA) estimates at securelevel 1 (but not 2).
2020-05-28 23:17:25 +00:00
stand
Add boot.cfg support.
2020-06-21 23:53:26 +00:00
sys
bump version - maximum item size for pool_init()/pool_cache_init() changed
2020-06-19 13:52:40 +00:00
ufs
uvm_availmem(): give it a boolean argument to specify whether a recent
2020-06-11 19:20:42 +00:00
uvm
use maximum-size fixed size array instead of variable-length array
2020-06-25 09:58:44 +00:00
Makefile
Separate devicetree .dts -> .dtb building from kernel builds. They are now
2020-05-18 21:19:34 +00:00