Author: bz
Date: Mon Sep 3 22:27:27 2018
New Revision: 338450
URL: https://svnweb.freebsd.org/changeset/base/338450
Log:
Replicate r328271 from legacy IP to IPv6 using a single macro
to clear L2 and L3 route caches.
Also mark one function argument as __unused.
Reviewed by: karels, ae
Author: bz
Date: Mon Sep 3 22:14:37 2018
New Revision: 338449
URL: https://svnweb.freebsd.org/changeset/base/338449
Log:
Replicate r307234 from legacy IP to IPv6 code, using the RO_RTFREE()
macro rather than hand crafted code.
No functional changes.
Reviewed by: karels
Approved by:
Author: bz
Date: Mon Sep 3 22:12:48 2018
New Revision: 338448
URL: https://svnweb.freebsd.org/changeset/base/338448
Log:
As discussed in D6262 post-commit review, change inp_route to
inp_route6 for IPv6 code after r301217.
This was most likely a c&p error from the legacy IP code, which
di
Author: bz
Date: Mon Sep 3 22:10:49 2018
New Revision: 338447
URL: https://svnweb.freebsd.org/changeset/base/338447
Log:
Rather than duplicating the functionality of a macro after r322866
use the already existing one. No functional changes.
Reviewed by: karels, ae
Approved by: re (r
Author: markj
Date: Mon Sep 3 17:39:09 2018
New Revision: 338446
URL: https://svnweb.freebsd.org/changeset/base/338446
Log:
Use the correct malloc type in in_pcblbgroup_free().
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/netinet/in_pcb.c
Modified: h
On 3 Jul 2018, at 23:30, Matt Macy wrote:
Author: mmacy
Date: Tue Jul 3 23:30:53 2018
New Revision: 335919
URL: https://svnweb.freebsd.org/changeset/base/335919
Log:
udp6_input: validate inpcb before use
When traversing pcbinfo lists (rather than calling lookup) we need
to
explicitly
Author: br
Date: Mon Sep 3 14:43:16 2018
New Revision: 338445
URL: https://svnweb.freebsd.org/changeset/base/338445
Log:
Enable 'C'-compressed ISA extension.
This was disabled recently due to lack of support in KDB disassembler
and DTrace FBT provider. Support for 'C'-extension to both o
Author: br
Date: Mon Sep 3 14:34:09 2018
New Revision: 338444
URL: https://svnweb.freebsd.org/changeset/base/338444
Log:
Add support for 'C'-compressed ISA extension to DTrace FBT provider.
Approved by: re (kib)
Sponsored by: DARPA, AFRL
Deleted:
head/sys/riscv/include/riscv_opcode.h
Author: rwatson
Date: Mon Sep 3 14:26:43 2018
New Revision: 338443
URL: https://svnweb.freebsd.org/changeset/base/338443
Log:
The kernel DTrace audit provider (dtaudit) relies on auditd(8) to load
/etc/security/audit_event to provide a list of audit event-number <->
name mappings. However,