svn commit: r363417 - in head: etc/mtree sbin/route sbin/route/tests

2020-07-22 Thread Tom Jones
Author: thj Date: Wed Jul 22 13:49:54 2020 New Revision: 363417 URL: https://svnweb.freebsd.org/changeset/base/363417 Log: Add tests for "add", "change" and "delete" functionality of /sbin/route. Add tests to cover "add", "change" and "delete" functionality of /sbin/route for ipv4 and

svn commit: r363414 - stable/12/sys/netpfil/ipfw

2020-07-22 Thread Tom Jones
Author: thj Date: Wed Jul 22 10:00:13 2020 New Revision: 363414 URL: https://svnweb.freebsd.org/changeset/base/363414 Log: MFC r363141: Don't print VNET pointer when initializing dummynet When dummynet initializes it prints a debug message with the current VNET pointer unnecessarily

svn commit: r363413 - stable/12/sys/netinet

2020-07-22 Thread Tom Jones
/12/sys/netinet/dccp.hWed Jul 22 06:47:38 2020 (r363413, copy of r362275, head/sys/netinet/dccp.h) @@ -0,0 +1,78 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2019 Tom Jones + * + * Redistribution and use in source and binary forms, with or without

svn commit: r363412 - stable/12/usr.sbin/pkg

2020-07-22 Thread Tom Jones
Author: thj Date: Wed Jul 22 06:45:24 2020 New Revision: 363412 URL: https://svnweb.freebsd.org/changeset/base/363412 Log: MFC r362541: pkg: Provide a friendlier message when bootstrap fails due to address resolution The current message when bootstapping pkg fails for any reason

svn commit: r363141 - head/sys/netpfil/ipfw

2020-07-13 Thread Tom Jones
Author: thj Date: Mon Jul 13 13:35:36 2020 New Revision: 363141 URL: https://svnweb.freebsd.org/changeset/base/363141 Log: Don't print VNET pointer when initializing dummynet When dummynet initializes it prints a debug message with the current VNET pointer unnecessarily revealing kernel

svn commit: r362899 - stable/11/share/man/man4

2020-07-02 Thread Tom Jones
Author: thj Date: Thu Jul 2 18:42:43 2020 New Revision: 362899 URL: https://svnweb.freebsd.org/changeset/base/362899 Log: MFC r362379: Fix typo in apic.4 Reviewed by:bcr (manpages) Approved by:jtl (co-mentor) Differential Revision: https://reviews.freebsd.org/D25357

svn commit: r362898 - stable/12/share/man/man4

2020-07-02 Thread Tom Jones
Author: thj Date: Thu Jul 2 18:40:22 2020 New Revision: 362898 URL: https://svnweb.freebsd.org/changeset/base/362898 Log: MFC r362379: Fix typo in apic.4 Reviewed by:bcr (manpages) Approved by:jtl (co-mentor) Differential Revision: https://reviews.freebsd.org/D2535

svn commit: r362541 - head/usr.sbin/pkg

2020-06-23 Thread Tom Jones
Author: thj Date: Tue Jun 23 15:14:54 2020 New Revision: 362541 URL: https://svnweb.freebsd.org/changeset/base/362541 Log: pkg: Provide a friendlier message when bootstrap fails due to address resolution The current message when bootstapping pkg fails for any reason implies that pkg is

svn commit: r362379 - head/share/man/man4

2020-06-19 Thread Tom Jones
Author: thj Date: Fri Jun 19 13:09:00 2020 New Revision: 362379 URL: https://svnweb.freebsd.org/changeset/base/362379 Log: Fix typo in apic.4 Reviewed by: bcr (manpages) Approved by: jtl (co-mentor) MFC after:3 days Differential Revision:

svn commit: r362275 - head/sys/netinet

2020-06-17 Thread Tom Jones
+1,78 @@ +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2019 Tom Jones + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Tom Jones
On Sun, Jun 14, 2020 at 09:56:03PM +0100, Jessica Clarke wrote: > On 14 Jun 2020, at 20:51, Tom Jones wrote: > > On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: > >> Author: jrtc27 > >> Date: Mon Jun 8 21:51:36 2020 > >> New Revision: 361944

Re: svn commit: r361944 - in head/sys/dev/virtio: . network

2020-06-14 Thread Tom Jones
On Mon, Jun 08, 2020 at 09:51:36PM +, Jessica Clarke wrote: > Author: jrtc27 > Date: Mon Jun 8 21:51:36 2020 > New Revision: 361944 > URL: https://svnweb.freebsd.org/changeset/base/361944 > > Log: > virtio: Support non-legacy network device and queue > > The non-legacy interface

Re: svn commit: r346348 - head/share/man/man4

2019-09-03 Thread Tom Jones
On Thu, Apr 18, 2019 at 11:06:45AM +, Tom Jones wrote: > Author: thj > Date: Thu Apr 18 11:06:45 2019 > New Revision: 346348 > URL: https://svnweb.freebsd.org/changeset/base/346348 > > Log: > Add a bugs section to pflog man page > > FreeBSD does not set th

svn commit: r346398 - in head: sys/netinet6 usr.bin/netstat usr.bin/systat

2019-09-03 Thread Tom Jones
Author: thj Date: Fri Apr 19 17:06:43 2019 New Revision: 346398 URL: https://svnweb.freebsd.org/changeset/base/346398 Log: Add stat counter for ipv6 atomic fragments Add a stat counter to track ipv6 atomic fragments. Atomic fragments can be generated in response to invalid path MTU

svn commit: r346348 - head/share/man/man4

2019-09-03 Thread Tom Jones
Author: thj Date: Thu Apr 18 11:06:45 2019 New Revision: 346348 URL: https://svnweb.freebsd.org/changeset/base/346348 Log: Add a bugs section to pflog man page FreeBSD does not set the pid field in the pfloghdr struct. This field is populated on other platforms, document this to save

svn commit: r346274 - head/share/man/man4

2019-09-03 Thread Tom Jones
Author: thj Date: Tue Apr 16 13:31:16 2019 New Revision: 346274 URL: https://svnweb.freebsd.org/changeset/base/346274 Log: Update and clarify pflog man page The pflog0 interface is created when the module is loaded, this can be triggered by pf and pflogd being enabled or by kldloading

svn commit: r351166 - head/stand/efi/loader

2019-08-17 Thread Tom Jones
Author: thj Date: Sat Aug 17 06:47:43 2019 New Revision: 351166 URL: https://svnweb.freebsd.org/changeset/base/351166 Log: Reduce size of EFI_STAGING_SIZE to 32 on arm Reduce the size of the EFI_STAGING area we allocate on arm to 32. On arm SBC such as the NanoPi-NEOLTS the staging area

svn commit: r351165 - head/tests/sys/netpfil/common

2019-08-17 Thread Tom Jones
Author: thj Date: Sat Aug 17 06:44:11 2019 New Revision: 351165 URL: https://svnweb.freebsd.org/changeset/base/351165 Log: Add basic NAT test for pf, ipf and ipfw Add common firewall NAT tests for pf, ipf and ipfw (using both in-kernel and userspace NAT). Submitted by: Ahsan

svn commit: r350749 - head/sys/netinet

2019-08-08 Thread Tom Jones
Author: thj Date: Thu Aug 8 11:43:09 2019 New Revision: 350749 URL: https://svnweb.freebsd.org/changeset/base/350749 Log: Rename IPPROTO 33 from SEP to DCCP IPPROTO 33 is DCCP in the IANA Registry: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml IPPROTO_SEP

svn commit: r350586 - in head: etc/mtree tests/sys/netpfil tests/sys/netpfil/common

2019-08-05 Thread Tom Jones
Author: thj Date: Mon Aug 5 11:47:34 2019 New Revision: 350586 URL: https://svnweb.freebsd.org/changeset/base/350586 Log: Add common firewall test suite Add a common test suite for the firewalls included in the base system. The test suite allows common test infrastructure to test pf,

svn commit: r346398 - in head: sys/netinet6 usr.bin/netstat usr.bin/systat

2019-04-19 Thread Tom Jones
Author: thj Date: Fri Apr 19 17:06:43 2019 New Revision: 346398 URL: https://svnweb.freebsd.org/changeset/base/346398 Log: Add stat counter for ipv6 atomic fragments Add a stat counter to track ipv6 atomic fragments. Atomic fragments can be generated in response to invalid path MTU

Re: svn commit: r346348 - head/share/man/man4

2019-04-18 Thread Tom Jones
On Thu, Apr 18, 2019 at 11:06:45AM +, Tom Jones wrote: > Author: thj > Date: Thu Apr 18 11:06:45 2019 > New Revision: 346348 > URL: https://svnweb.freebsd.org/changeset/base/346348 > > Log: > Add a bugs section to pflog man page > > FreeBSD does not set th

svn commit: r346348 - head/share/man/man4

2019-04-18 Thread Tom Jones
Author: thj Date: Thu Apr 18 11:06:45 2019 New Revision: 346348 URL: https://svnweb.freebsd.org/changeset/base/346348 Log: Add a bugs section to pflog man page FreeBSD does not set the pid field in the pfloghdr struct. This field is populated on other platforms, document this to save

svn commit: r346274 - head/share/man/man4

2019-04-16 Thread Tom Jones
Author: thj Date: Tue Apr 16 13:31:16 2019 New Revision: 346274 URL: https://svnweb.freebsd.org/changeset/base/346274 Log: Update and clarify pflog man page The pflog0 interface is created when the module is loaded, this can be triggered by pf and pflogd being enabled or by kldloading

svn commit: r344301 - head/sys/netinet6

2019-02-19 Thread Tom Jones
Author: thj Date: Tue Feb 19 19:57:55 2019 New Revision: 344301 URL: https://svnweb.freebsd.org/changeset/base/344301 Log: When dropping a fragment queue count the number of fragments in the queue When dropping a fragment queue, account for the number of fragments in the queue. This

svn commit: r344292 - head/sys/dev/acpica

2019-02-19 Thread Tom Jones
Author: thj Date: Tue Feb 19 19:04:52 2019 New Revision: 344292 URL: https://svnweb.freebsd.org/changeset/base/344292 Log: Fix style after r340832 Reported by: jhb Reviewed by: jhb, jtl Approved by: jtl (mentor) MFC after:3 days Differential Revision:

svn commit: r340832 - head/sys/dev/acpica

2018-11-23 Thread Tom Jones
Author: thj Date: Fri Nov 23 12:03:01 2018 New Revision: 340832 URL: https://svnweb.freebsd.org/changeset/base/340832 Log: Add support for none ACPI battery method batteries Remove the requirement that a device be a ACPI method battery to be supported as a battery. Require now that

svn commit: r339195 - head/sys/netinet

2018-10-05 Thread Tom Jones
Author: thj Date: Fri Oct 5 12:51:30 2018 New Revision: 339195 URL: https://svnweb.freebsd.org/changeset/base/339195 Log: Convert UDP length to host byte order When getting the number of bytes to checksum make sure to convert the UDP length to host byte order when the entire header is

svn commit: r334705 - head/sys/netinet

2018-06-06 Thread Tom Jones
Author: thj Date: Wed Jun 6 07:04:40 2018 New Revision: 334705 URL: https://svnweb.freebsd.org/changeset/base/334705 Log: Use UDP len when calculating UDP checksums The length of the IP payload is normally equal to the UDP length, UDP Options (draft-ietf-tsvwg-udp-options-02) suggests

Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Tom Jones
On Wed, May 09, 2018 at 10:47:17AM -0700, Matthew Macy wrote: > Can you tell me anything more about your workload? Running the VM snapshot based on r333209, with kernels built today. VM will panic sitting idle. Network has some light v6 multicast. root@freebsd:~ # cat /etc/rc.conf

Re: svn commit: r333309 - in head/sys: net netinet netinet6

2018-05-09 Thread Tom Jones
On Sun, May 06, 2018 at 08:34:13PM +, Matt Macy wrote: > Author: mmacy > Date: Sun May 6 20:34:13 2018 > New Revision: 09 > URL: https://svnweb.freebsd.org/changeset/base/09 > > Log: > r333175 introduced deferred deletion of multicast addresses in order to > permit the driver

Re: svn commit: r330834 - head/sys/dev/vt/hw/vga

2018-04-23 Thread Tom Jones
On Tue, Mar 13, 2018 at 09:38:54AM +, Roger Pau Monné wrote: > Author: royger > Date: Tue Mar 13 09:38:53 2018 > New Revision: 330834 > URL: https://svnweb.freebsd.org/changeset/base/330834 > > Log: > vt_vga: check if VGA is available from ACPI FADT table > > On x86 the IA-PC Boot

svn commit: r332424 - head/share/misc

2018-04-12 Thread Tom Jones
) @@ -328,6 +328,7 @@ suz [label="SUZUKI Shinsuke\n...@freebsd.org\n2002/03/ syrinx [label="Shteryana Shopova\nsyr...@freebsd.org\n2006/10/07"] takawata [label="Takanori Watanabe\ntakaw...@freebsd.org\n2000/07/06"] theraven [label="David Chisnall\nthera...@freebsd.org\