.. |
altq
|
Remove the 't' argument from m_tag_find().
|
2018-11-15 10:23:55 +00:00 |
arch
|
Use correct register for mpll2_div clock
|
2019-08-16 10:36:06 +00:00 |
coda
|
Fix locking for readdir code (Brett Lymn)
|
2018-11-20 19:05:25 +00:00 |
compat
|
Stack buffers mustn't escape their scope. PR 54326 from David Binderman
|
2019-07-03 18:24:50 +00:00 |
conf
|
comment out CHFS to fix build issues
|
2019-06-17 17:06:39 +00:00 |
crypto
|
add fallthru comments. i considered patching makefiles to ignore
|
2019-02-04 08:23:53 +00:00 |
ddb
|
add two db_stack_print_trace frontends that emit to the system log
|
2019-06-02 06:09:17 +00:00 |
dev
|
From FreeBSD:
|
2019-08-16 15:24:09 +00:00 |
dist/pf
|
Replace M_ALIGN and MH_ALIGN by m_align.
|
2018-12-22 14:28:56 +00:00 |
external
|
kern/52229
|
2019-08-15 00:27:47 +00:00 |
fs
|
Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized.
|
2019-07-14 05:58:44 +00:00 |
gdbscripts
|
Remove the 'procs' from lwps and use the one from procs.
|
2019-07-17 09:14:24 +00:00 |
kern
|
Initialize pp->pr_redzone to false. For some reason with KUBSAN GCC does
|
2019-08-16 10:41:35 +00:00 |
lib
|
Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of
|
2019-07-21 16:53:17 +00:00 |
miscfs
|
Many years ago someone created a new __link_set_sysctl_funcs to hold
|
2019-08-07 00:38:01 +00:00 |
modules
|
Build an if_udav module (untested)
|
2019-08-08 16:06:14 +00:00 |
net
|
Restore if_ioctl on error of ifc_destroy
|
2019-08-15 04:20:59 +00:00 |
net80211
|
Remove extra OSIOCSIFMEDIA. This old ioctl is converted to new one in
|
2019-05-17 04:08:54 +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
|
Don't kmem_alloc()/kmem_free() with spin lock held: call can_pcbsetfilter()
|
2019-07-20 15:34:41 +00:00 |
netinet
|
Remove unused checksum code.
|
2019-08-13 19:55:40 +00:00 |
netinet6
|
Add missing IFNET_LOCK for regen_tmpaddr
|
2019-08-14 08:34:44 +00:00 |
netipsec
|
ipsec_getpolicybysock() should also call key_havesp() like ipsec_getpolicybyaddr().
|
2019-08-07 10:10:00 +00:00 |
netmpls
|
Fix memory leaks pointed out by Ilja Van Sprundel: all
|
2019-01-28 12:53:01 +00:00 |
netsmb
|
Prevent a NULL pointer dereference when the local endpoint is not defined.
|
2019-04-15 21:00:33 +00:00 |
nfs
|
Appease GCC and initialize arps_ip
|
2019-06-29 17:42:36 +00:00 |
opencrypto
|
relinguish our lock while we are autoloading.
|
2019-07-11 23:28:17 +00:00 |
rump
|
NPF improvements:
|
2019-07-23 00:52:01 +00:00 |
secmodel
|
Add the NVMM_CTL ioctl, always privileged regardless of the permissions of
|
2019-04-10 18:49:04 +00:00 |
stand
|
Add full UEFI memory map to the /chosen node.
|
2019-08-01 13:11:16 +00:00 |
sys
|
- usbnet_rx_loop_cb's usbd_xfer parameter is never used and available
|
2019-08-15 05:52:23 +00:00 |
ufs
|
Lay down some comments related to the previous few revisions of ufs_vnops.c.
|
2019-07-01 00:57:06 +00:00 |
uvm
|
KASSERT -> KASSERTMSG so we actually display the overflowed values.
|
2019-08-10 01:06:45 +00:00 |
Makefile
|
evbppc port has been built with modules for some time now, drop explanation on
|
2019-06-17 17:01:50 +00:00 |