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

2020-06-03 Thread Antoine Brodin
On Thu, Jun 4, 2020 at 4:30 AM Jung-uk Kim wrote: > > On 20. 6. 3., Konstantin Belousov wrote: > > Author: kib > > Date: Wed Jun 3 20:54:36 2020 > > New Revision: 361770 > > URL: https://svnweb.freebsd.org/changeset/base/361770 > > > > Log: > > Add pthread_getname_np() and pthread_setname_np()

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

2020-06-03 Thread Mark Millard via svn-src-head
Warner Losh imp at bsdimp.com wrote on Thu Jun 4 02:47:14 UTC 2020 : > 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:

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

2020-06-03 Thread Benjamin Kaduk
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:https://reviews.freebsd.org/D25002 Modified:

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

2020-06-03 Thread Warner Losh
Unless you got their explicit permission to license this under BSDL, please back this out. Warner On Wed, Jun 3, 2020, 8:36 PM Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Thu Jun 4 02:36:41 2020 > New Revision: 361782 > URL: https://svnweb.freebsd.org/changeset/base/361782 > > Log: >

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

2020-06-03 Thread Warner Losh
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 Revision: 361775 >

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

2020-06-03 Thread Warner Losh
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 for Raspberry Pi 4 > >

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

2020-06-03 Thread Oleksandr Tymoshenko
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) Modified: head/sys/dts/arm64/overlays/spigen-rpi3.dtso

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

2020-06-03 Thread Jung-uk Kim
On 20. 6. 3., Konstantin Belousov wrote: > Author: kib > Date: Wed Jun 3 20:54:36 2020 > New Revision: 361770 > URL: https://svnweb.freebsd.org/changeset/base/361770 > > Log: > Add pthread_getname_np() and pthread_setname_np() aliases > > for pthread_get_name_np() and

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

2020-06-03 Thread Pedro Giffuni
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: https://svnweb.freebsd.org/changeset/base/361775 Log: Add spigen

svn commit: r361781 - head/sys/vm

2020-06-03 Thread Ed Maste
Author: emaste Date: Thu Jun 4 01:49:29 2020 New Revision: 361781 URL: https://svnweb.freebsd.org/changeset/base/361781 Log: Correct terminology in vm.imply_prot_max sysctl description As with r361769 (man page), PROT_* are properly called protections, not permissions. MFC after:

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

2020-06-03 Thread Oleksandr Tymoshenko
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 Raspberry Pi 4 > >

svn commit: r361780 - head/usr.sbin/mountd

2020-06-03 Thread Rick Macklem
Author: rmacklem Date: Thu Jun 4 00:28:20 2020 New Revision: 361780 URL: https://svnweb.freebsd.org/changeset/base/361780 Log: Fix mountd to handle getgrouplist() not returning groups[0] == groups[1]. Prior to r174547, getgrouplist(3) always returned a groups list with element 0 and 1

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

2020-06-03 Thread Rodney W. Grimes
[ 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 Raspberry Pi 4 > > Submitted by: gergely.czu...@harmless.hu > > Added: >

svn commit: r361779 - head/sys/modules/crypto

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 23:21:44 2020 New Revision: 361779 URL: https://svnweb.freebsd.org/changeset/base/361779 Log: Add opt_compat.h needed by r359374. Reported by: kevans Modified: head/sys/modules/crypto/Makefile Modified: head/sys/modules/crypto/Makefile

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

2020-06-03 Thread Adrian Chadd
Author: adrian Date: Wed Jun 3 22:30:44 2020 New Revision: 361778 URL: https://svnweb.freebsd.org/changeset/base/361778 Log: [run] Fix up tx/rx frame size. This specifically fixes that TX frames are large enough now to hold a 3900 odd byte AMSDU (the little ones); me flipping it on

svn commit: r361777 - head/sys/dev/cxgbe/crypto

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 22:19:52 2020 New Revision: 361777 URL: https://svnweb.freebsd.org/changeset/base/361777 Log: Explicitly zero IVs on the stack. Reviewed by: delphij Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D25057 Modified:

svn commit: r361776 - head/sys/dev/cxgbe/crypto

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 22:18:21 2020 New Revision: 361776 URL: https://svnweb.freebsd.org/changeset/base/361776 Log: Explicitly zero AES key schedules on the stack. Reviewed by: delphij MFC after:1 week Sponsored by: Netflix Differential Revision:

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

2020-06-03 Thread Oleksandr Tymoshenko
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 Raspberry Pi 4 Submitted by: gergely.czu...@harmless.hu Added: head/sys/dts/arm64/overlays/spigen-rpi4.dtso (contents, props changed)

svn commit: r361774 - head/sys/crypto/aesni

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 22:15:11 2020 New Revision: 361774 URL: https://svnweb.freebsd.org/changeset/base/361774 Log: Explicitly zero on-stack IVs, tags, and HMAC keys. Reviewed by: delphij Sponsored by: Netflix Differential Revision:https://reviews.freebsd.org/D25057

svn commit: r361773 - in head/sys: dev/cxgbe/crypto opencrypto

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 22:11:05 2020 New Revision: 361773 URL: https://svnweb.freebsd.org/changeset/base/361773 Log: Add explicit bzero's of sensitive data in software crypto consumers. Explicitly zero IVs, block buffers, and hashes/digests. Reviewed by: delphij Sponsored by:

svn commit: r361771 - head/sys/modules/dtb/rockchip

2020-06-03 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Jun 3 21:19:57 2020 New Revision: 361771 URL: https://svnweb.freebsd.org/changeset/base/361771 Log: Add dtb for Firefly RK3399 to the list of Rockchip dtbs Modified: head/sys/modules/dtb/rockchip/Makefile Modified: head/sys/modules/dtb/rockchip/Makefile

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

2020-06-03 Thread Konstantin Belousov
Author: kib Date: Wed Jun 3 20:54:36 2020 New Revision: 361770 URL: https://svnweb.freebsd.org/changeset/base/361770 Log: Add pthread_getname_np() and pthread_setname_np() aliases for pthread_get_name_np() and pthread_set_name_np(), to be compatible with Linux. PR: 238404

svn commit: r361769 - head/lib/libc/sys

2020-06-03 Thread Ed Maste
Author: emaste Date: Wed Jun 3 20:42:52 2020 New Revision: 361769 URL: https://svnweb.freebsd.org/changeset/base/361769 Log: mmap.2: correct prot argument terminology One of the error descriptions referred to permissions; in context the meaning was probably clear, but the prot values

svn commit: r361768 - head/sys/dev/otus

2020-06-03 Thread Adrian Chadd
Author: adrian Date: Wed Jun 3 20:25:02 2020 New Revision: 361768 URL: https://svnweb.freebsd.org/changeset/base/361768 Log: [otus] enable 802.11n for 2GHz and 5GHz. This flips on basic 11n for 2GHz/5GHz station operation. * It flips on HT20 and MCS rates; * It enables A-MPDU decap

svn commit: r361767 - head/lib/libc/sys

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 18:59:31 2020 New Revision: 361767 URL: https://svnweb.freebsd.org/changeset/base/361767 Log: Document SO_NO_OFFLOADS and SO_NO_DDP. Reviewed by: bcr, np MFC after:1 week Sponsored by: Chelsio Communications Differential Revision:

Re: svn commit: r361764 - head/sys/modules/tcp

2020-06-03 Thread Kyle Evans
On Wed, Jun 3, 2020 at 1:42 PM John Baldwin wrote: > > Author: jhb > Date: Wed Jun 3 18:42:28 2020 > New Revision: 361764 > URL: https://svnweb.freebsd.org/changeset/base/361764 > > Log: > Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE' > > Modified: >

svn commit: r361764 - head/sys/modules/tcp

2020-06-03 Thread John Baldwin
Author: jhb Date: Wed Jun 3 18:42:28 2020 New Revision: 361764 URL: https://svnweb.freebsd.org/changeset/base/361764 Log: Revise r361712 to disable tcpmd5.ko for 'options TCP_SIGNATURE' Modified: head/sys/modules/tcp/Makefile Modified: head/sys/modules/tcp/Makefile

svn commit: r361763 - head/stand/common

2020-06-03 Thread Kyle Evans
Author: kevans Date: Wed Jun 3 18:29:32 2020 New Revision: 361763 URL: https://svnweb.freebsd.org/changeset/base/361763 Log: lualoader: drop the filename and word "LUA" from errors The filename is nearly always wrong since it's /boot/lua/loader.lua, which is not useful for diagnostics.

svn commit: r361760 - head/sys/dev/netmap

2020-06-03 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 17:47:32 2020 New Revision: 361760 URL: https://svnweb.freebsd.org/changeset/base/361760 Log: netmap: vtnet: clean up rxsync disabled logs MFC after:1 week Modified: head/sys/dev/netmap/if_vtnet_netmap.h Modified:

svn commit: r361759 - head/sys/dev/netmap

2020-06-03 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 17:46:21 2020 New Revision: 361759 URL: https://svnweb.freebsd.org/changeset/base/361759 Log: netmap: vtnet: fix race condition in rxsync This change prevents a race that happens when rxsync dequeues N-1 rx packets (with N being the size of the netmap

svn commit: r361758 - in head/sys/dev: netmap virtio/network

2020-06-03 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Jun 3 17:42:17 2020 New Revision: 361758 URL: https://svnweb.freebsd.org/changeset/base/361758 Log: netmap: vtnet: add vtnrx_nm_refill index to receive queues The new index tracks the next netmap slot that is going to be enqueued into the virtqueue. The index

svn commit: r361757 - head/sys/netinet6

2020-06-03 Thread Ryan Moeller
Author: freqlabs Date: Wed Jun 3 17:26:00 2020 New Revision: 361757 URL: https://svnweb.freebsd.org/changeset/base/361757 Log: Fix typo in previous commit Applied the wrong patch Reported by: Michael Butler Approved by: mav (mentor) Sponsored by: iXsystems.com Modified:

svn commit: r361756 - head/sys/netinet6

2020-06-03 Thread Ryan Moeller
Author: freqlabs Date: Wed Jun 3 16:57:30 2020 New Revision: 361756 URL: https://svnweb.freebsd.org/changeset/base/361756 Log: scope6: Check for NULL afdata before dereferencing Narrows the race window with if_detach. Approved by: mav (mentor) MFC after:3 days Sponsored by:

svn commit: r361754 - head/stand/efi/gptboot

2020-06-03 Thread Mitchell Horne
Author: mhorne Date: Wed Jun 3 16:38:16 2020 New Revision: 361754 URL: https://svnweb.freebsd.org/changeset/base/361754 Log: gptboot.efi: align secbuf to 4K The u-boot EFI implementation of the ReadBlocks and WriteBlocks methods requires that the provided buffer meet the IO alignment

Re: svn commit: r361752 - head/sys/netinet

2020-06-03 Thread Rodney W. Grimes
> Author: rrs > Date: Wed Jun 3 14:16:40 2020 > New Revision: 361752 > URL: https://svnweb.freebsd.org/changeset/base/361752 > > Log: > We should never allow either the broadcast or IN_ADDR_ANY to be > connected to or sent to. This was fond when working with Michael > Tuexen and Skyzaller.

svn commit: r361752 - head/sys/netinet

2020-06-03 Thread Randall Stewart
Author: rrs Date: Wed Jun 3 14:16:40 2020 New Revision: 361752 URL: https://svnweb.freebsd.org/changeset/base/361752 Log: We should never allow either the broadcast or IN_ADDR_ANY to be connected to or sent to. This was fond when working with Michael Tuexen and Skyzaller. Skyzaller seems

svn commit: r361751 - in head/sys/netinet: . tcp_stacks

2020-06-03 Thread Randall Stewart
Author: rrs Date: Wed Jun 3 14:07:31 2020 New Revision: 361751 URL: https://svnweb.freebsd.org/changeset/base/361751 Log: This fixes a couple of skyzaller crashes. Most of them have to do with TFO. Even the default stack had one of the issues: 1) We need to make sure for rack that we

svn commit: r361750 - head/sys/netinet

2020-06-03 Thread Michael Tuexen
Author: tuexen Date: Wed Jun 3 13:51:53 2020 New Revision: 361750 URL: https://svnweb.freebsd.org/changeset/base/361750 Log: Restrict enabling TCP-FASTOPEN to end-points in CLOSED or LISTEN state Enabling TCP-FASTOPEN on an end-point which is in a state other than CLOSED or LISTEN, is a

svn commit: r361749 - head/sys/net

2020-06-03 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 3 13:02:31 2020 New Revision: 361749 URL: https://svnweb.freebsd.org/changeset/base/361749 Log: Add if_reassing method to all tunneling interfaces. After r339550 tunneling interfaces have started handle appearing and disappearing of ingress IP address on the

svn commit: r361748 - in head/sys: fs/tmpfs sys

2020-06-03 Thread Ryan Moeller
Author: freqlabs Date: Wed Jun 3 09:38:51 2020 New Revision: 361748 URL: https://svnweb.freebsd.org/changeset/base/361748 Log: tmpfs: Preserve alignment of struct fid fields On 64-bit platforms, the two short fields in `struct tmpfs_fid` are padded to the 64-bit alignment of the long