git: f1d955be2a73 - main - hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctl

2023-08-06 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=f1d955be2a7367ef755d70257c381f83b8367288 commit f1d955be2a7367ef755d70257c381f83b8367288 Author: Vladimir Kondratyev AuthorDate: 2023-08-06 11:51:08 + Commit: Vladimir Kondratyev CommitDate: 2023

git: 12f5f1147781 - main - hidraw(4): Fix ioctl names in man page.

2023-08-06 Thread Vladimir Kondratyev
The branch main has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=12f5f1147781686dda8b50058ba6219d19839895 commit 12f5f1147781686dda8b50058ba6219d19839895 Author: Vladimir Kondratyev AuthorDate: 2023-08-06 11:51:08 + Commit: Vladimir Kondratyev CommitDate: 2023

git: 61f4c4d3dd38 - main - lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)

2023-08-06 Thread Robert Clausecker
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 commit 61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 Author: Robert Clausecker AuthorDate: 2023-06-30 14:45:11 + Commit: Robert Clausecker CommitDate: 2023-08-0

git: 66f5f4bffed9 - main - share/man/man7/simd.7: document amd64/strchrnul SIMD implementaionts

2023-08-06 Thread Robert Clausecker
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=66f5f4bffed92c2b65d00690b01c817faf477613 commit 66f5f4bffed92c2b65d00690b01c817faf477613 Author: Robert Clausecker AuthorDate: 2023-07-02 10:23:02 + Commit: Robert Clausecker CommitDate: 2023-08-0

git: ba3c1f5972d7 - main - targets: Catch up with the removals of mips and sparc64

2023-08-06 Thread Marius Strobl
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=ba3c1f5972d7b90feb6e6da47905ff2757e0fe57 commit ba3c1f5972d7b90feb6e6da47905ff2757e0fe57 Author: Marius Strobl AuthorDate: 2023-08-06 19:51:01 + Commit: Marius Strobl CommitDate: 2023-08-06 20:

git: 96c76d930656 - main - exit1(): Revert sparc64 workaround

2023-08-06 Thread Marius Strobl
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=96c76d930656f13d3c041dc8d8f2fc3dd1e5e05a commit 96c76d930656f13d3c041dc8d8f2fc3dd1e5e05a Author: Marius Strobl AuthorDate: 2023-08-06 19:54:57 + Commit: Marius Strobl CommitDate: 2023-08-06 20:

git: 76e3b8f54f59 - main - nanobsd: Remove remainder of sparc64 support

2023-08-06 Thread Marius Strobl
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=76e3b8f54f59e6bfc318dd99c8abcc5adabc10e0 commit 76e3b8f54f59e6bfc318dd99c8abcc5adabc10e0 Author: Marius Strobl AuthorDate: 2023-08-06 20:01:17 + Commit: Marius Strobl CommitDate: 2023-08-06 20:

git: 9ec7a595ed2c - main - mergemaster(8): Remove support for sparc64

2023-08-06 Thread Marius Strobl
The branch main has been updated by marius: URL: https://cgit.FreeBSD.org/src/commit/?id=9ec7a595ed2c7631ef916d9f5818ccd5c5d327c8 commit 9ec7a595ed2c7631ef916d9f5818ccd5c5d327c8 Author: Marius Strobl AuthorDate: 2023-08-06 20:07:29 + Commit: Marius Strobl CommitDate: 2023-08-06 20:

Re: git: 96c76d930656 - main - exit1(): Revert sparc64 workaround

2023-08-06 Thread Konstantin Belousov
On Sun, Aug 06, 2023 at 08:29:57PM +, Marius Strobl wrote: > The branch main has been updated by marius: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=96c76d930656f13d3c041dc8d8f2fc3dd1e5e05a > > commit 96c76d930656f13d3c041dc8d8f2fc3dd1e5e05a > Author: Marius Strobl > AuthorDate:

git: 15876d9fd83f - main - sys/cdefs.h: fix for use __restrict in C++

2023-08-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=15876d9fd83fdfa7d541ea747eb40faeade975d2 commit 15876d9fd83fdfa7d541ea747eb40faeade975d2 Author: Sebastian Huber AuthorDate: 2023-08-06 13:27:27 + Commit: Konstantin Belousov CommitDate: 2023-08-0

git: 676f02a4823f - main - acpi_spibus.c: fix i386 build

2023-08-06 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=676f02a4823f8a4a6e10a1cba73c6324c19b651b commit 676f02a4823f8a4a6e10a1cba73c6324c19b651b Author: Konstantin Belousov AuthorDate: 2023-08-06 21:08:35 + Commit: Konstantin Belousov CommitDate: 2023-

Re: git: 96c76d930656 - main - exit1(): Revert sparc64 workaround

2023-08-06 Thread Marius Strobl
On Mon, Aug 07, 2023 at 12:14:06AM +0300, Konstantin Belousov wrote: > On Sun, Aug 06, 2023 at 08:29:57PM +, Marius Strobl wrote: > > The branch main has been updated by marius: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=96c76d930656f13d3c041dc8d8f2fc3dd1e5e05a > > > > commit 9

Re: git: 61f4c4d3dd38 - main - lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)

2023-08-06 Thread Konstantin Belousov
On Sun, Aug 06, 2023 at 02:10:06PM +, Robert Clausecker wrote: > +ARCHFUNCS(__strchrnul) > +ARCHFUNC(__strchrnul, scalar) This line uses spaces instead of tab for indent. > + ARCHFUNC(__strchrnul, baseline) > +ENDARCHFUNCS(__strchrnul) > +

Re: git: 61f4c4d3dd38 - main - lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)

2023-08-06 Thread Konstantin Belousov
On Sun, Aug 06, 2023 at 02:10:06PM +, Robert Clausecker wrote: > The branch main has been updated by fuz: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 > > commit 61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 > Author: Robert Clausecker > AuthorD

Re: git: 61f4c4d3dd38 - main - lib/libc/amd64/string: add strchrnul implementations (scalar, baseline)

2023-08-06 Thread Jessica Clarke
On 6 Aug 2023, at 15:10, Robert Clausecker wrote: > > The branch main has been updated by fuz: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 > > commit 61f4c4d3dd38c5b79e04fff1dedb02071ebb33f2 > Author: Robert Clausecker > AuthorDate: 2023-06-

git: 1dcd1a539275 - main - LinuxKPI: implement get_random_u32_inclusive()

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1dcd1a539275fe69173bfc4dfc32c963fc7dcdbe commit 1dcd1a539275fe69173bfc4dfc32c963fc7dcdbe Author: Bjoern A. Zeeb AuthorDate: 2023-05-16 21:03:30 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 00:52

git: f74c09f3ec69 - main - LinuxKPI: pci.h add more constants

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f74c09f3ec69a6cdba46aa821ab665d2f87142f7 commit f74c09f3ec69a6cdba46aa821ab665d2f87142f7 Author: Bjoern A. Zeeb AuthorDate: 2023-07-26 02:58:35 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 00:54

git: 9e9c682ff3a1 - main - LinuxKPI: reduce usage of struct vm_page and vm_page_t

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=9e9c682ff3a1aec20a7e5f5b1dd88ceaec7c3950 commit 9e9c682ff3a1aec20a7e5f5b1dd88ceaec7c3950 Author: Bjoern A. Zeeb AuthorDate: 2023-07-31 02:03:39 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 00:55

git: d1ea07642c47 - main - LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYS

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d1ea07642c47e26effec58f53b7369bf5f797252 commit d1ea07642c47e26effec58f53b7369bf5f797252 Author: Bjoern A. Zeeb AuthorDate: 2023-07-31 03:15:29 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 00:57

git: dcb0c54968db - main - LinuxKPI: replace vtophys+PHYS_TO_VM_PAGE with virt_to_page

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=dcb0c54968db10d3c7619f16c4bcfa9284d50ea2 commit dcb0c54968db10d3c7619f16c4bcfa9284d50ea2 Author: Bjoern A. Zeeb AuthorDate: 2023-07-31 05:28:42 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 00:58

git: d73de4574319 - main - net80211: Radiotap: add two more EHT defines

2023-08-06 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=d73de457431943526cad7bd74e60f6264032d3c0 commit d73de457431943526cad7bd74e60f6264032d3c0 Author: Bjoern A. Zeeb AuthorDate: 2023-07-26 02:57:17 + Commit: Bjoern A. Zeeb CommitDate: 2023-08-07 01:22

git: 395b9c9977c5 - main - OCI: Bump image size to 6 GB

2023-08-06 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=395b9c9977c521a4565e9898299a6abfbf54127c commit 395b9c9977c521a4565e9898299a6abfbf54127c Author: Colin Percival AuthorDate: 2023-08-07 01:51:35 + Commit: Colin Percival CommitDate: 2023-08-07

git: 9610cbc09e72 - main - patch: don't run off the end of path if it ends in '/'.

2023-08-06 Thread Pedro F. Giffuni
The branch main has been updated by pfg: URL: https://cgit.FreeBSD.org/src/commit/?id=9610cbc09e72c370369b5cc0e165542a2c5fdca7 commit 9610cbc09e72c370369b5cc0e165542a2c5fdca7 Author: Pedro F. Giffuni AuthorDate: 2023-08-07 03:27:27 + Commit: Pedro F. Giffuni CommitDate: 2023-08-07