svn commit: r361822 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 06:21:23 2020 New Revision: 361822 URL: https://svnweb.freebsd.org/changeset/base/361822 Log: [net80211] Migrate short slot time configuration into per-vap and deferred taskqueue updates. The 11b/11g ERP and slot time update handling are two things which wer

svn commit: r361821 - head/sys/net80211

2020-06-04 Thread Adrian Chadd
Author: adrian Date: Fri Jun 5 06:07:23 2020 New Revision: 361821 URL: https://svnweb.freebsd.org/changeset/base/361821 Log: [net80211] Add some TODOs around A-MSDU in A-MPDU negotiation. net80211 currently doesn't negotiate A-MSDU in A-MPDU during ADDBA. I've added the field in net80211

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 la

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 permitted

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 o

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 must

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 debugg

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 an

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 n

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 Com

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 -g/-

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 t

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 unconditi

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 BS

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 i

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: -r3617

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 definition

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 Modifi

svn commit: r361800 - head

2020-06-04 Thread Kyle Evans
disable the most 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 +

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 syst

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, msdosf

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: head/sys/

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 > wor

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 intende

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 r

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 he

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 normative

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, 202

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 tcp,127.

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 Tymo

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: > > > > >> [ Char

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 2

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, conver

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

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 ___ svn-src-he

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 out

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 > > Differential

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 description

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 Rev

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 f

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 pe

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: https://svnweb.freebsd.org/changeset/base/36

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 Ras

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 compl

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 write

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: https:

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 Sponsore