svn commit: r361820 - head/sys/dev/iwn

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 04:24:34 2020 New Revision: 361820 URL: https://svnweb.freebsd.org/changeset/base/361820 Log: [iwn] Set default ampdu parameters. These are from the linux iwlwifi driver ;the default use smaller maximum AMPDUs (8k) and a much smaller density (none.) The

svn commit: r361819 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 04:04:47 2020 New Revision: 361819 URL: https://svnweb.freebsd.org/changeset/base/361819 Log: [net80211] Add field definition for A-MSDU inside A-MPDU. Now that I have A-MSDU and A-MPDU coexisting together, we need to actually announce if (a) it's

svn commit: r361818 - stable/12/bin/ls

2020-06-04 Thread Kyle Evans
Author: kevans Date: Fri Jun 5 02:56:42 2020 New Revision: 361818 URL: https://svnweb.freebsd.org/changeset/base/361818 Log: MFC r361318, r361331-r361332 r361318: ls: fix a --color regression from r337956 The regression is in-fact that I flipped the default from never to auto. The

svn commit: r361817 - in stable: 11/stand/lua 12/stand/lua

2020-06-04 Thread Kyle Evans
Author: kevans Date: Fri Jun 5 02:52:07 2020 New Revision: 361817 URL: https://svnweb.freebsd.org/changeset/base/361817 Log: MFC r361709: lualoader: improve drawer error handling At least one user has landed in a scenario where logo files appear to be misnamed, and we failed to find

svn commit: r361817 - in stable: 11/stand/lua 12/stand/lua

2020-06-04 Thread Kyle Evans
Author: kevans Date: Fri Jun 5 02:52:07 2020 New Revision: 361817 URL: https://svnweb.freebsd.org/changeset/base/361817 Log: MFC r361709: lualoader: improve drawer error handling At least one user has landed in a scenario where logo files appear to be misnamed, and we failed to find

svn commit: r361816 - head/sys/dev/ahci

2020-06-04 Thread Alexander Motin
Author: mav Date: Fri Jun 5 02:21:46 2020 New Revision: 361816 URL: https://svnweb.freebsd.org/changeset/base/361816 Log: Limit AHCI to only one MSI if more is not needed. My AMD Ryzen system has 4 AHCI controllers, each supporting 16 MSI vectors. Since two of the controllers have only

svn commit: r361814 - in head/sys/ufs: ffs ufs

2020-06-04 Thread Kirk McKusick
Author: mckusick Date: Fri Jun 5 01:00:55 2020 New Revision: 361814 URL: https://svnweb.freebsd.org/changeset/base/361814 Log: Further evaluation of the POSIX spec for fdatasync() shows that it requires that new data on growing files be accessible. Thus, the the fsyncdata() system call

svn commit: r361813 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 00:16:54 2020 New Revision: 361813 URL: https://svnweb.freebsd.org/changeset/base/361813 Log: [net80211] Add some more debugging during scanning I'm trying to chase down more weird "I am not doing an incremental scan when being asked" issues so these

svn commit: r361812 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 00:14:02 2020 New Revision: 361812 URL: https://svnweb.freebsd.org/changeset/base/361812 Log: [net80211] Print out a bad PN in both hex and decimal. I've been using this to visually identify when I'm getting corrupted PNs from the hardware. :( Modified:

svn commit: r361811 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 00:11:44 2020 New Revision: 361811 URL: https://svnweb.freebsd.org/changeset/base/361811 Log: [net80211] Send a probe request after IBSS node discovery This sends a probe request after IBSS node discovery through beacon frames. This allows things like HT

svn commit: r361810 - in head: lib/libipsec sbin/setkey sys/net usr.bin/netstat

2020-06-04 Thread John Baldwin
Author: jhb Date: Thu Jun 4 22:58:37 2020 New Revision: 361810 URL: https://svnweb.freebsd.org/changeset/base/361810 Log: Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec. At this point, AES is the more common name for Rijndael128. setkey(8) will still accept the old

svn commit: r361809 - head/share/man/man7

2020-06-04 Thread John Baldwin
Author: jhb Date: Thu Jun 4 22:16:19 2020 New Revision: 361809 URL: https://svnweb.freebsd.org/changeset/base/361809 Log: Update crypto(7) to list current ciphers. Add descriptions of AES-CCM, Camellia-CBC, and Chacha20. Reviewed by: cem (previous version) Sponsored by: Chelsio

Re: svn commit: r361790 - head/sbin/ifconfig

2020-06-04 Thread Shawn Webb
On Thu, Jun 04, 2020 at 02:44:45PM +, Eugene Grosbein wrote: > Author: eugen > Date: Thu Jun 4 14:44:44 2020 > New Revision: 361790 > URL: https://svnweb.freebsd.org/changeset/base/361790 > > Log: > ifconfig(8): make it possible to filter output by interface group. > > Now options

svn commit: r361808 - stable/12/sys/netinet/cc

2020-06-04 Thread Richard Scheffenegger
Author: rscheff Date: Thu Jun 4 21:02:24 2020 New Revision: 361808 URL: https://svnweb.freebsd.org/changeset/base/361808 Log: MFC rS361348: DCTCP: update alpha only once after loss recovery. In mixed ECN marking and loss scenarios it was found, that the alpha value of DCTCP is updated

svn commit: r361807 - head/sys/contrib/edk2

2020-06-04 Thread Mitchell Horne
Author: mhorne Date: Thu Jun 4 20:48:57 2020 New Revision: 361807 URL: https://svnweb.freebsd.org/changeset/base/361807 Log: Document upgrade procedure in FREEBSD-upgrade It was pointed out to me that this is the convention for documenting upgrade instructions, rather than just leaving

svn commit: r361806 - head/bin/dd

2020-06-04 Thread Richard Scheffenegger
Author: rscheff Date: Thu Jun 4 20:47:11 2020 New Revision: 361806 URL: https://svnweb.freebsd.org/changeset/base/361806 Log: Add O_DIRECT flag to DD for cache bypass FreeBSD DD utility has not had support for the O_DIRECT flag, which is useful to bypass local caching, e.g. for

svn commit: r361805 - head/sys/dev/e1000

2020-06-04 Thread Eric Joyner
Author: erj Date: Thu Jun 4 20:39:28 2020 New Revision: 361805 URL: https://svnweb.freebsd.org/changeset/base/361805 Log: em(4): Add support for Comet Lake Mobile Platform, update shared code This change introduces Comet Lake Mobile Platform support in the e1000 driver along with shared

Re: svn commit: r361801 - head/sys/ufs/ffs

2020-06-04 Thread Stefan Eßer
Am 04.06.20 um 21:48 schrieb Kyle Evans: > On Thu, Jun 4, 2020 at 1:35 PM Kirk McKusick wrote: [...] >> Modified: head/sys/ufs/ffs/ffs_balloc.c >> == >> --- head/sys/ufs/ffs/ffs_balloc.c Thu Jun 4 18:19:16 2020

Re: svn commit: r361796 - head/sys/dts/arm64/overlays

2020-06-04 Thread Oleksandr Tymoshenko
Oleksandr Tymoshenko (go...@freebsd.org) wrote: > Author: gonzo > Date: Thu Jun 4 17:20:58 2020 > New Revision: 361796 > URL: https://svnweb.freebsd.org/changeset/base/361796 > > Log: > Remove licenses > > I haven't requested explicit permission from authors and shouldn't have > added

svn commit: r361804 - head/sys/opencrypto

2020-06-04 Thread John Baldwin
Author: jhb Date: Thu Jun 4 20:12:34 2020 New Revision: 361804 URL: https://svnweb.freebsd.org/changeset/base/361804 Log: Use separate output buffers for OCF requests in KTLS. KTLS encryption requests for file-backed data such as from sendfile(2) require the encrypted data to be stored

svn commit: r361803 - head/sys/ufs/ffs

2020-06-04 Thread Stefan Eßer
Author: se Date: Thu Jun 4 19:54:25 2020 New Revision: 361803 URL: https://svnweb.freebsd.org/changeset/base/361803 Log: Fix obvious typo: IN_BLKDATA should be IN_IBLKDATA Modified: head/sys/ufs/ffs/ffs_balloc.c Modified: head/sys/ufs/ffs/ffs_balloc.c

Re: svn commit: r361801 - head/sys/ufs/ffs

2020-06-04 Thread Kyle Evans
On Thu, Jun 4, 2020 at 1:35 PM Kirk McKusick wrote: > > Author: mckusick > Date: Thu Jun 4 18:35:21 2020 > New Revision: 361801 > URL: https://svnweb.freebsd.org/changeset/base/361801 > > Log: > Two additional places that need to identify IN_IBLKDATA. > > Reviewed by: kib > MFC with:

svn commit: r361802 - in head/sys/contrib/edk2: . Include Include/Guid Include/IndustryStandard Include/Library Include/Protocol Include/Uefi

2020-06-04 Thread Mitchell Horne
Author: mhorne Date: Thu Jun 4 19:21:41 2020 New Revision: 361802 URL: https://svnweb.freebsd.org/changeset/base/361802 Log: Update edk2 headers to stable202005 We use these to compile libefivar. The particular motivation for this update is the inclusion of the RISC-V machine

svn commit: r361801 - head/sys/ufs/ffs

2020-06-04 Thread Kirk McKusick
Author: mckusick Date: Thu Jun 4 18:35:21 2020 New Revision: 361801 URL: https://svnweb.freebsd.org/changeset/base/361801 Log: Two additional places that need to identify IN_IBLKDATA. Reviewed by: kib MFC with: -r361785 Differential Revision: https://reviews.freebsd.org/D25072

svn commit: r361800 - head

2020-06-04 Thread Kyle Evans
expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20200604: + read(2) of a directory fd is now rejected by default. root may + re-enable it for system root only on non-ZFS filesystems with the + security.bsd.allow_read_

svn commit: r361799 - in head: lib/libc/sys sys/kern sys/sys

2020-06-04 Thread Kyle Evans
Author: kevans Date: Thu Jun 4 18:17:25 2020 New Revision: 361799 URL: https://svnweb.freebsd.org/changeset/base/361799 Log: vfs: add restrictions to read(2) of a directory [2/2] This commit adds the priv(9) that waters down the sysctl to make it only allow read(2) of a dirfd by the

svn commit: r361798 - in head: bin/csh bin/sh lib/libc/sys sys/kern

2020-06-04 Thread Kyle Evans
Author: kevans Date: Thu Jun 4 18:09:55 2020 New Revision: 361798 URL: https://svnweb.freebsd.org/changeset/base/361798 Log: vfs: add restrictions to read(2) of a directory [1/2] Historically, we've allowed read() of a directory and some filesystems will accommodate (e.g. ufs/ffs,

svn commit: r361797 - in stable: 11/sys/kern 12/sys/kern

2020-06-04 Thread Ryan Moeller
Author: freqlabs Date: Thu Jun 4 17:23:49 2020 New Revision: 361797 URL: https://svnweb.freebsd.org/changeset/base/361797 Log: MFC r361699, r361711: Assign default security flavor when converting old export args vfs_export requires security flavors be explicitly listed when

svn commit: r361797 - in stable: 11/sys/kern 12/sys/kern

2020-06-04 Thread Ryan Moeller
Author: freqlabs Date: Thu Jun 4 17:23:49 2020 New Revision: 361797 URL: https://svnweb.freebsd.org/changeset/base/361797 Log: MFC r361699, r361711: Assign default security flavor when converting old export args vfs_export requires security flavors be explicitly listed when

svn commit: r361796 - head/sys/dts/arm64/overlays

2020-06-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Jun 4 17:20:58 2020 New Revision: 361796 URL: https://svnweb.freebsd.org/changeset/base/361796 Log: Remove licenses I haven't requested explicit permission from authors and shouldn't have added BSDL headers without it. Requestes by: imp Modified:

svn commit: r361795 - stable/11/sys/x86/xen

2020-06-04 Thread Alexander Motin
Author: mav Date: Thu Jun 4 17:08:07 2020 New Revision: 361795 URL: https://svnweb.freebsd.org/changeset/base/361795 Log: MFC r354637 (by royger): xen: fix dispatching of NMIs Modified: stable/11/sys/x86/xen/xen_apic.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r361794 - stable/11/sys/amd64/amd64

2020-06-04 Thread Alexander Motin
Author: mav Date: Thu Jun 4 17:01:39 2020 New Revision: 361794 URL: https://svnweb.freebsd.org/changeset/base/361794 Log: MFC r354638: teach db_nextframe/x86 about [X]xen_intr_upcall interrupt handler Modified: stable/11/sys/amd64/amd64/db_trace.c Directory Properties: stable/11/ (props

userboot.so can't open rootfs partition if you use raw BSD partitions directly on disk without any slices

2020-06-04 Thread Michael Pounov
Excuse me for double sent, but I forgot the attachment :( After upgrade from FreeBSD 12.0 to 12-STABLE of embedded image under BHyve guest I faced with bootloader issue. >From FreeBSD 12.1 till current version of FreeBFrom FreeBSD 12.1 till current >version of FreeBSD. userboot.so loader haves

userboot.so can't open rootfs partition if you use raw BSD partitions directly on disk without any slices

2020-06-04 Thread Michael Pounov
Hi After upgrade from FreeBSD 12.0 to 12-STABLE of embedded image under BHyve guest I faced with bootloader issue. >From FreeBSD 12.1 till current version of FreeBFrom FreeBSD 12.1 till current >version of FreeBSD. userboot.so loader haves issue with raw BSD partitions >directly on disk

Re: svn commit: r361791 - head/etc/mtree

2020-06-04 Thread Conrad Meyer
On Thu, Jun 4, 2020 at 9:04 AM Conrad Meyer wrote: > 750 is no more restrictive than defaults for the rest of the open source > Unix-alike world. In particular, Ben Woods surveyed DragonFly, NetBSD, > OpenBSD, ArchLinux, CentOS, Debian, Fedora, Slackware, and Ubuntu. None > have a >

svn commit: r361793 - head/sbin/dhclient

2020-06-04 Thread Mark Johnston
Author: markj Date: Thu Jun 4 16:24:13 2020 New Revision: 361793 URL: https://svnweb.freebsd.org/changeset/base/361793 Log: dhclient: Fix a logic bug remove_protocol(). A logic bug in remove_protocol() meant that it would remove (leak) all structures in the list preceding the one

Re: svn commit: r361791 - head/etc/mtree

2020-06-04 Thread Cy Schubert
In message <202006041604.054g4kab098...@repo.freebsd.org>, Conrad Meyer writes: > Author: cem > Date: Thu Jun 4 16:04:19 2020 > New Revision: 361791 > URL: https://svnweb.freebsd.org/changeset/base/361791 > > Log: > Restrict default /root permissions > > Remove world-readability from the

svn commit: r361792 - in head: share/man/man4 sys/conf

2020-06-04 Thread Mark Johnston
Author: markj Date: Thu Jun 4 16:05:24 2020 New Revision: 361792 URL: https://svnweb.freebsd.org/changeset/base/361792 Log: Update vt(4) config option names to chase r303043. PR: 246080 Submitted by: David Marec MFC after:1 week Modified: head/share/man/man4/vt.4

svn commit: r361791 - head/etc/mtree

2020-06-04 Thread Conrad Meyer
Author: cem Date: Thu Jun 4 16:04:19 2020 New Revision: 361791 URL: https://svnweb.freebsd.org/changeset/base/361791 Log: Restrict default /root permissions Remove world-readability from the root directory. Sensitive information may be stored in /root and we diverge here from

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
On Thu, Jun 4, 2020 at 7:46 AM Rodney W. Grimes wrote: > > On Thu, Jun 4, 2020 at 7:27 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > On Thu, Jun 4, 2020 at 7:04 AM Rodney W. Grimes < > > > free...@gndrsh.dnsmgr.net> > > > > wrote: > > > > > > > > > > On Wed, Jun 3,

svn commit: r361790 - head/sbin/ifconfig

2020-06-04 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 4 14:44:44 2020 New Revision: 361790 URL: https://svnweb.freebsd.org/changeset/base/361790 Log: ifconfig(8): make it possible to filter output by interface group. Now options -g/-G allow to select/unselect interfaces by groups in the "ifconfig -a" output just

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
I look forward to your working with the contributors of all the other files to get them corrected. Then we could consider the last three once we come up with what's more proper than "The FreeBSD Project" for those remaining cases. Warner On Thu, Jun 4, 2020 at 7:46 AM Rodney W. Grimes wrote: >

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

2020-06-04 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 4 14:15:39 2020 New Revision: 361789 URL: https://svnweb.freebsd.org/changeset/base/361789 Log: ipfw: unbreak matching with big table type flow. Test case: # n=32769 # ipfw -q table 1 create type flow:proto,dst-ip,dst-port # jot -w 'table 1 add

Re: svn commit: r361783 - head/usr.bin/killall

2020-06-04 Thread Conrad Meyer
On Thu, Jun 4, 2020 at 3:43 AM Eugene Grosbein wrote: > > 04.06.2020 11:29, Benjamin Kaduk wrote: > > --- head/usr.bin/killall/killall.1Thu Jun 4 02:36:41 2020 > > (r361782) > > +++ head/usr.bin/killall/killall.1Thu Jun 4 04:29:43 2020 > > (r361783) > > @@ -145,6 +145,50

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> On Thu, Jun 4, 2020 at 7:27 AM Rodney W. Grimes > wrote: > > > > On Thu, Jun 4, 2020 at 7:04 AM Rodney W. Grimes < > > free...@gndrsh.dnsmgr.net> > > > wrote: > > > > > > > > On Wed, Jun 3, 2020, 8:10 PM Pedro Giffuni wrote: > > > > > > > > > > > > > > > > > On 03/06/2020 19:59, Oleksandr

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
On Thu, Jun 4, 2020 at 7:37 AM Rodney W. Grimes wrote: > > On Thu, Jun 4, 2020 at 6:54 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > > > >> [

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
On Thu, Jun 4, 2020 at 7:27 AM Rodney W. Grimes wrote: > > On Thu, Jun 4, 2020 at 7:04 AM Rodney W. Grimes < > free...@gndrsh.dnsmgr.net> > > wrote: > > > > > > On Wed, Jun 3, 2020, 8:10 PM Pedro Giffuni wrote: > > > > > > > > > > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > >

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> On Thu, Jun 4, 2020 at 6:54 AM Rodney W. Grimes > wrote: > > > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > > >> [ Charset UTF-8 unsupported, converting... ] > > > >>> Author: gonzo > > > >>> Date: Wed Jun 3 22:18:15

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
On Thu, Jun 4, 2020 at 6:54 AM Rodney W. Grimes wrote: > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > >> [ Charset UTF-8 unsupported, converting... ] > > >>> Author: gonzo > > >>> Date: Wed Jun 3 22:18:15 2020 > > >>> New

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> On Thu, Jun 4, 2020 at 7:04 AM Rodney W. Grimes > wrote: > > > > On Wed, Jun 3, 2020, 8:10 PM Pedro Giffuni wrote: > > > > > > > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > > > >> [ Charset UTF-8 unsupported,

Re: svn commit: r361787 - head/sbin/ifconfig

2020-06-04 Thread Andriy Gapon
On 04/06/2020 16:06, Andriy Gapon wrote: > +Channel agility. > +.It Li B > +PBCC modulation. > +.It Li C > +Poll request capability. I would like to invite anyone who can expand short descriptions like the above to do so. -- Andriy Gapon ___

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Warner Losh
On Thu, Jun 4, 2020 at 7:04 AM Rodney W. Grimes wrote: > > On Wed, Jun 3, 2020, 8:10 PM Pedro Giffuni wrote: > > > > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > > >> [ Charset UTF-8 unsupported, converting... ] > > >

svn commit: r361788 - head/sys/dev/superio

2020-06-04 Thread Andriy Gapon
Author: avg Date: Thu Jun 4 13:18:21 2020 New Revision: 361788 URL: https://svnweb.freebsd.org/changeset/base/361788 Log: superio: do not assume that current LDN cannot change after config exit That assumption should be true when superio(4) uses the hardware exlusively. But it turns

Re: svn commit: r361783 - head/usr.bin/killall

2020-06-04 Thread Rodney W. Grimes
> 04.06.2020 11:29, Benjamin Kaduk wrote: > > > Author: bjk (doc committer) > > Date: Thu Jun 4 04:29:43 2020 > > New Revision: 361783 > > URL: https://svnweb.freebsd.org/changeset/base/361783 > > > > Log: > > Add EXAMPLES to killall(1) > > > > Submitted by: fernape > >

svn commit: r361787 - head/sbin/ifconfig

2020-06-04 Thread Andriy Gapon
Author: avg Date: Thu Jun 4 13:06:49 2020 New Revision: 361787 URL: https://svnweb.freebsd.org/changeset/base/361787 Log: ifconfig.8: fix cpability and flag descriptions for list scan / sta Some capability descriptions under list scan actually described flags. Some capability

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> On Wed, Jun 3, 2020, 8:10 PM Pedro Giffuni wrote: > > > > > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > >> [ Charset UTF-8 unsupported, converting... ] > > >>> Author: gonzo > > >>> Date: Wed Jun 3 22:18:15 2020 > > >>> New

svn commit: r361786 - stable/12/sys/dev/iwm

2020-06-04 Thread Andriy Gapon
Author: avg Date: Thu Jun 4 13:03:13 2020 New Revision: 361786 URL: https://svnweb.freebsd.org/changeset/base/361786 Log: MFC r361273: iwm: improve rfkill handling Previously the driver handled the bit within itself, but did not expose the state change to net80211 and interface layers.

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> On Wed, Jun 3, 2020, 6:28 PM Rodney W. Grimes > wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > > Author: gonzo > > > Date: Wed Jun 3 22:18:15 2020 > > > New Revision: 361775 > > > URL: https://svnweb.freebsd.org/changeset/base/361775 > > > > > > Log: > > > Add spigen overlay

Re: svn commit: r361782 - head/sys/dts/arm64/overlays

2020-06-04 Thread Rodney W. Grimes
> Author: gonzo > Date: Thu Jun 4 02:36:41 2020 > New Revision: 361782 > URL: https://svnweb.freebsd.org/changeset/base/361782 > > Log: > Add copyright headers to spigen overlays for rpi3 and rpi4 > > Reported by:Rodney W. Grimes (for rpi4) Thank you, and you did obtain Bob's

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> > On 03/06/2020 19:59, Oleksandr Tymoshenko wrote: > > Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > >> [ Charset UTF-8 unsupported, converting... ] > >>> Author: gonzo > >>> Date: Wed Jun 3 22:18:15 2020 > >>> New Revision: 361775 > >>> URL:

Re: svn commit: r361775 - in head/sys: dts/arm64/overlays modules/dtb/rpi

2020-06-04 Thread Rodney W. Grimes
> Rodney W. Grimes (free...@gndrsh.dnsmgr.net) wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: gonzo > > > Date: Wed Jun 3 22:18:15 2020 > > > New Revision: 361775 > > > URL: https://svnweb.freebsd.org/changeset/base/361775 > > > > > > Log: > > > Add spigen overlay for

svn commit: r361785 - in head/sys/ufs: ffs ufs

2020-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 4 12:23:15 2020 New Revision: 361785 URL: https://svnweb.freebsd.org/changeset/base/361785 Log: UFS: write inode block for fdatasync(2) if pointers in inode where allocated The fdatasync() description in POSIX specifies that all I/O operations shall be

Re: svn commit: r361770 - in head: include lib/libthr lib/libthr/thread share/man/man3

2020-06-04 Thread Konstantin Belousov
On Thu, Jun 04, 2020 at 07:51:42AM +0200, Antoine Brodin wrote: > On Thu, Jun 4, 2020 at 4:30 AM Jung-uk Kim wrote: > > > > It broke Firefox build and I found Linux pthread_{get,set}name_np(3) > > returns int. > > > > https://linux.die.net/man/3/pthread_getname_np > > > > I guess you need to

Re: svn commit: r361783 - head/usr.bin/killall

2020-06-04 Thread Eugene Grosbein
04.06.2020 11:29, Benjamin Kaduk wrote: > Author: bjk (doc committer) > Date: Thu Jun 4 04:29:43 2020 > New Revision: 361783 > URL: https://svnweb.freebsd.org/changeset/base/361783 > > Log: > Add EXAMPLES to killall(1) > > Submitted by: fernape > Differential Revision:

svn commit: r361784 - in head: include lib/libthr lib/libthr/thread share/man/man3

2020-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 4 09:06:03 2020 New Revision: 361784 URL: https://svnweb.freebsd.org/changeset/base/361784 Log: Revert r361770 "Add pthread_getname_np() and pthread_setname_np() aliases" for now. It is not compatible enough with Linux. Requested by: antoine, jkim