.. |
altq
|
Remove the 't' argument from m_tag_find().
|
2018-11-15 10:23:55 +00:00 |
arch
|
Introduce a new set of PTE bits, with a different naming convention.
|
2019-03-07 14:40:35 +00:00 |
coda
|
Fix locking for readdir code (Brett Lymn)
|
2018-11-20 19:05:25 +00:00 |
compat
|
Regen
|
2019-03-03 22:26:58 +00:00 |
conf
|
Reserve majors for HAXM and example loadable kernel modules
|
2019-02-23 12:25:33 +00:00 |
crypto
|
add fallthru comments. i considered patching makefiles to ignore
|
2019-02-04 08:23:53 +00:00 |
ddb
|
- add or adjust /* FALLTHROUGH */ where appropriate
|
2019-02-03 03:19:25 +00:00 |
dev
|
Rename the internal NVMM HVA table entries from "segment" to "hmapping",
|
2019-03-07 15:22:21 +00:00 |
dist/pf
|
Replace M_ALIGN and MH_ALIGN by m_align.
|
2018-12-22 14:28:56 +00:00 |
external
|
Fix GPIO line for NanoPi NEO Plus2 status LED.
|
2019-03-06 19:09:36 +00:00 |
fs
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
gdbscripts
|
|
|
kern
|
Mmh, fix len, mh_size includes the malloc header, but we don't redzone it.
|
2019-03-07 18:32:10 +00:00 |
lib
|
don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame generation.
|
2019-02-07 10:44:54 +00:00 |
miscfs
|
Attach "mnt_transinfo" to "dead_rootmount" so every mount has a
|
2019-02-20 10:07:27 +00:00 |
modules
|
Install the x86 RESET state at VCPU creation time, for convenience, so
|
2019-02-23 12:27:00 +00:00 |
net
|
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
|
2019-03-05 08:25:01 +00:00 |
net80211
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
netatalk
|
RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect()
|
2019-02-24 07:20:33 +00:00 |
netbt
|
- add or adjust /* FALLTHROUGH */ where appropriate
|
2019-02-03 03:19:25 +00:00 |
netcan
|
RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions.
|
2019-02-25 06:49:44 +00:00 |
netinet
|
Improve panic messages.
|
2019-02-25 10:49:16 +00:00 |
netinet6
|
Fix the order in udp6_attach: soreserve should be called before
|
2019-02-25 07:31:32 +00:00 |
netipsec
|
Fix locking: it is fine if the lock is already key_so_mtx, this can happen
|
2019-02-26 06:52:34 +00:00 |
netmpls
|
Fix memory leaks pointed out by Ilja Van Sprundel: all
|
2019-01-28 12:53:01 +00:00 |
netsmb
|
Rename min/max -> uimin/uimax for better honesty.
|
2018-09-03 16:29:22 +00:00 |
nfs
|
Bracket do_sys_renameat() and nfsrv_rename() with fstrans.
|
2019-02-20 10:05:20 +00:00 |
opencrypto
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rump
|
Attach "mnt_transinfo" to "dead_rootmount" so every mount has a
|
2019-02-20 10:07:27 +00:00 |
secmodel
|
Provide a sysctl kern.expose_address to expose kernel addresses in
|
2018-10-05 22:12:37 +00:00 |
stand
|
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
|
2019-03-05 08:25:01 +00:00 |
sys
|
Case to uintptr_t instead of using __BIT to fix 32-bit builds.
|
2019-03-07 14:39:21 +00:00 |
ufs
|
Revert -r1.244-245 of ufs_vnops.c; they are wrong.
|
2019-02-25 06:00:40 +00:00 |
uvm
|
Fix bug, the entry we're iterating on is 'current', not 'entry'. Here only
|
2019-03-03 17:37:36 +00:00 |
Makefile
|
Remove ISDN from the kernel. It has remained unmaintained for a long time,
|
2018-09-23 09:20:57 +00:00 |