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
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
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
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
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
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
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
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:
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
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
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
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/-
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
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
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
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
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
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
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
===
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
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
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
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
+
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
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
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/
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
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
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
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
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
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
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
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:
>
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.
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
> 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
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
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:
> > > >
> 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
> 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
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
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
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... ]
> > > >>
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
> 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
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
> 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
> 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
> 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
>
> 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
> 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
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
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
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:
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
56 matches
Mail list logo