In message <20190806165614.ga41...@freebsd.org>, Glen Barber writes:
>In my opinion, those that want the non-reproducible metadata included in
>output from 'uname -a' should set WITHOUT_REPRODUCIBLE_BUILDS in their
>src.conf. Turning off a sane default for the benefit of what I suspect
>
Author: markj
Date: Wed Aug 7 03:14:45 2019
New Revision: 350671
URL: https://svnweb.freebsd.org/changeset/base/350671
Log:
readelf: Close input files when done with them.
The low fd limit used by poudriere exposed an odd failure mode in
cap_fileargs (used by readelf as of r350516). In
Author: delphij
Date: Wed Aug 7 01:41:17 2019
New Revision: 350670
URL: https://svnweb.freebsd.org/changeset/base/350670
Log:
Expose zlib's utility functions in Z_SOLO library when building kernel.
This allows kernel code to reuse zlib's implementation.
PR: 229763
Reviewed by
Author: jhb
Date: Wed Aug 7 00:53:27 2019
New Revision: 350666
URL: https://svnweb.freebsd.org/changeset/base/350666
Log:
Tidy up the list of auth and encryption algorithms for IPsec stats.
- Use keyed-md5 and keyed_sha1 instead of md5 and sha1 to match
the names accepted by setkey and
-Original Message-
From: on behalf of Alan Somers
Date: 2019-08-06, Tuesday at 17:38
To: , ,
Subject: svn commit: r350665 - in head: . etc/mtree sbin/mount_fusefs
share/man/man5 sys/fs/fuse sys/sys tests/sys/fs tests/sys/fs/fusefs
> Author: asomers
> Date: Wed Aug 7 00:38:26 2019
>
Author: asomers
Date: Wed Aug 7 00:38:26 2019
New Revision: 350665
URL: https://svnweb.freebsd.org/changeset/base/350665
Log:
fusefs: merge from projects/fuse2
This commit imports the new fusefs driver. It raises the protocol level
from 7.8 to 7.23, fixes many bugs, adds a test suite for
Author: jhb
Date: Tue Aug 6 23:22:25 2019
New Revision: 350664
URL: https://svnweb.freebsd.org/changeset/base/350664
Log:
Fix LOCAL_MODULES and improve the make output.
The exists() check guarding the invocation of ls was not working
correctly as it was expanding '$L' to determine the pa
Author: jeff
Date: Tue Aug 6 23:15:34 2019
New Revision: 350663
URL: https://svnweb.freebsd.org/changeset/base/350663
Log:
Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,
and more statistics.
Reviewed by: kib, markj
Tested by:pho
Sponsored by: Netfli
Author: jhb
Date: Tue Aug 6 23:15:04 2019
New Revision: 350662
URL: https://svnweb.freebsd.org/changeset/base/350662
Log:
Detect invalid PCI devices more correctly in PCI interrupt router drivers.
- Check for an invalid device (vendor is invalid) before reading the
header type register
Author: jeff
Date: Tue Aug 6 23:04:59 2019
New Revision: 350661
URL: https://svnweb.freebsd.org/changeset/base/350661
Log:
Implement a MINBUCKET zone flag so we can use minimal caching on zones that
may be expensive to cache.
Reviewed by: markj, kib
Sponsored by: Netflix
Dif
Author: tsoome
Date: Tue Aug 6 20:13:28 2019
New Revision: 350656
URL: https://svnweb.freebsd.org/changeset/base/350656
Log:
loader.efi: efilib.h and libefi.c were left out of 350654
And this is second followup for 350654
Modified:
head/stand/efi/include/efilib.h
head/stand/efi/libefi
Author: mckusick
Date: Tue Aug 6 18:28:44 2019
New Revision: 350653
URL: https://svnweb.freebsd.org/changeset/base/350653
Log:
Ignore UFS/FFS superblock check hash failures so as to allow a higher
level in the filesystem stack to decide what to do about them.
Reported by: Peter Holm
T
Author: emaste
Date: Tue Aug 6 16:09:06 2019
New Revision: 350635
URL: https://svnweb.freebsd.org/changeset/base/350635
Log:
bsnmp: add asn1 message length validation
admbugs: 780
Submitted by: Guido Vranken, bz
Reported by: Guido Vranken
Security: CVE-2019-5610
Modified:
On Sat, Aug 03, 2019 at 01:06:18AM +, John Baldwin wrote:
> Author: jhb
> Date: Sat Aug 3 01:06:17 2019
> New Revision: 350550
> URL: https://svnweb.freebsd.org/changeset/base/350550
>
> Log:
> Flip REPRODUCIBLE_BUILD back to off by default in head.
>
> Having the full uname output can
Author: tsoome
Date: Tue Aug 6 20:08:01 2019
New Revision: 350655
URL: https://svnweb.freebsd.org/changeset/base/350655
Log:
loader.efi: boot1.c was left out of 350654
Followup for 350654.
Modified:
head/stand/efi/boot1/boot1.c
Modified: head/stand/efi/boot1/boot1.c
===
Author: jeff
Date: Tue Aug 6 21:50:34 2019
New Revision: 350659
URL: https://svnweb.freebsd.org/changeset/base/350659
Log:
Add two new kernel options to control memory locality on NUMA hardware.
- UMA_XDOMAIN enables an additional per-cpu bucket for freed memory that
was freed on a diff
Author: tsoome
Date: Tue Aug 6 19:27:27 2019
New Revision: 350654
URL: https://svnweb.freebsd.org/changeset/base/350654
Log:
loader.efi: replace HandleProtocol() with OpenProtocol()
The HandleProtocol() is deprecated interface and we should use OpenProtocol()
instead. Moreover, in some f
Author: kib
Date: Tue Aug 6 16:53:25 2019
New Revision: 350639
URL: https://svnweb.freebsd.org/changeset/base/350639
Log:
amd64: prevents speculations over swapgs reload of %gs base.
Such speculations could use user-controlled %gs base, esp. since
FreeBSD supports WRGSBASE instructions.
Author: kevans
Date: Tue Aug 6 20:21:57 2019
New Revision: 350657
URL: https://svnweb.freebsd.org/changeset/base/350657
Log:
ral: rt2860: fix wcid2ni access/size issue
RT2860_WCID_MAX is supposed to describe the max STA index for wcid2ni, and
was instead being used as the size -- off-by-
Author: emaste
Date: Tue Aug 6 17:11:30 2019
New Revision: 350645
URL: https://svnweb.freebsd.org/changeset/base/350645
Log:
Correct ICMPv6/MLDv2 out-of-bounds memory access
Previously the ICMPv6 input path incorrectly handled cases where an
MLDv2 listener query packet was internally fra
Author: glebius
Date: Tue Aug 6 16:11:00 2019
New Revision: 350636
URL: https://svnweb.freebsd.org/changeset/base/350636
Log:
Since r350426 this KASSERT doesn't serve any useful purpose.
Modified:
head/sys/kern/kern_sendfile.c
Modified: head/sys/kern/kern_sendfile.c
Author: jilles
Date: Tue Aug 6 21:17:22 2019
New Revision: 350658
URL: https://svnweb.freebsd.org/changeset/base/350658
Log:
Add a test for kill() on a zombie
Added:
head/tests/sys/kern/kill_zombie.c (contents, props changed)
Modified:
head/tests/sys/kern/Makefile
Modified: head/tests/s
Author: imp
Date: Tue Aug 6 18:15:26 2019
New Revision: 350652
URL: https://svnweb.freebsd.org/changeset/base/350652
Log:
Fix mismerge.
I merged passthru.c from the wrong branch (it was a branch that went further
in
a direction I wound up not taking). Fix the mismerge and turn passthru
Author: mckusick
Date: Tue Aug 6 18:10:34 2019
New Revision: 350651
URL: https://svnweb.freebsd.org/changeset/base/350651
Log:
A race condition existed between the time a UFS/FFS superblock check
hash was computed and the time that the superblock was copied to a
buffer to be written to disk
Author: tuexen
Date: Tue Aug 6 10:29:19 2019
New Revision: 350626
URL: https://svnweb.freebsd.org/changeset/base/350626
Log:
Fix a locking issue in sctp_accept.
PR: 238520
Reported by: pho@
MFC after:1 week
Modified:
head/sys/netinet/sctp_usrre
Author: kib
Date: Tue Aug 6 17:05:58 2019
New Revision: 350640
URL: https://svnweb.freebsd.org/changeset/base/350640
Log:
Provide the list of knobs related to mitigations.
Discussed with: bjk, emaste
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Differential revisio
Author: kevans
Date: Tue Aug 6 13:09:20 2019
New Revision: 350630
URL: https://svnweb.freebsd.org/changeset/base/350630
Log:
oce(4): potential out of bounds access before vector validation
Submitted by: Augustin Cavalier
Obtained from:Haiku (ec2b89264cfc63e05e611cce82cc449197403
Author: tuexen
Date: Tue Aug 6 11:26:30 2019
New Revision: 350627
URL: https://svnweb.freebsd.org/changeset/base/350627
Log:
Reference the RFC instead of the internet draft.
MFC after:1 week
Sponsored by: Netflix, Inc.
Modified:
head/share/man/man4/cc_newreno.4
h
Author: tuexen
Date: Tue Aug 6 08:33:21 2019
New Revision: 350625
URL: https://svnweb.freebsd.org/changeset/base/350625
Log:
Fix build issues for the userland stack on Raspbian.
Modified:
head/sys/netinet/sctp_output.c
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctp_output.c
=
29 matches
Mail list logo