Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Mark Millard via dev-commits-src-main
Jessica Clarke jrtc27 at freebsd.org wrote on Sun Feb 28 01:25:47 UTC 2021 : > On 28 Feb 2021, at 01:22, Brandon Bergren wrote: > > > > On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote: > >> This is mistakenly detecting pseries powerpc64* as an EFI platform and > >> causing install to er

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Warner Losh
On Sat, Feb 27, 2021, 8:01 PM Brandon Bergren wrote: > On Sat, Feb 27, 2021, at 8:39 PM, Warner Losh wrote: > > > 32-bit Arm can boot via EFI. Just mips* and powerpc*. > > > > There was some rumblings of little endian powerpc64 efi, but I don't > > think it's ready... > > I've never heard of such

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Brandon Bergren
On Sat, Feb 27, 2021, at 8:39 PM, Warner Losh wrote: > > 32-bit Arm can boot via EFI. Just mips* and powerpc*. > > There was some rumblings of little endian powerpc64 efi, but I don't > think it's ready... I've never heard of such things. PAPR/LoPAPR/LoPAR (pseries) is specified as an OpenFirmw

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Warner Losh
On Sat, Feb 27, 2021, 6:25 PM Jessica Clarke wrote: > On 28 Feb 2021, at 01:22, Brandon Bergren wrote: > > > > On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote: > >> This is mistakenly detecting pseries powerpc64* as an EFI platform and > >> causing install to error out. Please add back t

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Brandon Bergren
On Sat, Feb 27, 2021, at 7:25 PM, Jessica Clarke wrote: > > 32-bit Arm can boot via EFI. Just mips* and powerpc*. > > Jess Ah, thanks. Yeah, that matches with which platforms mark the EFI option as BROKEN in src.opts.mk to prevent the tools from being built. > > -- Brandon Bergren bd

Re: git: 3fe2c68ba20f - main - nfsclient: fix panic in cache_enter_time()

2021-02-27 Thread Konstantin Belousov
On Sun, Feb 28, 2021 at 01:56:43AM +, Rick Macklem wrote: > The branch main has been updated by rmacklem: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=3fe2c68ba20fb3365ef91e0b85f88237b5369f38 > > commit 3fe2c68ba20fb3365ef91e0b85f88237b5369f38 > Author: Rick Macklem > AuthorDate:

git: 9995455218ff - main - sbin/ifconfig: Drop local name var in sfp_status

2021-02-27 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=9995455218ff19df9cf0dcaf0198269dc76eeb2d commit 9995455218ff19df9cf0dcaf0198269dc76eeb2d Author: Ryan Moeller AuthorDate: 2021-02-28 02:15:11 + Commit: Ryan Moeller CommitDate: 2021-02-28 02:

git: a0ebb915045e - main - sbin/ifconfig: Get lagg status with libifconfig

2021-02-27 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=a0ebb915045ed0056decec5f001471af4e999f61 commit a0ebb915045ed0056decec5f001471af4e999f61 Author: Ryan Moeller AuthorDate: 2021-02-27 03:05:31 + Commit: Ryan Moeller CommitDate: 2021-02-28 02:

git: da393346ac47 - main - sbin/ifconfig: Get carp status with libifconfig

2021-02-27 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=da393346ac47b22b5f8af4040a59971faadd2c5c commit da393346ac47b22b5f8af4040a59971faadd2c5c Author: Ryan Moeller AuthorDate: 2021-02-26 23:40:58 + Commit: Ryan Moeller CommitDate: 2021-02-28 02:

git: 3fe2c68ba20f - main - nfsclient: fix panic in cache_enter_time()

2021-02-27 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=3fe2c68ba20fb3365ef91e0b85f88237b5369f38 commit 3fe2c68ba20fb3365ef91e0b85f88237b5369f38 Author: Rick Macklem AuthorDate: 2021-02-28 01:54:05 + Commit: Rick Macklem CommitDate: 2021-02-28 01:

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Jessica Clarke
On 28 Feb 2021, at 01:22, Brandon Bergren wrote: > > On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote: >> This is mistakenly detecting pseries powerpc64* as an EFI platform and >> causing install to error out. Please add back the uname checks so this >> code doesn't run on powerpc*. > >

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Brandon Bergren
On Sat, Feb 27, 2021, at 7:10 PM, Brandon Bergren wrote: > This is mistakenly detecting pseries powerpc64* as an EFI platform and > causing install to error out. Please add back the uname checks so this > code doesn't run on powerpc*. Specifically, the /boot/efi stuff in usr.sbin/bsdinstall/scri

Re: git: 0b7472b3d8d2 - main - Mount the EFI system partition (ESP) on newly-installed systems.

2021-02-27 Thread Brandon Bergren
This is mistakenly detecting pseries powerpc64* as an EFI platform and causing install to error out. Please add back the uname checks so this code doesn't run on powerpc*. -- Brandon Bergren bdra...@freebsd.org ___ dev-commits-src-main@freebsd.org

git: b5449c92b489 - main - Use atomic_interrupt_fence() instead of bare __compiler_membar()

2021-02-27 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=b5449c92b489445635c7962875ce73b2c9211bba commit b5449c92b489445635c7962875ce73b2c9211bba Author: Konstantin Belousov AuthorDate: 2021-02-26 23:54:17 + Commit: Konstantin Belousov CommitDate: 2021-

git: 1d9ba697f99a - main - libifconfig: Set error in ifconfig_get_groups

2021-02-27 Thread Ryan Moeller
The branch main has been updated by freqlabs: URL: https://cgit.FreeBSD.org/src/commit/?id=1d9ba697f99a88b321a7d8b96fa142ea774cd3be commit 1d9ba697f99a88b321a7d8b96fa142ea774cd3be Author: Ryan Moeller AuthorDate: 2021-02-27 08:07:21 + Commit: Ryan Moeller CommitDate: 2021-02-27 23:

git: 1d8510c1a64d - main - zfs: add missing seqc write begin/end around zfs_acl_chown_setattr

2021-02-27 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=1d8510c1a64d61a85c74c8b02fb12e6f31ede5a1 commit 1d8510c1a64d61a85c74c8b02fb12e6f31ede5a1 Author: Mateusz Guzik AuthorDate: 2021-02-27 22:26:20 + Commit: Mateusz Guzik CommitDate: 2021-02-27 22:29:

git: 1239a722214c - main - cache: temporarily drop the assert that dvp != vp when adding an entry

2021-02-27 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=1239a722214c245e642733fdea2b1348101598af commit 1239a722214c245e642733fdea2b1348101598af Author: Mateusz Guzik AuthorDate: 2021-02-27 22:23:23 + Commit: Mateusz Guzik CommitDate: 2021-02-27 22:29:

git: 70e95f0b6917 - main - sctp: avoid integer overflow when starting the HB timer

2021-02-27 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=70e95f0b6917a8b8cd4a2a5f883f3e9753fc86d8 commit 70e95f0b6917a8b8cd4a2a5f883f3e9753fc86d8 Author: Michael Tuexen AuthorDate: 2021-02-27 22:27:30 + Commit: Michael Tuexen CommitDate: 2021-02-27 2

git: da9713917eb2 - main - bhyvectl: reduce code duplication

2021-02-27 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=da9713917eb26b67bafc740384ccd44f7dff09f2 commit da9713917eb26b67bafc740384ccd44f7dff09f2 Author: Robert Wing AuthorDate: 2021-02-27 21:05:52 + Commit: Robert Wing CommitDate: 2021-02-27 21:05:52 +

git: b7fd9c4e5ebc - main - bhyve/snapshot: rename checkpoint_opcodes to be more generic

2021-02-27 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=b7fd9c4e5ebc69934205980d9f628ef8f21fb288 commit b7fd9c4e5ebc69934205980d9f628ef8f21fb288 Author: Robert Wing AuthorDate: 2021-02-27 21:03:03 + Commit: Robert Wing CommitDate: 2021-02-27 21:03:03 +

git: d656ce199d72 - main - bhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAME

2021-02-27 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=d656ce199d72f1aeeef1b2e28b4a284c968a8d03 commit d656ce199d72f1aeeef1b2e28b4a284c968a8d03 Author: Robert Wing AuthorDate: 2021-02-27 21:07:35 + Commit: Robert Wing CommitDate: 2021-02-27 21:07:35 +

Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Jessica Clarke
On 27 Feb 2021, at 16:59, Robert Watson wrote: > > On Sat, 27 Feb 2021, Jessica Clarke wrote: > >>> +This vnode call is made by >>> +.Xr mac 9 >>> +file relabeling operation has been authorized, and the filesystem must now >>> be >> >> I think you're missing some words at the start of this lin

Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Robert Watson
On Sat, 27 Feb 2021, Jessica Clarke wrote: +This vnode call is made by +.Xr mac 9 +file relabeling operation has been authorized, and the filesystem must now be I think you're missing some words at the start of this line? Indeed - the word "once". I'll pause a few minutes before fixing it

Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Jessica Clarke
On 27 Feb 2021, at 16:52, Robert Watson wrote: > > The branch main has been updated by rwatson: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=7bfd8e6ff182abac2e08d6efcd2dc9ddc944 > > commit 7bfd8e6ff182abac2e08d6efcd2dc9ddc944 > Author: Robert Watson > AuthorDate: 2021-02-27

git: a9f11355038c - main - Add Xrefs to the new VOP_SETLABEL(9) from mac(9) and vnode(9).

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=a9f11355038cd7d2942d925e85795ed9d13f1bfe commit a9f11355038cd7d2942d925e85795ed9d13f1bfe Author: Robert Watson AuthorDate: 2021-02-27 16:53:53 + Commit: Robert Watson CommitDate: 2021-02-27 16

git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=7bfd8e6ff182abac2e08d6efcd2dc9ddc944 commit 7bfd8e6ff182abac2e08d6efcd2dc9ddc944 Author: Robert Watson AuthorDate: 2021-02-27 16:51:00 + Commit: Robert Watson CommitDate: 2021-02-27 16

git: a92c6b24c0e9 - main - Add a comment on why the call to mac_vnode_relabel() might be in the wrong place -- in the VOP rather than vn_setexttr() -- and that it is for historic reasons. We might wis

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=a92c6b24c0e92607661a16295f4b04cde08c9230 commit a92c6b24c0e92607661a16295f4b04cde08c9230 Author: Robert Watson AuthorDate: 2021-02-27 16:22:26 + Commit: Robert Watson CommitDate: 2021-02-27 16

git: 9d9fd8b79f0e - main - Micro-optimize OOA queue processing.

2021-02-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9d9fd8b79f0ebe59f791c8225fa01ab59858b7b5 commit 9d9fd8b79f0ebe59f791c8225fa01ab59858b7b5 Author: Alexander Motin AuthorDate: 2021-02-27 15:14:05 + Commit: Alexander Motin CommitDate: 2021-02-27 15

Re: git: 2a50a9de8340 - main - terminfo: add terminfo database

2021-02-27 Thread Rodney W. Grimes
> 26 f?vr. 2021 23:57:25 Rodney W. Grimes : > > >> > >> 26 f?vr. 2021 22:41:37 Enji Cooper : > >> > >>> > On Feb 25, 2021, at 5:27 AM, Baptiste Daroussin wrote: > > The branch main has been updated by bapt: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=2a50a9de

git: becaac3972f1 - main - loader: use display pixel density for font autoselection

2021-02-27 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=becaac3972f1fde4e3c44516399468ba5ca65c9b commit becaac3972f1fde4e3c44516399468ba5ca65c9b Author: Toomas Soome AuthorDate: 2021-02-20 08:51:28 + Commit: Toomas Soome CommitDate: 2021-02-27 09:26

git: c01da939b099 - main - cardbus: Be sure to acquire Giant when calling into newbus

2021-02-27 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c01da939b0998f8de068a23c9016c377e761255e commit c01da939b0998f8de068a23c9016c377e761255e Author: Warner Losh AuthorDate: 2021-02-27 07:00:52 + Commit: Warner Losh CommitDate: 2021-02-27 08:23:09 +