Author: imp
Date: Thu Apr 18 05:40:50 2019
New Revision: 346346
URL: https://svnweb.freebsd.org/changeset/base/346346
Log:
Add efi_delenv
Add an interface to remove / delete UEFI variables.
Modified:
head/stand/efi/include/efilib.h
head/stand/efi/libefi/efienv.c
Modified: head/stand/e
Author: imp
Date: Thu Apr 18 05:37:18 2019
New Revision: 346345
URL: https://svnweb.freebsd.org/changeset/base/346345
Log:
Add a more generic efi_setenv function.
efi_setenv allows any UEFI variable to be set.
Modified:
head/stand/efi/include/efilib.h
head/stand/efi/libefi/efienv.c
Mo
In message
, Ian Le
pore writes:
> On Wed, 2019-04-17 at 20:32 -0700, Cy Schubert wrote:
> > In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney
> > W.
> > Grimes"
> > writes:
> > > > Author: cy
> > > > Date: Thu Apr 18 01:02:00 2019
> > > > New Revision: 346341
> > > > URL: https
On Wed, 2019-04-17 at 20:32 -0700, Cy Schubert wrote:
> In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney
> W.
> Grimes"
> writes:
> > > Author: cy
> > > Date: Thu Apr 18 01:02:00 2019
> > > New Revision: 346341
> > > URL: https://svnweb.freebsd.org/changeset/base/346341
> > >
>
In message <201904180107.x3i17qdc002...@gndrsh.dnsmgr.net>, "Rodney W.
Grimes"
writes:
> > Author: cy
> > Date: Thu Apr 18 01:02:00 2019
> > New Revision: 346341
> > URL: https://svnweb.freebsd.org/changeset/base/346341
> >
> > Log:
> > As an interim measure until a more permanent solution is i
On Wed, Apr 17, 2019 at 12:06 PM Andrew Turner wrote:
>
>
> On 17 Apr 2019, at 17:52, Ian Lepore wrote:
>
> On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote:
>
> On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Tue Apr 16 20:04:22 2019
> New Revision: 346295
> URL:
Author: rmacklem
Date: Thu Apr 18 02:54:07 2019
New Revision: 346344
URL: https://svnweb.freebsd.org/changeset/base/346344
Log:
MFC: r345866
Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.
The code enabled when "DEBUG" is defined uses mem_alloc(), which is a
mallo
Author: rmacklem
Date: Thu Apr 18 02:47:59 2019
New Revision: 346343
URL: https://svnweb.freebsd.org/changeset/base/346343
Log:
MFC: r345866
Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.
The code enabled when "DEBUG" is defined uses mem_alloc(), which is a
mallo
Author: rmacklem
Date: Thu Apr 18 02:32:04 2019
New Revision: 346342
URL: https://svnweb.freebsd.org/changeset/base/346342
Log:
MFC: r345866
Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.
The code enabled when "DEBUG" is defined uses mem_alloc(), which is a
mallo
On Wed, 17 Apr 2019 at 21:17, Cy Schubert wrote:
>
> This only tests for the FA_OPEN. It will miss any new macro definitions
> should there be any at some point in the future.
Yes, this should be replaced with a more holistic approach to
addressing includes.
__
In message
, Ed Maste writes:
> On Wed, 17 Apr 2019 at 20:50, Ed Maste wrote:
> >
> > On Wed, 17 Apr 2019 at 15:42, Cy Schubert wrote
> :
> > >
> > > -.if !exists(/usr/include/casper/cap_fileargs.h)
> > > CASPERINC+=${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_filearg
> s.
> > > h
> >
On Wed, 17 Apr 2019 at 20:50, Ed Maste wrote:
>
> On Wed, 17 Apr 2019 at 15:42, Cy Schubert wrote:
> >
> > -.if !exists(/usr/include/casper/cap_fileargs.h)
> > CASPERINC+=${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_fileargs.
> > h
> > -.endif
>
> Yes I think this change is correct as a
> Author: cy
> Date: Thu Apr 18 01:02:00 2019
> New Revision: 346341
> URL: https://svnweb.freebsd.org/changeset/base/346341
>
> Log:
> As an interim measure until a more permanent solution is implemented
> workaround the following error:
>
> /usr/src/contrib/elftoolchain/strings/strings.
In message
, Ed Maste writes:
> On Wed, 17 Apr 2019 at 15:42, Cy Schubert wrote:
> >
> > -.if !exists(/usr/include/casper/cap_fileargs.h)
> > CASPERINC+=${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_fileargs.
> > h
> > -.endif
>
> Yes I think this change is correct as an immediate workar
Author: cy
Date: Thu Apr 18 01:02:00 2019
New Revision: 346341
URL: https://svnweb.freebsd.org/changeset/base/346341
Log:
As an interim measure until a more permanent solution is implemented
workaround the following error:
/usr/src/contrib/elftoolchain/strings/strings.c:198:55: error: use
On Wed, 17 Apr 2019 at 15:42, Cy Schubert wrote:
>
> -.if !exists(/usr/include/casper/cap_fileargs.h)
> CASPERINC+=${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_fileargs.
> h
> -.endif
Yes I think this change is correct as an immediate workaround for this
issue (until we sort out header
Author: cperciva
Date: Thu Apr 18 00:38:54 2019
New Revision: 346340
URL: https://svnweb.freebsd.org/changeset/base/346340
Log:
Fix cross-building VMs with a non-/usr/src source directory.
The path /usr/src was hard-coded here, resulting in mkimg not being able
to find the bootfiles.
Author: erj
Date: Wed Apr 17 23:09:06 2019
New Revision: 346338
URL: https://svnweb.freebsd.org/changeset/base/346338
Log:
MFC r345312
iflib: mark isc_driver_version as constant
From Jake:
The iflib core never modifies the isc_driver_version string. Allow
drivers to safely assign p
Author: erj
Date: Wed Apr 17 23:02:37 2019
New Revision: 346337
URL: https://svnweb.freebsd.org/changeset/base/346337
Log:
MFC r345303, r345305, r345657, r345658
Includes:
- iflib: prevent possible infinite loop in iflib_encap
- iflib: expose the Rx mbuf buffer size to drivers
- iflib
Author: erj
Date: Wed Apr 17 22:45:19 2019
New Revision: 346336
URL: https://svnweb.freebsd.org/changeset/base/346336
Log:
MFC r344817
Remove references to CONTIGMALLOC_WORKS in iflib and em
From Jake:
"The iflib_fl_setup() function tries to pick various buffer sizes based
on the m
Author: erj
Date: Wed Apr 17 22:41:27 2019
New Revision: 346335
URL: https://svnweb.freebsd.org/changeset/base/346335
Log:
MFC r344643 and r345306
Includes two ixgbe/ixv fixes:
ixgbe(4): Fix panic triggered by assertion from interrupt
ixv(4): Add missing IFLIB_IS_VF flag in iflib shared
> In message <20190417195145.6824c...@thor.intern.walstatt.dynvpn.de>,
> "O. Hartma
> nn" writes:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Am Wed, 17 Apr 2019 16:18:14 + (UTC)
> > Ed Maste schrieb:
> >
> > > Author: emaste
> > > Date: Wed Apr 17 16:18:14 2019
> > > New
On 17 Apr 2019, at 22:17, Gleb Smirnoff wrote:
Kristof,
On Wed, Apr 17, 2019 at 04:42:54PM +, Kristof Provost wrote:
K> Modified: head/sys/netpfil/pf/pf_ioctl.c
K>
==
K> --- head/sys/netpfil/pf/pf_ioctl.c Wed Apr
Author: manu
Date: Wed Apr 17 21:45:19 2019
New Revision: 346334
URL: https://svnweb.freebsd.org/changeset/base/346334
Log:
arm: allwinner: Fix audio for Allwinner H3/H5
Due to three conditions the codec driver for Allwinner A10/A20 and H3/H5 did
not work properly here:
Wrong bit
Kristof,
On Wed, Apr 17, 2019 at 04:42:54PM +, Kristof Provost wrote:
K> Modified: head/sys/netpfil/pf/pf_ioctl.c
K>
==
K> --- head/sys/netpfil/pf/pf_ioctl.c Wed Apr 17 16:31:30 2019
(r346318)
K> +++ head/
Author: dim
Date: Wed Apr 17 20:16:48 2019
New Revision: 346333
URL: https://svnweb.freebsd.org/changeset/base/346333
Log:
After r346168, also merge build infrastructure for LLVM libomp.
MFC r345235:
Add lib/libomp, with a Makefile, and generated configuration headers.
Not connected
Author: manu
Date: Wed Apr 17 20:09:01 2019
New Revision: 346332
URL: https://svnweb.freebsd.org/changeset/base/346332
Log:
ofw_graph: Add functions for graph bindings
Those functions are helpers to work on graph bindings.
graphs are mostly use with video related devices.
See
https://g
Author: dim
Date: Wed Apr 17 20:08:01 2019
New Revision: 346331
URL: https://svnweb.freebsd.org/changeset/base/346331
Log:
After r346168, also merge build infrastructure for LLVM libomp.
MFC r345235:
Add lib/libomp, with a Makefile, and generated configuration headers.
Not connected
On Mon, Apr 15, 2019 at 11:40 AM Conrad Meyer wrote:
>
> Author: cem
> Date: Mon Apr 15 18:40:36 2019
> New Revision: 346250
> URL: https://svnweb.freebsd.org/changeset/base/346250
>
> Log:
> random(4): Block read_random(9) on initial seeding
Hi,
For anyone interested in a change to restore th
In message <20190417195145.6824c...@thor.intern.walstatt.dynvpn.de>,
"O. Hartma
nn" writes:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Am Wed, 17 Apr 2019 16:18:14 + (UTC)
> Ed Maste schrieb:
>
> > Author: emaste
> > Date: Wed Apr 17 16:18:14 2019
> > New Revision: 346316
> > URL
Author: emaste
Date: Wed Apr 17 19:24:41 2019
New Revision: 346330
URL: https://svnweb.freebsd.org/changeset/base/346330
Log:
Put QEMU CI smoke test boot log in /tmp if TMPDIR not set
Sponsored by: The FreeBSD Foundation
Modified:
head/tools/boot/ci-qemu-test.sh
Modified: head/tools/boo
Author: emaste
Date: Wed Apr 17 19:16:26 2019
New Revision: 346329
URL: https://svnweb.freebsd.org/changeset/base/346329
Log:
Install some entropy for QEMU CI smoke test
See r346250 and followup commits and mailing list discussion.
We currently fail to boot properly in the absense of boot
Hey Adrian,
As discussed with John and Warner upthread, I hope to have a patch out
for review later today to give folks a knob to disable this. It may
even make sense to default it on, at least for !x86. I am happy to CC
you on review if you like.
Take care,
Conrad
On Wed, Apr 17, 2019 at 11:2
On Mon, 15 Apr 2019 at 11:40, Conrad Meyer wrote:
> Author: cem
> Date: Mon Apr 15 18:40:36 2019
> New Revision: 346250
> URL: https://svnweb.freebsd.org/changeset/base/346250
>
> Log:
> random(4): Block read_random(9) on initial seeding
>
Sniffle, this broke on my mips boards whilst debugging
Author: kevans
Date: Wed Apr 17 18:08:28 2019
New Revision: 346328
URL: https://svnweb.freebsd.org/changeset/base/346328
Log:
Compile sha1.c when ether support is included
sha1 is used by ether_gen_addr after r346324. Perhaps in an ideal world we
could detect that the kernel's been compil
Hi John,
On Wed, Apr 17, 2019 at 9:01 AM John Baldwin wrote:
> You're missing the point which is that you've added potential blocking in a
> lot of
> places by changing the semantics of arc4random.
I get it. The thing is, it's a weird blocking semantic. It's not the
same as any other blocking
> On 17 Apr 2019, at 17:52, Ian Lepore wrote:
>
> On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote:
>>> On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote:
>>>
>>> Author: manu
>>> Date: Tue Apr 16 20:04:22 2019
>>> New Revision: 346295
>>> URL: https://svnweb.freebsd.org/changeset/base/346
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Am Wed, 17 Apr 2019 16:18:14 + (UTC)
Ed Maste schrieb:
> Author: emaste
> Date: Wed Apr 17 16:18:14 2019
> New Revision: 346316
> URL: https://svnweb.freebsd.org/changeset/base/346316
>
> Log:
> cap_fileargs: chase r346315, update fileargs_i
Author: emaste
Date: Wed Apr 17 17:50:44 2019
New Revision: 346327
URL: https://svnweb.freebsd.org/changeset/base/346327
Log:
readelf: use size_t for object counts
PR: 212539
Reported by: cem
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elftoolchain/readelf/
On Wed, 2019-04-17 at 11:16 -0600, Warner Losh wrote:
> On Wed, Apr 17, 2019 at 10:06 AM John Baldwin wrote:
>
> > On 4/16/19 4:48 PM, Conrad Meyer wrote:
> > > On Tue, Apr 16, 2019 at 4:31 PM John Baldwin wrote:
> > > > bhyveload is effectively the loader in this case. It runs the normal
> >
Hi Warner,
On Wed, Apr 17, 2019 at 10:16 AM Warner Losh wrote:
> I'm going to put a very fine point on this: any hard-requirement of entropy
> sources is a non-starter. If you require that, your commit will be backed out
> and/or hacked around by the addition of a nob in the future. It will hap
On Wed, Apr 17, 2019 at 9:06 AM John Baldwin wrote:
>
> On 4/16/19 4:48 PM, Conrad Meyer wrote:
> > Perhaps cryptographically random stack-protector cookies are simply
> > inappropriate for MIPS or RISCV. Do we have any other examples of
> > kernel random consumers blocking after that immediate h
Author: kevans
Date: Wed Apr 17 17:19:54 2019
New Revision: 346326
URL: https://svnweb.freebsd.org/changeset/base/346326
Log:
iflib: Use new ether_gen_addr, restricting addresses to that subset
Differential Revision:https://reviews.freebsd.org/D19587
Modified:
head/sys/net/iflib.
Author: emaste
Date: Wed Apr 17 17:19:19 2019
New Revision: 346325
URL: https://svnweb.freebsd.org/changeset/base/346325
Log:
MFC r345855: cpsw: use `phy-handle` in FDT to find PHY address
In r337703 DTS files were updated to Linux 4.18, including Linux commit
4d8b032d3c03f4e9788a18bbb51b
Author: kevans
Date: Wed Apr 17 17:18:43 2019
New Revision: 346324
URL: https://svnweb.freebsd.org/changeset/base/346324
Log:
net: adjust randomized address bits
Give devices that need a MAC a 16-bit allocation out of the FreeBSD
Foundation OUI range. Change the name ether_fakeaddr to eth
On Wed, Apr 17, 2019 at 10:06 AM John Baldwin wrote:
> On 4/16/19 4:48 PM, Conrad Meyer wrote:
> > On Tue, Apr 16, 2019 at 4:31 PM John Baldwin wrote:
> >> bhyveload is effectively the loader in this case. It runs the normal
> loader
> >> scripts and logic and so would load the guests's /boot/e
On Tue, Apr 16, 2019, 4:51 PM Rodney W. Grimes
wrote:
> > On 4/15/19 11:40 AM, Conrad Meyer wrote:
> > > Author: cem
> > > Date: Mon Apr 15 18:40:36 2019
> > > New Revision: 346250
> > > URL: https://svnweb.freebsd.org/changeset/base/346250
> > >
> > > Log:
> > > random(4): Block read_random(9)
Author: emaste
Date: Wed Apr 17 17:00:16 2019
New Revision: 346323
URL: https://svnweb.freebsd.org/changeset/base/346323
Log:
readelf: speed up readelf -wo
Use an array instead of STAILQ, and sort at the end instead of while
adding new elements.
PR: 212539
Submitted by: B
Author: adrian
Date: Wed Apr 17 16:58:38 2019
New Revision: 346322
URL: https://svnweb.freebsd.org/changeset/base/346322
Log:
[casper] fix compilation when casper is disabled.
This triggers an error in gcc-mips 6.4.0 complaining about unused arguments.
Tested:
* compiled/run on mi
not yet? I'm still debugging other issues; this just pissed off gcc. :)
-a
On Sun, 14 Apr 2019 at 19:42, Mariusz Zaborski wrote:
> On Sun, Apr 14, 2019 at 08:19:22AM -0700, Adrian Chadd wrote:
> > This exposed a fun bug - gcc mips 6.4.0 complains about an unused arg
> (fa)
> > in fileargs_fop
Author: kp
Date: Wed Apr 17 16:45:35 2019
New Revision: 346320
URL: https://svnweb.freebsd.org/changeset/base/346320
Log:
pf tests: Try to provoke the panic with invalid DIOCRSETTFLAGS
There was an issue with copyin() on DIOCRSETTFLAGS, which would panic if
pfrio_buffer was NULL.
Test f
Author: emaste
Date: Wed Apr 17 16:45:42 2019
New Revision: 346321
URL: https://svnweb.freebsd.org/changeset/base/346321
Log:
cap_fileargs: fix test after r346318
Reported by: danfe, mjg
MFC after:3 weeks
MFC with: r346315
Sponsored by: The FreeBSD Foundation
Modified:
hea
On Wed, Apr 17, 2019 at 04:31:30PM +, Ed Maste wrote:
> New Revision: 346318
> URL: https://svnweb.freebsd.org/changeset/base/346318
>
> Log:
> cap_fileargs: fix GCC build, don't shadow 'stat'
>
> @@ -566,7 +566,7 @@ static int
> fileargs_command_lstat(const nvlist_t *limits, nvlist_t *n
Author: kp
Date: Wed Apr 17 16:42:54 2019
New Revision: 346319
URL: https://svnweb.freebsd.org/changeset/base/346319
Log:
pf: Fix panic on invalid DIOCRSETTFLAGS
If during DIOCRSETTFLAGS pfrio_buffer is NULL copyin() will fault, which we're
not allowed to do with a lock held.
We must co
Author: emaste
Date: Wed Apr 17 16:31:30 2019
New Revision: 346318
URL: https://svnweb.freebsd.org/changeset/base/346318
Log:
cap_fileargs: fix GCC build, don't shadow 'stat'
Reported by: ci.freebsd.org
MFC after:3 weeks
MFC with: r346315
Sponsored by: The FreeBSD Foundation
Author: ian
Date: Wed Apr 17 16:27:43 2019
New Revision: 346317
URL: https://svnweb.freebsd.org/changeset/base/346317
Log:
Allow this test script to be run from within src/tools/boot dir, and create
the temporary image in $TMPDIR.
Allow the script to be run from the src/tools/boot directo
Author: emaste
Date: Wed Apr 17 16:18:14 2019
New Revision: 346316
URL: https://svnweb.freebsd.org/changeset/base/346316
Log:
cap_fileargs: chase r346315, update fileargs_init in consumers
Reported by: ci.freebsd.org (8 times so far)
MFC after:3 weeks
MFC with: r346315
Sponso
On 4/16/19 4:48 PM, Conrad Meyer wrote:
> On Tue, Apr 16, 2019 at 4:31 PM John Baldwin wrote:
>> bhyveload is effectively the loader in this case. It runs the normal loader
>> scripts and logic and so would load the guests's /boot/entropy and pass it
>> to the guest kernel as metadata just like t
Author: emaste
Date: Wed Apr 17 16:02:57 2019
New Revision: 346315
URL: https://svnweb.freebsd.org/changeset/base/346315
Log:
cap_fileargs: add fileargs_lstat service
Add fileargs_lstat function to cap_fileargs casper service to be able to
lstat files while in capability mode. It can onl
On 4/16/19 4:43 PM, Conrad Meyer wrote:
> On Tue, Apr 16, 2019 at 4:28 PM John Baldwin wrote:
>> Still, what I would suggest is to have the existing arc4random() use
>> WITNESS_WARN.
>> We could provide an alternative API that is non-blocking and returns
>> EWOULDBLOCK.
>
> I think the alternat
Author: emaste
Date: Wed Apr 17 16:00:33 2019
New Revision: 346314
URL: https://svnweb.freebsd.org/changeset/base/346314
Log:
cap_fileargs.3: typo and markup corrections
Submitted by: Bora Özarslan"
MFC after:1 week
MFC with: r346313
Sponsored by: The FreeBSD Foundation
Modi
On Wed, 2019-04-17 at 11:23 +0200, Andrew Turner wrote:
> > On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote:
> >
> > Author: manu
> > Date: Tue Apr 16 20:04:22 2019
> > New Revision: 346295
> > URL: https://svnweb.freebsd.org/changeset/base/346295
> >
> > Log:
> > arm: Add kern_clocksource.c dir
Author: emaste
Date: Wed Apr 17 15:48:33 2019
New Revision: 346313
URL: https://svnweb.freebsd.org/changeset/base/346313
Log:
cap_fileargs.3: correct 'filerags' typo
Submitted by: Bora Özarslan"
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libcasper/s
Author: ian
Date: Wed Apr 17 15:27:11 2019
New Revision: 346312
URL: https://svnweb.freebsd.org/changeset/base/346312
Log:
Only set up the interrupts that will actually be used in arm generic_timer.
The code previously set up interrupt handlers for all the interrupt
resources available, i
On 2019-04-17 09:12, Pedro F. Giffuni wrote:
Author: pfg
Date: Wed Apr 17 14:12:11 2019
New Revision: 346310
URL: https://svnweb.freebsd.org/changeset/base/346310
Log:
Add myself to ports committers.
Approved by: pfg (mentor)
Oops: I meant thierry (mentor)
yikes!
Pedro.
__
Author: pfg
Date: Wed Apr 17 14:20:55 2019
New Revision: 346311
URL: https://svnweb.freebsd.org/changeset/base/346311
Log:
Add orphan mentee.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
Author: pfg
Date: Wed Apr 17 14:12:11 2019
New Revision: 346310
URL: https://svnweb.freebsd.org/changeset/base/346310
Log:
Add myself to ports committers.
Approved by: pfg (mentor)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
Author: cperciva
Date: Wed Apr 17 12:34:37 2019
New Revision: 346309
URL: https://svnweb.freebsd.org/changeset/base/346309
Log:
MFC r345316, r345317, r345858:
r345316: Register ARM64 EC2 AMIs as being for the ARM64 architecture.
r345317: Don't install amazon-ssm-agent package into ARM6
> On 16 Apr 2019, at 22:04, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Tue Apr 16 20:04:22 2019
> New Revision: 346295
> URL: https://svnweb.freebsd.org/changeset/base/346295
>
> Log:
> arm: Add kern_clocksource.c directly in files.arm
>
> This files is needed and included in all our co
Author: cperciva
Date: Wed Apr 17 07:47:03 2019
New Revision: 346308
URL: https://svnweb.freebsd.org/changeset/base/346308
Log:
MFC r345316, r345317, r345858:
r345316: Register ARM64 EC2 AMIs as being for the ARM64 architecture.
r345317: Don't install amazon-ssm-agent package into ARM6
70 matches
Mail list logo