svn commit: r344974 - stable/12/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sun Mar 10 00:56:38 2019 New Revision: 344974 URL: https://svnweb.freebsd.org/changeset/base/344974 Log: pf: Small performance tweak Because fetching a counter is a rather expansive function we should use counter_u64_fetch() in pf_state_expires() only when necessary. A "r

svn commit: r344975 - stable/11/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sun Mar 10 00:56:39 2019 New Revision: 344975 URL: https://svnweb.freebsd.org/changeset/base/344975 Log: pf: Small performance tweak Because fetching a counter is a rather expansive function we should use counter_u64_fetch() in pf_state_expires() only when necessary. A "r

svn commit: r344973 - stable/12/usr.bin/write

2019-03-09 Thread Mark Johnston
Author: markj Date: Sat Mar 9 21:09:44 2019 New Revision: 344973 URL: https://svnweb.freebsd.org/changeset/base/344973 Log: MFC r343354: Remove extraneous setutxent() calls in write(1). PR: 235096 Modified: stable/12/usr.bin/write/write.c Directory Properties: stable/12/ (props

Re: svn commit: r344970 - head

2019-03-09 Thread Rodney W. Grimes
> Author: imp > Date: Sat Mar 9 17:17:44 2019 > New Revision: 344970 > URL: https://svnweb.freebsd.org/changeset/base/344970 > > Log: > Misc fixes based on upgrading a laptop from 11.1R to -current > > Add note about needing to start zfs because mount -a doesn't do that. > Add the word '

Re: svn commit: r344972 - head

2019-03-09 Thread Warner Losh
On Sat, Mar 9, 2019 at 10:32 AM Alan Somers wrote: > On Sat, Mar 9, 2019 at 10:18 AM Warner Losh wrote: > > > > Author: imp > > Date: Sat Mar 9 17:17:59 2019 > > New Revision: 344972 > > URL: https://svnweb.freebsd.org/changeset/base/344972 > > > > Log: > > Augment ino64 entry > > > > When

Re: svn commit: r344970 - head

2019-03-09 Thread Enji Cooper
> On Mar 9, 2019, at 9:17 AM, Warner Losh wrote: > > Author: imp > Date: Sat Mar 9 17:17:44 2019 > New Revision: 344970 > URL: https://svnweb.freebsd.org/changeset/base/344970 > > Log: > Misc fixes based on upgrading a laptop from 11.1R to -current > > Add note about needing to start zfs be

svn commit: r344971 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:55 2019 New Revision: 344971 URL: https://svnweb.freebsd.org/changeset/base/344971 Log: Fix a number of entries (almost all mine) that were > 80 columns. When reading UPDATING from single user in vi, I noticed a few wrapped, so fix them to not wrap.

svn commit: r344970 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:44 2019 New Revision: 344970 URL: https://svnweb.freebsd.org/changeset/base/344970 Log: Misc fixes based on upgrading a laptop from 11.1R to -current Add note about needing to start zfs because mount -a doesn't do that. Add the word 'supported' before 'o

svn commit: r344972 - head

2019-03-09 Thread Warner Losh
Author: imp Date: Sat Mar 9 17:17:59 2019 New Revision: 344972 URL: https://svnweb.freebsd.org/changeset/base/344972 Log: Augment ino64 entry When updating across this change (the introduction of ino64), the "fast and loose" practice of rebooting to multiuser and then doing an installw

Re: svn commit: r344970 - head

2019-03-09 Thread Enji Cooper
> On Mar 9, 2019, at 10:27 AM, Warner Losh wrote: > > On Sat, Mar 9, 2019 at 10:25 AM Enji Cooper > wrote: > > > On Mar 9, 2019, at 9:17 AM, Warner Losh wrote: > > > > Author: imp > > Date: Sat Mar 9 17:17:44 2019 > > New Revision: 344970 > > URL: https://svnwe

Re: svn commit: r344970 - head

2019-03-09 Thread Warner Losh
On Sat, Mar 9, 2019 at 10:25 AM Enji Cooper wrote: > > > On Mar 9, 2019, at 9:17 AM, Warner Losh wrote: > > > > Author: imp > > Date: Sat Mar 9 17:17:44 2019 > > New Revision: 344970 > > URL: https://svnweb.freebsd.org/changeset/base/344970 > > > > Log: > > Misc fixes based on upgrading a lapt

Re: svn commit: r344972 - head

2019-03-09 Thread Alan Somers
On Sat, Mar 9, 2019 at 10:18 AM Warner Losh wrote: > > Author: imp > Date: Sat Mar 9 17:17:59 2019 > New Revision: 344972 > URL: https://svnweb.freebsd.org/changeset/base/344972 > > Log: > Augment ino64 entry > > When updating across this change (the introduction of ino64), the > "fast and

svn commit: r344969 - in stable: 11/sys/dev/malo 11/sys/dev/mwl 11/sys/dev/usb/wlan 11/sys/net80211 12/sys/dev/malo 12/sys/dev/mwl 12/sys/dev/usb/wlan 12/sys/net80211

2019-03-09 Thread Andriy Voskoboinyk
Author: avos Date: Sat Mar 9 12:54:10 2019 New Revision: 344969 URL: https://svnweb.freebsd.org/changeset/base/344969 Log: MFC r343990: net80211: hide casts for 'i_seq' field offset calculation inside ieee80211_getqos() and reuse it in various places. Modified: stable/12/sys/dev/malo/if_

svn commit: r344969 - in stable: 11/sys/dev/malo 11/sys/dev/mwl 11/sys/dev/usb/wlan 11/sys/net80211 12/sys/dev/malo 12/sys/dev/mwl 12/sys/dev/usb/wlan 12/sys/net80211

2019-03-09 Thread Andriy Voskoboinyk
Author: avos Date: Sat Mar 9 12:54:10 2019 New Revision: 344969 URL: https://svnweb.freebsd.org/changeset/base/344969 Log: MFC r343990: net80211: hide casts for 'i_seq' field offset calculation inside ieee80211_getqos() and reuse it in various places. Modified: stable/11/sys/dev/malo/if_

svn commit: r344968 - stable/12/sys/dev/rtwn/rtl8192c

2019-03-09 Thread Andriy Voskoboinyk
Author: avos Date: Sat Mar 9 12:44:05 2019 New Revision: 344968 URL: https://svnweb.freebsd.org/changeset/base/344968 Log: MFC r344744: rtwn_usb(4): fix LED blinking for RTL8192CU during scanning Modified: stable/12/sys/dev/rtwn/rtl8192c/r92c_init.c Directory Properties: stable/12/ (pr

svn commit: r344964 - stable/11/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:28:36 2019 New Revision: 344964 URL: https://svnweb.freebsd.org/changeset/base/344964 Log: MFC r340073, r341359: pf: Keep a reference to struct ifnets we're using Ensure that the struct ifnet we use can't go away until we're done with it. pf: Fix p

svn commit: r344962 - stable/12/tests/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:24:39 2019 New Revision: 344962 URL: https://svnweb.freebsd.org/changeset/base/344962 Log: MFC r341360: pf tests: Test name handling Provoke a situation where two interfaces have the same name, and verify pf's reaction to this. Added: stable/12/tests

svn commit: r344966 - in stable/12/tests/sys: . common netipsec/tunnel netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:34:42 2019 New Revision: 344966 URL: https://svnweb.freebsd.org/changeset/base/344966 Log: MFC r344764 tests: Move common (vnet) test functions into a common file The netipsec and pf tests have a number of common test functions. These used to be duplica

svn commit: r344967 - stable/12/tests/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:35:37 2019 New Revision: 344967 URL: https://svnweb.freebsd.org/changeset/base/344967 Log: MFC r344720: pf tests: Test for nested inline anchor issue PR: 196314 Modified: stable/12/tests/sys/netpfil/pf/pass_block.sh Directory Properties: st

svn commit: r344965 - stable/12/tests/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:33:47 2019 New Revision: 344965 URL: https://svnweb.freebsd.org/changeset/base/344965 Log: MFC r339836, r340286, r341358: pf tests: Test ':0' ignoring link-local addresses Fix test: sys.netpfil.pf.pass_block.noalias Replace hard-coded epair0b with th

svn commit: r344963 - stable/12/sys/netpfil/pf

2019-03-09 Thread Kristof Provost
Author: kp Date: Sat Mar 9 10:28:36 2019 New Revision: 344963 URL: https://svnweb.freebsd.org/changeset/base/344963 Log: MFC r340073, r341359: pf: Keep a reference to struct ifnets we're using Ensure that the struct ifnet we use can't go away until we're done with it. pf: Fix p

Re: svn commit: r344960 - head/sys/powerpc/powerpc

2019-03-09 Thread Alexey Dokuchaev
On Sat, Mar 09, 2019 at 03:18:38AM +, Justin Hibbits wrote: > New Revision: 344960 > URL: https://svnweb.freebsd.org/changeset/base/344960 > > Log: > powerpc: Print trap frame address for fatal traps > > MFC after: 1 week > > Modified: > head/sys/powerpc/powerpc/trap.c > > Modified

svn commit: r344960 - head/sys/powerpc/powerpc

2019-03-09 Thread Justin Hibbits
Author: jhibbits Date: Sat Mar 9 03:18:37 2019 New Revision: 344960 URL: https://svnweb.freebsd.org/changeset/base/344960 Log: powerpc: Print trap frame address for fatal traps MFC after:1 week Modified: head/sys/powerpc/powerpc/trap.c Modified: head/sys/powerpc/powerpc/trap.c