Author: lwhsu
Date: Sat Aug 24 01:28:39 2019
New Revision: 351450
URL: https://svnweb.freebsd.org/changeset/base/351450
Log:
Fix failure test cases after r351423 due to ping6(8) options changed
Failure test cases:
sys.netpfil.common.pass_block.pf_v6
sys.netpfil.pf.pass_block.noa
Author: mjg
Date: Sat Aug 24 00:01:19 2019
New Revision: 351448
URL: https://svnweb.freebsd.org/changeset/base/351448
Log:
Remove the obsolete pcpu_zone_ptr zone.
It was only used by flowtable (removed in r321618).
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/subr_pc
Author: imp
Date: Fri Aug 23 22:52:58 2019
New Revision: 351447
URL: https://svnweb.freebsd.org/changeset/base/351447
Log:
It turns out the duplication is only mostly harmless.
While it worked with the kenrel, it wasn't working with the loader.
It failed to handle dependencies correctly.
Author: np
Date: Fri Aug 23 22:41:16 2019
New Revision: 351446
URL: https://svnweb.freebsd.org/changeset/base/351446
Log:
cxgbe/t4_tom: Any invalid scaling factor in the hardware's wsf field
implies that window scaling is not in use.
MFC after:3 days
Sponsored by: Chelsio Communicat
Author: np
Date: Fri Aug 23 22:34:14 2019
New Revision: 351445
URL: https://svnweb.freebsd.org/changeset/base/351445
Log:
whitespace nit.
Modified:
head/sys/dev/cxgbe/tom/t4_listen.c
Modified: head/sys/dev/cxgbe/tom/t4_listen.c
Author: np
Date: Fri Aug 23 22:22:34 2019
New Revision: 351444
URL: https://svnweb.freebsd.org/changeset/base/351444
Log:
cxgbe(4): Use the same buffer size for TOE rx queues as the NIC rx queues.
This is a minor simplification.
MFC after:1 week
Sponsored by: Chelsio Communicatio
On Fri, Aug 23, 2019 at 12:26 PM Conrad Meyer wrote:
> At expected peril of wading into a thread >4 emails deep,
>
> @Warner, modern GCC reports a similar warning; it just doesn't become
> an error (at least in CI?). I'm not sure of the mechanism. Maybe
> CI-specific? Old GCC didn't have a -Wn
Author: asomers
Date: Fri Aug 23 22:04:26 2019
New Revision: 351440
URL: https://svnweb.freebsd.org/changeset/base/351440
Log:
ping: Fix alignment errors
This fixes -Wcast-align errors when compiled with WARNS=6.
Submitted by: Ján Sučan
MFC after:2 weeks
Sponsored by: Google L
Author: mjg
Date: Fri Aug 23 21:05:37 2019
New Revision: 351438
URL: https://svnweb.freebsd.org/changeset/base/351438
Log:
vfs: assert the lock held in MNT_REF/MNT_REL
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/mount.h
Modified: head/sys/sys/mount.h
Author: markj
Date: Fri Aug 23 19:53:11 2019
New Revision: 351437
URL: https://svnweb.freebsd.org/changeset/base/351437
Log:
Stop clearing page flags in vm_page_pqbatch_submit().
All existing callers guarantee that the page does not have a
pre-existing dequeue pending. Thus, if the page
Author: markj
Date: Fri Aug 23 19:49:29 2019
New Revision: 351436
URL: https://svnweb.freebsd.org/changeset/base/351436
Log:
Make vm_pqbatch_submit_page() externally visible.
It will become useful for the page daemon to be able to directly create
a batch queue entry for a page, and withou
Author: kib
Date: Fri Aug 23 19:40:10 2019
New Revision: 351435
URL: https://svnweb.freebsd.org/changeset/base/351435
Log:
De-commision the MNTK_NOINSMNTQ kernel mount flag.
After all the changes, its dynamic scope is same as for MNTK_UNMOUNT,
but to allow the syncer vnode to be re-instal
Author: jhb
Date: Fri Aug 23 18:26:34 2019
New Revision: 351434
URL: https://svnweb.freebsd.org/changeset/base/351434
Log:
Fix universe to include arm LINT kernel configs.
Strip comments from the NOTES.armv[57] files as is done for other
NOTES files when building the corresponding LINT co
At expected peril of wading into a thread >4 emails deep,
@Warner, modern GCC reports a similar warning; it just doesn't become
an error (at least in CI?). I'm not sure of the mechanism. Maybe
CI-specific? Old GCC didn't have a -Wno-error for -Wcast-qual, so
-Wcast-qual + -Werror there produced
On 23 Aug 2019, at 16:48, Warner Losh wrote:
On Fri, Aug 23, 2019 at 10:10 AM Bjoern A. Zeeb
wrote:
On 23 Aug 2019, at 15:53, Warner Losh wrote:
Sorry for top posting...
I had planned this for next week, but I think give this insanity of
this
patch, we should do it now: turn off -Werror
On Fri, Aug 23, 2019 at 10:10 AM Bjoern A. Zeeb wrote:
> On 23 Aug 2019, at 15:53, Warner Losh wrote:
>
> > Sorry for top posting...
> >
> > I had planned this for next week, but I think give this insanity of
> > this
> > patch, we should do it now: turn off -Werror for gcc 4.2.1
> >
> > https:/
> On Aug 23, 2019, at 09:45, Enji Cooper wrote:
>
>
>> On Aug 23, 2019, at 09:42, Warner Losh wrote:
>>
>> Author: imp
>> Date: Fri Aug 23 16:42:04 2019
>> New Revision: 351429
>> URL: https://svnweb.freebsd.org/changeset/base/351429
>>
>> Log:
>> Turn off -Werror for gcc 4.2.1
>>
>> As pa
> On Aug 23, 2019, at 09:42, Warner Losh wrote:
>
> Author: imp
> Date: Fri Aug 23 16:42:04 2019
> New Revision: 351429
> URL: https://svnweb.freebsd.org/changeset/base/351429
>
> Log:
> Turn off -Werror for gcc 4.2.1
>
> As part of marching gcc 4.2.1 out of the tree, turn off -Werror on gc
Author: imp
Date: Fri Aug 23 16:42:39 2019
New Revision: 351430
URL: https://svnweb.freebsd.org/changeset/base/351430
Log:
Turn off -Werror for gcc 4.2.1 for userland
As discussed on arch@, gcc 4.2.1 is on its way out. Turn off Werror on gcc
versions < 5.0 permantly. This will allow older
Author: imp
Date: Fri Aug 23 16:42:04 2019
New Revision: 351429
URL: https://svnweb.freebsd.org/changeset/base/351429
Log:
Turn off -Werror for gcc 4.2.1
As part of marching gcc 4.2.1 out of the tree, turn off -Werror on gcc 4.2.1
compiles by default. It generates too many false positives
On 23 Aug 2019, at 15:53, Warner Losh wrote:
Sorry for top posting...
I had planned this for next week, but I think give this insanity of
this
patch, we should do it now: turn off -Werror for gcc 4.2.1
https://reviews.freebsd.org/D21378
has the review. There's no benefit to these head-scra
On 22 Aug 2019, at 14:08, Li-Wen Hsu wrote:
Author: lwhsu
Date: Thu Aug 22 12:08:35 2019
New Revision: 351391
URL: https://svnweb.freebsd.org/changeset/base/351391
Log:
Fix path issues after r351212
This fixes sys.netpfil.pf.forward.v4 and
sys.netpfil.pf.icmp.cve_2019_5598
failures in C
Author: emaste
Date: Fri Aug 23 16:03:23 2019
New Revision: 351425
URL: https://svnweb.freebsd.org/changeset/base/351425
Log:
vtfontcvt: simplify rshift_row
We don't need to specify the buffer size in both bytes and bits.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Mod
Sorry for top posting...
I had planned this for next week, but I think give this insanity of this
patch, we should do it now: turn off -Werror for gcc 4.2.1
https://reviews.freebsd.org/D21378
has the review. There's no benefit to these head-scratcher changes when we
can get the same benefit by
Author: asomers
Date: Fri Aug 23 15:24:18 2019
New Revision: 351424
URL: https://svnweb.freebsd.org/changeset/base/351424
Log:
ping: fix include guard symbol name to reflect the header file name
Submitted by: Ján Sučan
MFC after:2 weeks
MFC-With: 351171
Sponsored by: Google L
functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20190823:
+ Several of ping6's options have been renamed for better consistency
+ with ping. If you use any of -ARWXaghmrtwx, you must update your
+ scripts. See ping6(8)
Author: mav
Date: Fri Aug 23 15:17:04 2019
New Revision: 351422
URL: https://svnweb.freebsd.org/changeset/base/351422
Log:
Report Clock Power Management support and status.
Since we already report ASPM, why not to go further.
MFC after:2 weeks
Sponsored by: iXsystems, Inc.
Modif
Author: kp
Date: Fri Aug 23 12:11:46 2019
New Revision: 351421
URL: https://svnweb.freebsd.org/changeset/base/351421
Log:
netpfil tests: Add forward test for the three firewalls
Submitted by: Ahsan Barkati
Reviewed by: kp
Sponsored by: Google, Inc. (GSoC 2019)
Differential Revision:
23.08.2019 17:38, Eugene Grosbein wrote:
>> Should this be done more generally? Last time I looked it seemed like
>> libxo was completely locale-unaware and just assumed all input was
>> UTF-8. It might make more sense to have libxo take locale into
>> account when formatting %s strings.
>
> li
23.08.2019 10:01, Conrad Meyer wrote:
> Should this be done more generally? Last time I looked it seemed like
> libxo was completely locale-unaware and just assumed all input was
> UTF-8. It might make more sense to have libxo take locale into
> account when formatting %s strings.
libxo is loca
Author: delphij
Date: Fri Aug 23 07:24:36 2019
New Revision: 351418
URL: https://svnweb.freebsd.org/changeset/base/351418
Log:
Convert ng_deflate to use new zlib.
This removes the last consumer of the modified zlib originally
bundled with Paul's PPP implementation, which will be removed
31 matches
Mail list logo