git: 30a2fc91fa5a - main - cache: postpone NAME_MAX check as it may be unnecessary

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=30a2fc91fa5a0fa8717da788cc18073cca786c05 commit 30a2fc91fa5a0fa8717da788cc18073cca786c05 Author: Mateusz Guzik AuthorDate: 2020-12-31 07:28:32 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: eca899bd5d17 - main - cache: remove spurious null check in sdt probe

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=eca899bd5d1743c031d91b7794522a7e21ffc4c7 commit eca899bd5d1743c031d91b7794522a7e21ffc4c7 Author: Mateusz Guzik AuthorDate: 2020-12-31 07:22:30 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: 82397d791966 - main - vfs: denote vnode being a mount point with VIRF_MOUNTPOINT

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=82397d791966b09d344251bc709cd9db2b3a1902 commit 82397d791966b09d344251bc709cd9db2b3a1902 Author: Mateusz Guzik AuthorDate: 2021-01-01 03:10:12 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: 51bf55fa6c78 - main - cache: stop checkpointing cn_namelen

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=51bf55fa6c780734b201f22b5f6ee4092fd979ef commit 51bf55fa6c780734b201f22b5f6ee4092fd979ef Author: Mateusz Guzik AuthorDate: 2021-01-01 13:45:06 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: 3e506a67bbcc - main - vfs: add v_irflag accessors

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=3e506a67bbcc76aada3c3fa4e499502184272c07 commit 3e506a67bbcc76aada3c3fa4e499502184272c07 Author: Mateusz Guzik AuthorDate: 2020-12-28 03:01:15 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: 7220a10b5b34 - main - cache: predict on no spurious slashes in cache_fpl_handle_root

2021-01-02 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=7220a10b5b343f0528612c62072f80458076a061 commit 7220a10b5b343f0528612c62072f80458076a061 Author: Mateusz Guzik AuthorDate: 2021-01-01 02:25:19 + Commit: Mateusz Guzik CommitDate: 2021-01-03 06:50:

git: 997f81af4316 - main - The fsck_ffs program had previously only been able to expand the size of its lost+found directory by allocating direct block pointers. The effect was that it was limited to

2021-01-02 Thread Kirk McKusick
The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=997f81af4316811ec8ee0ba262542d90b44f commit 997f81af4316811ec8ee0ba262542d90b44f Author: Kirk McKusick AuthorDate: 2021-01-03 06:31:55 + Commit: Kirk McKusick CommitDate: 2021-01-03 0

Re: d021434a7960 - main - openzfs: fix gcc kernel module builds

2021-01-02 Thread Ravi Pokala
-Original Message- From: Ryan Libby Date: 2021-01-01, Friday at 17:10 To: Ravi Pokala Cc: src-committers , , Subject: Re: d021434a7960 - main - openzfs: fix gcc kernel module builds On Fri, Jan 1, 2021 at 3:42 PM Ravi Pokala wrote: > > -Original Message- > From

Re: git: 022ca2fc7fe0 - main - Add aio_writev and aio_readv

2021-01-02 Thread Alan Somers
On Sat, Jan 2, 2021 at 9:39 PM Jessica Clarke wrote: > On 3 Jan 2021, at 02:59, Alan Somers wrote: > > diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master > > index b7ea5e939635..aaa0a1277461 100644 > > --- a/sys/kern/syscalls.master > > +++ b/sys/kern/syscalls.master > > @@ -1477,7

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-02 Thread Mark Millard via dev-commits-src-main
On 2021-Jan-2, at 20:37, Mark Millard wrote: > As of this update the only amd64 system that I have access > to (a ThreadRipper 1950X) now displays a blank screen until > kernel messages start showing up, with or without: > > hw.vga.textmode="1" > > The system is not configured for EFI booting o

Re: git: 022ca2fc7fe0 - main - Add aio_writev and aio_readv

2021-01-02 Thread Jessica Clarke
On 3 Jan 2021, at 02:59, Alan Somers wrote: > diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master > index b7ea5e939635..aaa0a1277461 100644 > --- a/sys/kern/syscalls.master > +++ b/sys/kern/syscalls.master > @@ -1477,7 +1477,17 @@ > _In_opt_ struct sigevent *sig >

Re: git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-02 Thread Mark Millard via dev-commits-src-main
As of this update the only amd64 system that I have access to (a ThreadRipper 1950X) now displays a blank screen until kernel messages start showing up, with or without: hw.vga.textmode="1" The system is not configured for EFI booting of FreeBSD: # gpart show -p /dev/nvd2 =>40 187538492

Re: git: a3479cfd2217 - main - loader: fix build on non-x86 platforms

2021-01-02 Thread Mateusz Guzik
This still does not work, for example _.arm.armv6.buildworld: ld: error: undefined symbol: fonts >>> referenced by module.c >>> module.o:(build_font_module) ld: error: undefined symbol: gfx_state >>> referenced by module.c >>> module.o:(build_font_module) >>> reference

git: 022ca2fc7fe0 - main - Add aio_writev and aio_readv

2021-01-02 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=022ca2fc7fe08d51f33a1d23a9be49e6d132914e commit 022ca2fc7fe08d51f33a1d23a9be49e6d132914e Author: Alan Somers AuthorDate: 2021-01-02 23:34:20 + Commit: Alan Somers CommitDate: 2021-01-03 02:57:

git: 1868a91fac5e - main - Regenerate syscall files after addition of aio_writev/aio_readv

2021-01-02 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=1868a91fac5e01576b98e286d7408df875b65144 commit 1868a91fac5e01576b98e286d7408df875b65144 Author: Alan Somers AuthorDate: 2021-01-03 02:57:39 + Commit: Alan Somers CommitDate: 2021-01-03 02:57:

git: 486580c44ce2 - main - arm: fix atomic_testand{set, clear}_64 for ops on high bits

2021-01-02 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=486580c44ce29c1e3b1d9b858a08d9df9428b699 commit 486580c44ce29c1e3b1d9b858a08d9df9428b699 Author: Ryan Libby AuthorDate: 2021-01-03 02:09:37 + Commit: Ryan Libby CommitDate: 2021-01-03 02:09:37

git: d189a74dfdcd - main - copy_file_range(2): add recommendation to use large "len"

2021-01-02 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=d189a74dfdcd4a89c92a48ecbf8fcb6f6903f9b6 commit d189a74dfdcd4a89c92a48ecbf8fcb6f6903f9b6 Author: Rick Macklem AuthorDate: 2021-01-03 01:21:21 + Commit: Rick Macklem CommitDate: 2021-01-03 01:

git: c98a764c681f - main - cp(1): fix performance issue for large non-sparse file copies

2021-01-02 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=c98a764c681f8b70812a9f13a6e61c96aa1a69d2 commit c98a764c681f8b70812a9f13a6e61c96aa1a69d2 Author: Rick Macklem AuthorDate: 2021-01-03 00:58:43 + Commit: Rick Macklem CommitDate: 2021-01-03 00:

git: 9c43bd646e27 - main - Github actions: s/master/main/ for the CI workflow

2021-01-02 Thread Ulrich Spörlein
The branch main has been updated by uqs: URL: https://cgit.FreeBSD.org/src/commit/?id=9c43bd646e27241dca95958a84ea4d6948d2531d commit 9c43bd646e27241dca95958a84ea4d6948d2531d Author: Ulrich Spörlein AuthorDate: 2021-01-02 23:08:01 + Commit: Ulrich Spörlein CommitDate: 2021-01-02 23

git: 65d1a4cfda73 - main - Handle KDB_WHY_TRAP return on arm and mips

2021-01-02 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=65d1a4cfda73201e34768d881a0b9206d00d4a71 commit 65d1a4cfda73201e34768d881a0b9206d00d4a71 Author: Mitchell Horne AuthorDate: 2021-01-02 23:07:04 + Commit: Mitchell Horne CommitDate: 2021-01-02 2

git: a3479cfd2217 - main - loader: fix build on non-x86 platforms

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=a3479cfd2217d133d49aa7159ea23faf901dc586 commit a3479cfd2217d133d49aa7159ea23faf901dc586 Author: Toomas Soome AuthorDate: 2021-01-02 21:48:52 + Commit: Toomas Soome CommitDate: 2021-01-02 22:04

git: 82661227eddf - main - arm64: fix mask in atomic_testand{set, clear}_64

2021-01-02 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=82661227eddfd22e660bad7cd5f1adbb7c691b48 commit 82661227eddfd22e660bad7cd5f1adbb7c691b48 Author: Ryan Libby AuthorDate: 2021-01-02 20:11:18 + Commit: Ryan Libby CommitDate: 2021-01-02 20:13:25

git: 3630506b9dae - main - loader: implement framebuffer console

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=3630506b9daec9167a89bc4525638ea45a00769e commit 3630506b9daec9167a89bc4525638ea45a00769e Author: Toomas Soome AuthorDate: 2020-12-21 05:31:16 + Commit: Toomas Soome CommitDate: 2021-01-02 19:41

git: bd03acedb804 - main - arm: Fix atomic_testand{set, clear}_32(). According to atomic (9), the bit position argument should be a modulo operand size. While I'm in, add missing implementation of ato

2021-01-02 Thread Michal Meloun
The branch main has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=bd03acedb804add1e22178d50eb2bfb703974ddf commit bd03acedb804add1e22178d50eb2bfb703974ddf Author: Michal Meloun AuthorDate: 2021-01-02 19:30:00 + Commit: Michal Meloun CommitDate: 2021-01-02 19:53

git: 72c59f1728c1 - main - Add 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a1d9413a7f4aaede7313aa'

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=72c59f1728c12fbdcd316c172708d8f3a60299be commit 72c59f1728c12fbdcd316c172708d8f3a60299be Merge: 5bcd0b860c7d a70c2a23d0d8 Author: Toomas Soome AuthorDate: 2021-01-02 19:27:29 + Commit: Toomas So

git: 80aa931900c8 - main - contrib: setup pnglite

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=80aa931900c863a5d088c49b560488ab32f2d1d9 commit 80aa931900c863a5d088c49b560488ab32f2d1d9 Author: Toomas Soome AuthorDate: 2021-01-02 19:29:24 + Commit: Toomas Soome CommitDate: 2021-01-02 19:29

git: eb1e8a829636 - main - Add 'contrib/terminus/' from commit 'cee3932f8c02a220d70e48949c7c5ca6e98dfef4'

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=eb1e8a82963684bac34c992a409a5f6ef6ed08c3 commit eb1e8a82963684bac34c992a409a5f6ef6ed08c3 Merge: 51a9b978e750 cee3932f8c02 Author: Toomas Soome AuthorDate: 2021-01-02 18:57:12 + Commit: Toomas So

git: 5bcd0b860c7d - main - contrib: setup terminus

2021-01-02 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=5bcd0b860c7d4935db5b290cf932357fc22adf3a commit 5bcd0b860c7d4935db5b290cf932357fc22adf3a Author: Toomas Soome AuthorDate: 2021-01-02 19:03:28 + Commit: Toomas Soome CommitDate: 2021-01-02 19:03

Re: git: 51a9b978e750 - main - nfs server: improve use of the VFS KPI

2021-01-02 Thread Mark de Groot
unsubscribe Van: owner-dev-commits-src-...@freebsd.org namens Konstantin Belousov Verzonden: zaterdag 2 januari 2021 19:18 Aan: src-committ...@freebsd.org ; dev-commits-src-...@freebsd.org ; dev-commits-src-main@FreeBSD.org Onderwerp: git: 51a9b978e750 - main

git: 51a9b978e750 - main - nfs server: improve use of the VFS KPI

2021-01-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=51a9b978e75021415fdced616b4e4bc373a20a8a commit 51a9b978e75021415fdced616b4e4bc373a20a8a Author: Konstantin Belousov AuthorDate: 2021-01-01 15:35:44 + Commit: Konstantin Belousov CommitDate: 2021-

git: 8c45fe5d8ecd - main - bootparamd: Add missing __unused mark.

2021-01-02 Thread Yoshihiro Takahashi
The branch main has been updated by nyan: URL: https://cgit.FreeBSD.org/src/commit/?id=8c45fe5d8ecda4be7564aadaa50712790c6c0a6f commit 8c45fe5d8ecda4be7564aadaa50712790c6c0a6f Author: Yoshihiro Takahashi AuthorDate: 2021-01-02 15:40:34 + Commit: Yoshihiro Takahashi CommitDate: 2021