Author: emaste
Date: Mon Jun 24 17:25:14 2019
New Revision: 349333
URL: https://svnweb.freebsd.org/changeset/base/349333
Log:
vtfontcvt: improve .bdf validation
Previously if we had a FONTBOUNDINGBOX or DWIDTH entry that had missing
or invalid values and and failed sscanf, we would procee
Author: markj
Date: Mon Jun 24 19:19:37 2019
New Revision: 349334
URL: https://svnweb.freebsd.org/changeset/base/349334
Log:
Remove a lingering use of splbio().
The buffer must be locked by the caller. No functional change
intended.
Reviewed by: kib
MFC after:1 week
Sponsor
Author: scottl
Date: Mon Jun 24 19:31:32 2019
New Revision: 349335
URL: https://svnweb.freebsd.org/changeset/base/349335
Log:
Add the PCI HDAudio device model from the 2016 GSoC. Detailed information
can be found at
https://wiki.freebsd.org/SummerOfCode2016/HDAudioEmulationForBhyve
Author: scottl
Date: Mon Jun 24 19:42:32 2019
New Revision: 349336
URL: https://svnweb.freebsd.org/changeset/base/349336
Log:
Add a section about the HD Audio module support
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/bhyve.8
==
Author: gjb
Date: Mon Jun 24 19:52:08 2019
New Revision: 349337
URL: https://svnweb.freebsd.org/changeset/base/349337
Log:
Release notes documentation:
- r347037, virtual machine image reduction, and note how to resize
the images.
- r346479, init_exec kenv(1) variable addition.
Author: imp
Date: Mon Jun 24 20:18:58 2019
New Revision: 349340
URL: https://svnweb.freebsd.org/changeset/base/349340
Log:
Create ata_param_fixup
Create a common fixup routine to do the canonical fixup of the
ata_param fixup. Call it from both the ATA and the ATA over SCSI
paths.
Modif
Author: imp
Date: Mon Jun 24 20:18:49 2019
New Revision: 349339
URL: https://svnweb.freebsd.org/changeset/base/349339
Log:
Go ahead and completely fix the ata_params before calling the veto
function. This breaks nothing that uses it in the tree since
ata_params is ignored in storvsc_ada_prob
Author: imp
Date: Mon Jun 24 20:19:03 2019
New Revision: 349341
URL: https://svnweb.freebsd.org/changeset/base/349341
Log:
Use ata_param_fixup instead of a custom copy here
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/camcontrol.c
===
Author: imp
Date: Mon Jun 24 20:23:19 2019
New Revision: 349342
URL: https://svnweb.freebsd.org/changeset/base/349342
Log:
Use the cam_ed copy of ata_params rather than malloc and freeing
memory for it. This reaches into internal bits of xpt a little, and
I'll clean that up later.
Modified:
Author: imp
Date: Mon Jun 24 20:34:53 2019
New Revision: 349343
URL: https://svnweb.freebsd.org/changeset/base/349343
Log:
Move to using a common kernel path between the boot / laoder bits and
the kernel.
Modified:
head/stand/common/paths.h
head/stand/efi/loader/main.c
head/sys/kern/ker
On Mon, Jun 24, 2019 at 08:34:54PM +, Warner Losh wrote:
> Author: imp
> Date: Mon Jun 24 20:34:53 2019
> New Revision: 349343
> URL: https://svnweb.freebsd.org/changeset/base/349343
>
> Log:
> Move to using a common kernel path between the boot / laoder bits and
> the kernel.
I wonder if
Author: imp
Date: Mon Jun 24 20:52:21 2019
New Revision: 349344
URL: https://svnweb.freebsd.org/changeset/base/349344
Log:
Add missing include of sys/boot.h
This change was dropped out in a rebase and I didn't catch that before
I committed.
Modified:
head/sys/kern/kern_mib.c
Modified:
Author: jchandra
Date: Mon Jun 24 21:00:28 2019
New Revision: 349345
URL: https://svnweb.freebsd.org/changeset/base/349345
Log:
arm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
Now that GICV3_IVAR_REDIST is available, GICV3_IVAR_REDIST_VADDR
is unused and can be removed. Drop the define and
Author: imp
Date: Mon Jun 24 21:05:14 2019
New Revision: 349346
URL: https://svnweb.freebsd.org/changeset/base/349346
Log:
kbdcontrol -h prints two error messages.
We loop through getopt(3) twice. Once for -P args and once for the
rest. Catch '?' and print usage when that happens.
Modifi
Author: jchandra
Date: Mon Jun 24 21:13:45 2019
New Revision: 349347
URL: https://svnweb.freebsd.org/changeset/base/349347
Log:
arm64 gicv3_its: enable all ITS blocks for a CPU
We now support multiple ITS blocks raising interrupts to a CPU.
Add all available CPUs to the ITS when no NUMA i
Author: jchandra
Date: Mon Jun 24 21:24:55 2019
New Revision: 349348
URL: https://svnweb.freebsd.org/changeset/base/349348
Log:
arm64 acpi_iort: add some error handling
Print warnings for some bad kernel configurations (like NUMA disabled
with multiple domains). Check and report some firm
Hi,
On Wed, Jun 19, 2019 at 04:41:18PM +, Gordon Tetlow wrote:
G> Author: gordon
G> Date: Wed Jun 19 16:41:18 2019
G> New Revision: 349198
G> URL: https://svnweb.freebsd.org/changeset/base/349198
G>
G> Log:
G> Fix incorrect locking in networking stack.
G>
G> Approved by: so
G>
On Mon, Jun 24, 2019 at 02:25:40PM -0700, Gleb Smirnoff wrote:
> Hi,
>
> On Wed, Jun 19, 2019 at 04:41:18PM +, Gordon Tetlow wrote:
> G> Author: gordon
> G> Date: Wed Jun 19 16:41:18 2019
> G> New Revision: 349198
> G> URL: https://svnweb.freebsd.org/changeset/base/349198
> G>
> G> Log:
> G
Author: bcran
Date: Mon Jun 24 23:18:42 2019
New Revision: 349349
URL: https://svnweb.freebsd.org/changeset/base/349349
Log:
loader: add HTTP support using UEFI
Add support for an HTTP "network filesystem" using the UEFI's HTTP
stack.
This also supports HTTPS, but TianoCore EDK2 impl
Author: jhibbits
Date: Tue Jun 25 00:40:44 2019
New Revision: 349350
URL: https://svnweb.freebsd.org/changeset/base/349350
Log:
powerpc: Transition to Secure-PLT, like most other OSs
Summary:
PowerPC has two PLT models: BSS-PLT and Secure-PLT. BSS-PLT uses runtime
code generation to ge
> Author: bcran
> Date: Mon Jun 24 23:18:42 2019
> New Revision: 349349
> URL: https://svnweb.freebsd.org/changeset/base/349349
>
> Log:
> loader: add HTTP support using UEFI
>
> Add support for an HTTP "network filesystem" using the UEFI's HTTP
> stack.
>
> This also supports HTTPS,
On 2019-06-24 18:45, Rodney W. Grimes wrote:
> It sys accompanies, that means not a pointer to
> Hum oh my, what has happend to the disclaimer?
Huh. It turns out the _latest_ version of that file just contains:
/** @file
This file defines the EFI HTTP Protocol interface. It is split into
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
> On 2019-06-24 18:45, Rodney W. Grimes wrote:
>
> > It sys accompanies, that means not a pointer to
> > Hum oh my, what has happend to the disclaimer?
>
> Huh. It turns out the _latest_ version of that file just con
Hey Rod,
On Mon, Jun 24, 2019 at 7:11 PM Rodney W. Grimes
wrote:
> -- Start of PGP signed section.
> [ Charset UTF-8 unsupported, converting... ]
> > On 2019-06-24 18:45, Rodney W. Grimes wrote:
> >
> > > It sys accompanies, that means not a pointer to
> > > Hum oh my, what has happend to th
Mark,
On Mon, Jun 24, 2019 at 06:23:41PM -0400, Mark Johnston wrote:
M> > On Wed, Jun 19, 2019 at 04:41:18PM +, Gordon Tetlow wrote:
M> > G> Author: gordon
M> > G> Date: Wed Jun 19 16:41:18 2019
M> > G> New Revision: 349198
M> > G> URL: https://svnweb.freebsd.org/changeset/base/349198
M> > G
Author: jhibbits
Date: Tue Jun 25 02:35:22 2019
New Revision: 349351
URL: https://svnweb.freebsd.org/changeset/base/349351
Log:
powerpc: Transition to Secure-PLT, like most other OSs (Toolchain part)
Summary:
Toolchain follow-up to r349350. LLVM patches will be submitted upstream for
9
Author: imp
Date: Tue Jun 25 04:50:09 2019
New Revision: 349352
URL: https://svnweb.freebsd.org/changeset/base/349352
Log:
Remove NAND and NANDFS support
NANDFS has been broken for years. Remove it. The NAND drivers that
remain are for ancient parts that are no longer relevant. They are
Author: imp
Date: Tue Jun 25 06:13:56 2019
New Revision: 349353
URL: https://svnweb.freebsd.org/changeset/base/349353
Log:
Replay r349333 by emaste accidentally reverted by r349352
vtfontcvt: improve .bdf validation
Previously if we had a FONTBOUNDINGBOX or DWIDTH entry that had missin
Author: imp
Date: Tue Jun 25 06:14:00 2019
New Revision: 349354
URL: https://svnweb.freebsd.org/changeset/base/349354
Log:
Replay r349334 by markj accidentally reverted by r349352
Remove a lingering use of splbio().
The buffer must be locked by the caller. No functional change
inten
Author: imp
Date: Tue Jun 25 06:14:16 2019
New Revision: 349357
URL: https://svnweb.freebsd.org/changeset/base/349357
Log:
Replay r349339 by imp accidentally reverted by r349352
Go ahead and completely fix the ata_params before calling the veto
function. This breaks nothing that uses it i
Author: imp
Date: Tue Jun 25 06:14:11 2019
New Revision: 349356
URL: https://svnweb.freebsd.org/changeset/base/349356
Log:
Replay r349336 by scottl accidentally reverted by r349352
Add a section about the HD Audio module support
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.s
Author: imp
Date: Tue Jun 25 06:14:21 2019
New Revision: 349358
URL: https://svnweb.freebsd.org/changeset/base/349358
Log:
Replay r349340 by imp accidentally reverted by r349352
Create ata_param_fixup
Create a common fixup routine to do the canonical fixup of the
ata_param fixup. Cal
Author: imp
Date: Tue Jun 25 06:14:31 2019
New Revision: 349360
URL: https://svnweb.freebsd.org/changeset/base/349360
Log:
Replay r349342 by imp accidentally reverted by r349352
Use the cam_ed copy of ata_params rather than malloc and freeing
memory for it. This reaches into internal bits
Author: imp
Date: Tue Jun 25 06:14:05 2019
New Revision: 349355
URL: https://svnweb.freebsd.org/changeset/base/349355
Log:
Replay r349335 by scottl accidentally reverted by r349352
Add the PCI HDAudio device model from the 2016 GSoC. Detailed information
can be found at
https://wiki
Author: imp
Date: Tue Jun 25 06:14:26 2019
New Revision: 349359
URL: https://svnweb.freebsd.org/changeset/base/349359
Log:
Replay r349341 by imp accidentally reverted by r349352
Use ata_param_fixup instead of a custom copy here
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/
This commit accidentally reverted r349333, r349334, r349335, r349336,
r349339, r349340, r349341 and r349342. I rebased after one of the make
universes I did to proof this set and something must have gone wrong and I
lost these changes. I noticed while committing, but didn't hit ^C fast
enough to pr
Author: araujo
Date: Tue Jun 25 06:24:56 2019
New Revision: 349361
URL: https://svnweb.freebsd.org/changeset/base/349361
Log:
Add SPDX tags to bhyve(8) HD Audio device.
Reviewed by: bcran
Differential Revision:https://reviews.freebsd.org/D20750
Replaced:
head/usr.sbin/bhyve/au
37 matches
Mail list logo