.. |
altq
|
Use if_acquire and if_release instead of using psref API directly
|
2017-03-14 09:03:08 +00:00 |
arch
|
Use of_match_compatible instead of of_compatible
|
2017-06-30 09:19:19 +00:00 |
coda
|
add a forward declaration of struct mbuf.
|
2017-06-08 22:29:59 +00:00 |
compat
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
conf
|
spelling (DEC called it "TURBOchannel")
|
2017-06-22 16:46:52 +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 of_search_compatible, which searches an array of compat_data structures
|
2017-06-30 09:17:05 +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
|
Add a note warning against including dt-bindings headers in the kernel.
|
2017-06-16 21:45:05 +00:00 |
fs
|
No need to call vflush from failing udf_mount(). If the system nodes
|
2017-06-24 12:13:16 +00:00 |
gdbscripts
|
Typo in previous
|
2017-06-05 18:44:13 +00:00 |
ipkdb
|
|
|
kern
|
fix typo
|
2017-06-25 04:10:47 +00:00 |
lib
|
Swap arguments to strncmp() so that the thing we are testing, the
|
2017-04-18 07:44:20 +00:00 |
miscfs
|
Add missing check for dead or dying vnode to the entry of genfs_getpages().
|
2017-06-27 08:40:53 +00:00 |
modules
|
For non-rump modules, enable HDMI audio device.
|
2017-06-16 04:16:18 +00:00 |
net
|
Avoid DIAGNOSTIC warning with previous fix and simplify it (don't require
|
2017-06-30 18:28:31 +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 |
netcan
|
Refuse to bind to a non-CAN interface.
|
2017-06-09 08:21:41 +00:00 |
netinet
|
Pack assoc structs.
|
2017-06-28 14:39:33 +00:00 |
netinet6
|
Fix usage of ip6_get_membership
|
2017-06-26 08:01:53 +00:00 |
netipsec
|
Apply C99-style struct initialization to xformsw
|
2017-06-29 07:13:41 +00:00 |
netisdn
|
Avoid touching a mbuf after enqueuing it
|
2017-03-28 08:47:19 +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
|
Eliminate crusty debugging sludge.
|
2017-05-26 14:34:19 +00:00 |
opencrypto
|
simplify mutex_enter/exit(crypto_q_mtx), and fix missing exit.
|
2017-06-26 05:34:48 +00:00 |
rump
|
reduce rump waring message. pointed out by ozaki-r@n.o, thanks.
|
2017-06-29 08:51:27 +00:00 |
secmodel
|
Make the PMC syscalls privileged.
|
2017-06-14 17:48:40 +00:00 |
stand
|
|
|
sys
|
Remove <sys/user.h>
|
2017-06-20 01:17:13 +00:00 |
ufs
|
Ifdef out KDASSERT which fires on my machine.
|
2017-06-19 12:09:37 +00:00 |
uvm
|
Use pte_set
|
2017-06-24 07:30:17 +00:00 |
Makefile
|
merge the bouyer-socketcan branch to HEAD.
|
2017-05-27 21:02:54 +00:00 |