svn commit: r344994 - head/sys/dev/usb/wlan

2019-03-10 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 11 02:02:04 2019 New Revision: 344994 URL: https://svnweb.freebsd.org/changeset/base/344994 Log: urtw(4): add promiscuous mode callback Also, pass control frames to the host while in MONITOR mode and / or when promiscuous mode is enabled. Tested with

svn commit: r344993 - stable/12/sys/net

2019-03-10 Thread Alexander Motin
Author: mav Date: Mon Mar 11 01:45:26 2019 New Revision: 344993 URL: https://svnweb.freebsd.org/changeset/base/344993 Log: MFC r344782: bridge: Fix spurious warnings about capabilities Mask off the bits we don't care about when checking that capabilities of the member interfaces have

svn commit: r344987 - head/sys/dev/smartpqi

2019-03-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 10 23:05:38 2019 New Revision: 344987 URL: https://svnweb.freebsd.org/changeset/base/344987 Log: Fix crash in low memory conditions. Usual backtrace looked like this: pqisrc_build_sgl() at pqisrc_build_sgl+0x8d/frame 0xfe009e8b7a00

Re: svn commit: r344984 - in stable/11: sbin/sysctl sys/dev/evdev

2019-03-10 Thread Konstantin Belousov
On Sun, Mar 10, 2019 at 08:58:24PM +, Vladimir Kondratyev wrote: > Author: wulf > Date: Sun Mar 10 20:58:24 2019 > New Revision: 344984 > URL: https://svnweb.freebsd.org/changeset/base/344984 > > Log: > MFC r344494,r344495: > > evdev: export event device properties through sysctl

svn commit: r344986 - stable/11/sys/dev/evdev

2019-03-10 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 10 21:43:13 2019 New Revision: 344986 URL: https://svnweb.freebsd.org/changeset/base/344986 Log: Fix build breakage caused by r344984 This is a direct commit to stable/11 Modified: stable/11/sys/dev/evdev/evdev.c Modified: stable/11/sys/dev/evdev/evdev.c

svn commit: r344985 - head/share/man/man5

2019-03-10 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sun Mar 10 20:58:59 2019 New Revision: 344985 URL: https://svnweb.freebsd.org/changeset/base/344985 Log: style.mdoc.5: Fix formatting issues Reviewed by: bcr Approved by: bcr (doc) Approved by: krion (mentor, implicit), mat (mentor, implicit)

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

2019-03-10 Thread Justin Hibbits
On Sat, 9 Mar 2019 08:50:58 + Alexey Dokuchaev wrote: > 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

svn commit: r344982 - head/sys/x86/isa

2019-03-10 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 10 20:19:43 2019 New Revision: 344982 URL: https://svnweb.freebsd.org/changeset/base/344982 Log: atrtc(4): install ACPI RTC/CMOS operation region handler FreeBSD base system does not provide an ACPI handler for the PC/AT RTC/CMOS device with PnP ID PNP0B00; on

svn commit: r344997 - stable/12/lib/libutil

2019-03-10 Thread Sean Eric Fagan
Author: sef Date: Mon Mar 11 03:00:33 2019 New Revision: 344997 URL: https://svnweb.freebsd.org/changeset/base/344997 Log: MFC r343881 r339008 broke repquota for UFS. This rectifies that. Refactor the function calls and tests so that, on UFS, the proper fields are filled out.

svn commit: r344979 - head/sys/net

2019-03-10 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 10 17:08:05 2019 New Revision: 344979 URL: https://svnweb.freebsd.org/changeset/base/344979 Log: Properly handle a case when a first filter returns PFIL_REALLOCED, then second one returns PFIL_PASS. Modified: head/sys/net/pfil.c Modified: head/sys/net/pfil.c

Re: svn commit: r344990 - in head: share/man/man9 sys/dev/ath sys/dev/bwi sys/dev/bwn sys/dev/ipw sys/dev/iwi sys/dev/iwm sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/otus sys/dev/ral sys/dev/rtwn sys

2019-03-10 Thread Warner Losh
On Sun, Mar 10, 2019 at 8:12 PM Rodney W. Grimes wrote: > > Author: avos > > Date: Mon Mar 11 01:27:01 2019 > > New Revision: 344990 > > URL: https://svnweb.freebsd.org/changeset/base/344990 > > > > Log: > > Fix ieee80211_radiotap(9) usage in wireless drivers: > > > > - Alignment issues: > >

Re: svn commit: r344984 - in stable/11: sbin/sysctl sys/dev/evdev

2019-03-10 Thread Vladimir Kondratyev
On 2019-03-11 00:22, Konstantin Belousov wrote: On Sun, Mar 10, 2019 at 08:58:24PM +, Vladimir Kondratyev wrote: Author: wulf Date: Sun Mar 10 20:58:24 2019 New Revision: 344984 URL: https://svnweb.freebsd.org/changeset/base/344984 Log: MFC r344494,r344495: + ev_sysctl_tree =

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

2019-03-10 Thread Kristof Provost
On 10 Mar 2019, at 17:54, Ian Lepore wrote: > On Sun, 2019-03-10 at 10:34 +0100, Kristof Provost wrote: >> Yes. I should see about scripting these MFCs someday, to avoid silly >> mistakes like this. >> > > Or looking into using gonzo's mfc helper website at > > https://mfc.kernelnomicon.org/6/ >

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

2019-03-10 Thread Ian Lepore
On Sun, 2019-03-10 at 10:34 +0100, Kristof Provost wrote: > On 10 Mar 2019, at 10:16, Harry Schmalzbauer wrote: > > Am 10.03.2019 um 01:56 schrieb Kristof Provost: > > > Author: kp > > > Date: Sun Mar 10 00:56:38 2019 > > > New Revision: 344974 > > > URL:

Re: svn commit: r344990 - in head: share/man/man9 sys/dev/ath sys/dev/bwi sys/dev/bwn sys/dev/ipw sys/dev/iwi sys/dev/iwm sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/otus sys/dev/ral sys/dev/rtwn sys

2019-03-10 Thread Rodney W. Grimes
> Author: avos > Date: Mon Mar 11 01:27:01 2019 > New Revision: 344990 > URL: https://svnweb.freebsd.org/changeset/base/344990 > > Log: > Fix ieee80211_radiotap(9) usage in wireless drivers: > > - Alignment issues: >* Add missing __packed attributes + padding across all drivers; in >

Re: svn commit: r344487 - in head/sys: conf gnu/gcov

2019-03-10 Thread Ed Maste
On Sat, 23 Feb 2019 at 16:14, Matt Macy wrote: > > Author: mmacy > Date: Sat Feb 23 21:14:00 2019 > New Revision: 344487 > URL: https://svnweb.freebsd.org/changeset/base/344487 > > Log: > gcov support I've added gcov to https://wiki.freebsd.org/GPLinBase.

svn commit: r344990 - in head: share/man/man9 sys/dev/ath sys/dev/bwi sys/dev/bwn sys/dev/ipw sys/dev/iwi sys/dev/iwm sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/otus sys/dev/ral sys/dev/rtwn sys/...

2019-03-10 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 11 01:27:01 2019 New Revision: 344990 URL: https://svnweb.freebsd.org/changeset/base/344990 Log: Fix ieee80211_radiotap(9) usage in wireless drivers: - Alignment issues: * Add missing __packed attributes + padding across all drivers; in most places there was

svn commit: r344980 - head/sys/net

2019-03-10 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 10 17:20:09 2019 New Revision: 344980 URL: https://svnweb.freebsd.org/changeset/base/344980 Log: Most Ethernet drivers that potentially can run a pfil(9) hook with PFIL_MEMPTR flag are intentionally providing a memory address that isn't aligned to pointer

svn commit: r344977 - stable/11/lib/libc/tests/sys

2019-03-10 Thread Enji Cooper
Author: ngie Date: Sun Mar 10 16:13:00 2019 New Revision: 344977 URL: https://svnweb.freebsd.org/changeset/base/344977 Log: MFC r343362,r343365,r343367,r343368,r343461,r343751,r344310: r343362: Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfile These

svn commit: r344978 - stable/12/lib/libc/tests/sys

2019-03-10 Thread Enji Cooper
Author: ngie Date: Sun Mar 10 16:14:42 2019 New Revision: 344978 URL: https://svnweb.freebsd.org/changeset/base/344978 Log: MFC r343362,r343365,r343367,r343368,r343461,r343751,r344310: r343362: Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfile These

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-03-10 Thread Alexey Dokuchaev
On Thu, Feb 28, 2019 at 07:47:51AM +, Alexey Dokuchaev wrote: > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > New Revision: 344648 > > URL: https://svnweb.freebsd.org/changeset/base/344648 > > > > Log: > > Rename seq to seqc to avoid namespace clashes with Linux > >

svn commit: r344984 - in stable/11: sbin/sysctl sys/dev/evdev

2019-03-10 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 10 20:58:24 2019 New Revision: 344984 URL: https://svnweb.freebsd.org/changeset/base/344984 Log: MFC r344494,r344495: evdev: export event device properties through sysctl interface A big security advantage of Wayland is not allowing applications to read

svn commit: r344983 - in stable/12: sbin/sysctl sys/dev/evdev

2019-03-10 Thread Vladimir Kondratyev
Author: wulf Date: Sun Mar 10 20:43:08 2019 New Revision: 344983 URL: https://svnweb.freebsd.org/changeset/base/344983 Log: MFC r344494,r344495: evdev: export event device properties through sysctl interface A big security advantage of Wayland is not allowing applications to read

svn commit: r344981 - head/sys/dev/flash

2019-03-10 Thread Ian Lepore
Author: ian Date: Sun Mar 10 18:48:08 2019 New Revision: 344981 URL: https://svnweb.freebsd.org/changeset/base/344981 Log: Give the mx25l device sole ownership of the name /dev/flash/spi* instead of trying to use disk_add_alias() to make spi* an alias for mx25l*. It turns out

Re: svn commit: r344970 - head

2019-03-10 Thread Warner Losh
On Sun, Mar 10, 2019 at 9:07 AM Alexey Dokuchaev wrote: > On Sat, Mar 09, 2019 at 12:00:27PM -0800, Rodney W. Grimes wrote: > > > New Revision: 344970 > > > URL: https://svnweb.freebsd.org/changeset/base/344970 > > > > > > Log: > > > Misc fixes based on upgrading a laptop from 11.1R to

Re: svn commit: r344970 - head

2019-03-10 Thread Alexey Dokuchaev
On Sat, Mar 09, 2019 at 12:00:27PM -0800, Rodney W. Grimes wrote: > > 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

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

2019-03-10 Thread Kristof Provost
On 10 Mar 2019, at 10:16, Harry Schmalzbauer wrote: Am 10.03.2019 um 01:56 schrieb 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 Seems to be the MFC of 344493. Indeed,

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

2019-03-10 Thread Harry Schmalzbauer
Am 10.03.2019 um 01:56 schrieb 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 Seems to be the MFC of 344493. Out of curiosity, do you have to manually write these log

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

2019-03-10 Thread Andrey V. Elsukov
Author: ae Date: Sun Mar 10 04:41:30 2019 New Revision: 344976 URL: https://svnweb.freebsd.org/changeset/base/344976 Log: MFC r344870: Fix the problem with O_LIMIT states introduced in r344018. dyn_install_state() uses `rule` pointer when it creates state. For O_LIMIT states this