git: c8328f1a7b6e - main - pmap_init(9): drop MLINKS reference

2024-01-12 Thread Robert Wing
The branch main has been updated by rew: URL: https://cgit.FreeBSD.org/src/commit/?id=c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5 commit c8328f1a7b6ea59951e2ea2c1a9a4aa10020c8c5 Author: Robert Wing AuthorDate: 2024-01-12 17:29:15 + Commit: Robert Wing CommitDate: 2024-01-12 17:29:15 +

git: 60b2e2d3ee82 - main - libc: stop exposing __fcntl_compat

2024-01-12 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=60b2e2d3ee82b1aa58bdca2697ea3dd25b903102 commit 60b2e2d3ee82b1aa58bdca2697ea3dd25b903102 Author: Brooks Davis AuthorDate: 2024-01-13 00:00:24 + Commit: Brooks Davis CommitDate: 2024-01-13 00:01

git: 03d04bf49492 - main - Stop using expressions in _Alignof()

2024-01-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=03d04bf49492fc70366e6d78194336a4122282a2 commit 03d04bf49492fc70366e6d78194336a4122282a2 Author: Minsoo Choo AuthorDate: 2024-01-12 23:37:53 + Commit: John Baldwin CommitDate: 2024-01-12 23:37:53

git: 246e0457d930 - main - mixer.8: Add terse example for increasing volume

2024-01-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=246e0457d93071ffd901c78e3ee7badc5f51bd4c commit 246e0457d93071ffd901c78e3ee7badc5f51bd4c Author: Alexander Ziaee AuthorDate: 2024-01-12 17:12:19 + Commit: John Baldwin CommitDate: 2024-01-12 22:55

git: 82f2275b73e5 - main - cd9660: Add support for mask,dirmask,uid,gid options

2024-01-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=82f2275b73e556580b155ea9bbf7f7e364458fa1 commit 82f2275b73e556580b155ea9bbf7f7e364458fa1 Author: Ricardo Branco AuthorDate: 2024-01-08 20:24:53 + Commit: John Baldwin CommitDate: 2024-01-12 22:51:

Re: d07acc58d898 - main - systm: Relax __result_use_check annotations

2024-01-12 Thread Mark Johnston
On Fri, Jan 12, 2024 at 01:25:43PM -0800, Ravi Pokala wrote: > Hi Mark, > > > failing to check for errors when copying *in* is a much more severe bug > > In that you might get panics. How do you mean? > But failing to check for errors when copying *out* can be a security leak; > depending on t

git: bc1eea0c0b0a - main - pmap_init(9): sweep references to pmap_init2()

2024-01-12 Thread Robert Wing
(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9242d37a62fd..7265d0a19741 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20240112: remove pmap_init2() +OLD_FILES+=usr/share/man/man9/pmap_init2.9.gz + # 20240112: remove

git: 55e2a7d3ea21 - main - pmap_pinit(9): sweep references to pmap_pinit2()

2024-01-12 Thread Robert Wing
--git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ac936aebb574..9242d37a62fd 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20240112: remove pmap_pinit2() +OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz + # 20240112: replaced

Re: d07acc58d898 - main - systm: Relax __result_use_check annotations

2024-01-12 Thread Ravi Pokala
Hi Mark, > failing to check for errors when copying *in* is a much more severe bug In that you might get panics. But failing to check for errors when copying *out* can be a security leak; depending on the context, a panic might be preferable. I agree with what Mateusz just said: make __result_

Re: git: d07acc58d898 - main - systm: Relax __result_use_check annotations

2024-01-12 Thread Mateusz Guzik
just make it conditional on being compiled with clang On 1/12/24, Mark Johnston wrote: > The branch main has been updated by markj: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=d07acc58d8987e8e1205f4a82b77e847ea2d60d3 > > commit d07acc58d8987e8e1205f4a82b77e847ea2d60d3 > Author: Mark Jo

git: 8e1a7e29b6cc - main - sanitizers: Avoid building genassym.c and genoffset.c with sanitizers

2024-01-12 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8e1a7e29b6cc276a2763e61b5f61afebd4570bba commit 8e1a7e29b6cc276a2763e61b5f61afebd4570bba Author: Mark Johnston AuthorDate: 2023-10-10 18:14:46 + Commit: Mark Johnston CommitDate: 2024-01-12 21:0

git: d07acc58d898 - main - systm: Relax __result_use_check annotations

2024-01-12 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d07acc58d8987e8e1205f4a82b77e847ea2d60d3 commit d07acc58d8987e8e1205f4a82b77e847ea2d60d3 Author: Mark Johnston AuthorDate: 2024-01-12 15:07:28 + Commit: Mark Johnston CommitDate: 2024-01-12 20:5

git: 848a8bf3f40d - main - fb: Check for errors from copyin()

2024-01-12 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=848a8bf3f40d91bda0ae3ab67f22ed693f25f9c4 commit 848a8bf3f40d91bda0ae3ab67f22ed693f25f9c4 Author: Mark Johnston AuthorDate: 2024-01-12 15:09:22 + Commit: Mark Johnston CommitDate: 2024-01-12 20:5

git: 4c4633fdffbe - stable/13 - if_tuntap: fix NOIP build

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=4c4633fdffbe8e4b6d328c2bc9bb3edacc9ab50a commit 4c4633fdffbe8e4b6d328c2bc9bb3edacc9ab50a Author: Gleb Smirnoff AuthorDate: 2023-12-04 18:18:56 + Commit: Michael Tuexen CommitDate: 2024-01-

git: d0738729dab0..5f174897f677 - vendor/kyua - vendor branch updated

2024-01-12 Thread Muhammad Moinur Rahman
The branch vendor/kyua has been updated by bofh: URL: https://cgit.FreeBSD.org/src/log/?id=d0738729dab0..5f174897f677 5f174897f677 vendor/kyua: Update to snapshot 84c8ec8

git: 5df041c4bbf7 - main - bhyveload(8): document some SECURITY CONSIDERATIONS

2024-01-12 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=5df041c4bbf70d549b055f332630925295ad5aaf commit 5df041c4bbf70d549b055f332630925295ad5aaf Author: Kyle Evans AuthorDate: 2024-01-12 19:57:53 + Commit: Kyle Evans CommitDate: 2024-01-12 19:58:16

git: 46ebf11f5a32 - main - MAINTAINERS: Add myself for nvme entries, remove jimharris

2024-01-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=46ebf11f5a328bc7c57ecc7c0d7eea64113d3441 commit 46ebf11f5a328bc7c57ecc7c0d7eea64113d3441 Author: Warner Losh AuthorDate: 2024-01-12 19:07:28 + Commit: Warner Losh CommitDate: 2024-01-12 19:12:15 +

git: 178679daa9c4 - main - MAINTAINERS, etc: Remove hselasky entries

2024-01-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=178679daa9c43cfffa7131dfcde8f4d3402805ae commit 178679daa9c43cfffa7131dfcde8f4d3402805ae Author: Warner Losh AuthorDate: 2024-01-12 19:02:28 + Commit: Warner Losh CommitDate: 2024-01-12 19:02:28 +

git: 7385a7f67c1f - main - system(3): fix typo santized -> sanitized

2024-01-12 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=7385a7f67c1f26f4a6948be9155efeee76cf321e commit 7385a7f67c1f26f4a6948be9155efeee76cf321e Author: Steve Kargl AuthorDate: 2024-01-12 18:26:40 + Commit: Warner Losh CommitDate: 2024-01-12 18:29:22 +

git: 73e955d3ea57 - stable/13 - if_tuntap: add LRO support to tap devices

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=73e955d3ea57f05fb3ae353bc01eec1e6f2e2397 commit 73e955d3ea57f05fb3ae353bc01eec1e6f2e2397 Author: Michael Tuexen AuthorDate: 2023-11-19 14:57:53 + Commit: Michael Tuexen CommitDate: 2024-01

git: 7fe50d188806 - stable/13 - if_tuntap: remove redundant check

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=7fe50d188806a49da30fedd1f3f6d8fad1100b95 commit 7fe50d188806a49da30fedd1f3f6d8fad1100b95 Author: Michael Tuexen AuthorDate: 2023-11-09 10:43:54 + Commit: Michael Tuexen CommitDate: 2024-01

git: 299e9fe9709a - stable/14 - netlink: Add sysctl descriptions for net.netlink tree

2024-01-12 Thread Ed Maste
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=299e9fe9709ac520ce1ea5069d0e25540acff573 commit 299e9fe9709ac520ce1ea5069d0e25540acff573 Author: Ed Maste AuthorDate: 2023-10-12 01:38:00 + Commit: Ed Maste CommitDate: 2024-01-12 17:53:45

git: 41988a137d55 - stable/13 - if_tuntap: support receive checksum offloading for tap interfaces

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=41988a137d556b0e4bd6259bc7af0c63f6975596 commit 41988a137d556b0e4bd6259bc7af0c63f6975596 Author: Michael Tuexen AuthorDate: 2023-11-09 10:37:27 + Commit: Michael Tuexen CommitDate: 2024-01

git: f6aae554b076 - stable/13 - if_tuntap: trigger the bpf hook on transmitting for the tap interface

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=f6aae554b0764dcf9fcb9fe886bdf722f3856e0d commit f6aae554b0764dcf9fcb9fe886bdf722f3856e0d Author: Michael Tuexen AuthorDate: 2023-11-05 19:32:46 + Commit: Michael Tuexen CommitDate: 2024-01

git: 4aaf087b879b - stable/13 - if_tuntap: improve code consistency

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=4aaf087b879b914a917923fd77a6b15429fd4c77 commit 4aaf087b879b914a917923fd77a6b15429fd4c77 Author: Michael Tuexen AuthorDate: 2023-11-04 09:22:42 + Commit: Michael Tuexen CommitDate: 2024-01

git: 3b766249d9f0 - stable/13 - udplite: make socketoption available on IPv6 sockets

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=3b766249d9f04a4cb8d9d44c98853611e02bfd6d commit 3b766249d9f04a4cb8d9d44c98853611e02bfd6d Author: Michael Tuexen AuthorDate: 2023-11-05 14:28:54 + Commit: Michael Tuexen CommitDate: 2024-01

git: fab809a67d23 - stable/13 - sctp: minor clean

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=fab809a67d2328dd369fb9013fe63d01bbd5d982 commit fab809a67d2328dd369fb9013fe63d01bbd5d982 Author: Michael Tuexen AuthorDate: 2023-11-06 10:04:15 + Commit: Michael Tuexen CommitDate: 2024-01

git: 15eda0e9027d - stable/13 - udplite: fix checksum computation on the sender side

2024-01-12 Thread Michael Tuexen
The branch stable/13 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=15eda0e9027d39d4e38e23a31752b1e02e2d2d6c commit 15eda0e9027d39d4e38e23a31752b1e02e2d2d6c Author: Michael Tuexen AuthorDate: 2023-11-01 09:24:56 + Commit: Michael Tuexen CommitDate: 2024-01

git: 0459cf327549 - stable/14 - if_tuntap: fix NOIP build

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=0459cf327549f067ea1583a8d428e556232b6082 commit 0459cf327549f067ea1583a8d428e556232b6082 Author: Gleb Smirnoff AuthorDate: 2023-12-04 18:18:56 + Commit: Michael Tuexen CommitDate: 2024-01-

git: fded38cde763 - stable/14 - if_tuntap: add LRO support to tap devices

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=fded38cde763e77ec13c8df041788ac3a473ca00 commit fded38cde763e77ec13c8df041788ac3a473ca00 Author: Michael Tuexen AuthorDate: 2023-11-19 14:57:53 + Commit: Michael Tuexen CommitDate: 2024-01

git: 83e524e8f656 - stable/14 - if_tuntap: remove redundant check

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=83e524e8f6567f7f336304eb3f2f9ceeea68cd66 commit 83e524e8f6567f7f336304eb3f2f9ceeea68cd66 Author: Michael Tuexen AuthorDate: 2023-11-09 10:43:54 + Commit: Michael Tuexen CommitDate: 2024-01

git: 002829ea6139 - stable/14 - if_tuntap: support receive checksum offloading for tap interfaces

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=002829ea6139fcbfc295790c97aed811535736fa commit 002829ea6139fcbfc295790c97aed811535736fa Author: Michael Tuexen AuthorDate: 2023-11-09 10:37:27 + Commit: Michael Tuexen CommitDate: 2024-01

git: e0f22f9e1867 - stable/14 - if_tuntap: trigger the bpf hook on transmitting for the tap interface

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=e0f22f9e1867e9a4a2fc90327a13265eb233c7f3 commit e0f22f9e1867e9a4a2fc90327a13265eb233c7f3 Author: Michael Tuexen AuthorDate: 2023-11-05 19:32:46 + Commit: Michael Tuexen CommitDate: 2024-01

git: e71e4d9ef1ba - stable/14 - if_tuntap: improve code consistency

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=e71e4d9ef1ba26f054894465fd53684c1fe2154d commit e71e4d9ef1ba26f054894465fd53684c1fe2154d Author: Michael Tuexen AuthorDate: 2023-11-04 09:22:42 + Commit: Michael Tuexen CommitDate: 2024-01

git: 1e25eb287f3f - main - login: Missed an instance of getpwnam().

2024-01-12 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=1e25eb287f3fdd763df98065dbf2e1eb201e4000 commit 1e25eb287f3fdd763df98065dbf2e1eb201e4000 Author: Dag-Erling Smørgrav AuthorDate: 2024-01-12 16:40:55 + Commit: Dag-Erling Smørgrav CommitDate: 2024-

git: 9a75f1475fb6 - stable/14 - tcp rack: remove references to rb trees

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=9a75f1475fb6ddd8d34d50a7b071ffa0c6a60a2c commit 9a75f1475fb6ddd8d34d50a7b071ffa0c6a60a2c Author: Michael Tuexen AuthorDate: 2023-11-05 14:21:06 + Commit: Michael Tuexen CommitDate: 2024-01

git: 54190b5e8d42 - stable/14 - sctp: minor clean

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=54190b5e8d42a95ba8266d0ab5ea095ad51741c4 commit 54190b5e8d42a95ba8266d0ab5ea095ad51741c4 Author: Michael Tuexen AuthorDate: 2023-11-06 10:04:15 + Commit: Michael Tuexen CommitDate: 2024-01

git: 6b019c30ace1 - stable/14 - tcpsso: fix when used without -i option

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=6b019c30ace18b49822ca0869227e677c4ca8081 commit 6b019c30ace18b49822ca0869227e677c4ca8081 Author: Michael Tuexen AuthorDate: 2024-01-10 07:33:09 + Commit: Michael Tuexen CommitDate: 2024-01

git: 3f57a09489e5 - stable/14 - tcpsso: support TIME_WAIT state

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=3f57a09489e523fdaea4c927cf725b65112af56c commit 3f57a09489e523fdaea4c927cf725b65112af56c Author: Michael Tuexen AuthorDate: 2024-01-06 20:31:46 + Commit: Michael Tuexen CommitDate: 2024-01

git: 899837e8f574 - main - uniq: Error out if writing to the output failed.

2024-01-12 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=899837e8f5741f9a847b63d9e7c8b76ccc033ab5 commit 899837e8f5741f9a847b63d9e7c8b76ccc033ab5 Author: Dag-Erling Smørgrav AuthorDate: 2024-01-12 15:40:48 + Commit: Dag-Erling Smørgrav CommitDate: 2024-

git: e2ec8ee02a33 - main - uniq: Clean up and test obsolete options.

2024-01-12 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=e2ec8ee02a33e39b8ff86a56e8a1ef5e84ac7e62 commit e2ec8ee02a33e39b8ff86a56e8a1ef5e84ac7e62 Author: Dag-Erling Smørgrav AuthorDate: 2024-01-12 15:40:40 + Commit: Dag-Erling Smørgrav CommitDate: 2024-

git: 11715600e626 - main - uniq: Fix interactive use.

2024-01-12 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=11715600e626cf6cc4b4f564af97f6ae1e5fb0be commit 11715600e626cf6cc4b4f564af97f6ae1e5fb0be Author: Dag-Erling Smørgrav AuthorDate: 2024-01-12 15:40:33 + Commit: Dag-Erling Smørgrav CommitDate: 2024-

git: e762fd81e253 - main - uniq: Replace NetBSD's unit tests with our own.

2024-01-12 Thread Dag-Erling Smørgrav
32bfb..ac936aebb574 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,14 @@ # xargs -n1 | sort | uniq -d; # done +# 20240112: replaced NetBSD tests for uniq with our own +OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in +OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out +OLD_FILES

git: a3d80dd8aa6a - main - login: Use getpwnam_r() instead of getpwnam().

2024-01-12 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=a3d80dd8aa6ac15877e00102ab174b417ac81d79 commit a3d80dd8aa6ac15877e00102ab174b417ac81d79 Author: Dag-Erling Smørgrav AuthorDate: 2024-01-12 15:40:22 + Commit: Dag-Erling Smørgrav CommitDate: 2024-

git: 77292494fb3c - stable/14 - tcpsso: fix typos in man page

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=77292494fb3c831d5b70923f2258869c252b0311 commit 77292494fb3c831d5b70923f2258869c252b0311 Author: Michael Tuexen AuthorDate: 2024-01-06 18:17:04 + Commit: Michael Tuexen CommitDate: 2024-01

git: 13fbe20942cd - stable/14 - tcp: tcp: allow SOL_SOCKET-level socket options via sysctl interface

2024-01-12 Thread Michael Tuexen
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=13fbe20942cd99c77daedd28560adaef4653fefb commit 13fbe20942cd99c77daedd28560adaef4653fefb Author: Michael Tuexen AuthorDate: 2023-12-09 11:57:19 + Commit: Michael Tuexen CommitDate: 2024-01

git: c85e01d0bfdd - stable/13 - ffs/ffs_rawread.c: clean up includes

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c85e01d0bfddcd23123a8b69d7a92cda55f2e526 commit c85e01d0bfddcd23123a8b69d7a92cda55f2e526 Author: Konstantin Belousov AuthorDate: 2024-01-08 05:36:33 + Commit: Konstantin Belousov CommitDate:

git: cc5cda1dbaa9 - stable/13 - nfsclient: limit situations when we do unlocked read-ahead by nfsiod

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cc5cda1dbaa907ce52074f47264cc45b5a7d6c8b commit cc5cda1dbaa907ce52074f47264cc45b5a7d6c8b Author: Konstantin Belousov AuthorDate: 2024-01-01 22:22:44 + Commit: Konstantin Belousov CommitDate:

git: 0166a12e580f - stable/13 - vtruncbuf: improve the check for meta buffer

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0166a12e580fbacdba9f669065c43e98d3a93aca commit 0166a12e580fbacdba9f669065c43e98d3a93aca Author: Konstantin Belousov AuthorDate: 2023-12-31 20:46:53 + Commit: Konstantin Belousov CommitDate:

git: 3828d60715e6 - stable/13 - vtruncbuf: add a comment explaining the purpose of the loop

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3828d60715e64cfbae93449858cc6ae8ce615a63 commit 3828d60715e64cfbae93449858cc6ae8ce615a63 Author: Konstantin Belousov AuthorDate: 2023-12-31 20:46:04 + Commit: Konstantin Belousov CommitDate:

git: 93be89569021 - stable/13 - nfsclient: eliminate ncl_writebp()

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=93be89569021e8507b2d326902157ccf7cac2141 commit 93be89569021e8507b2d326902157ccf7cac2141 Author: Konstantin Belousov AuthorDate: 2023-12-30 18:46:31 + Commit: Konstantin Belousov CommitDate:

git: cee4d7c22585 - stable/13 - nfsclient: flush dirty pages of the vnode

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cee4d7c22585a736a5d231365ceb62e96d80488a commit cee4d7c22585a736a5d231365ceb62e96d80488a Author: Konstantin Belousov AuthorDate: 2023-12-30 00:15:50 + Commit: Konstantin Belousov CommitDate:

git: d139cab8d13b - stable/13 - nfsclient copy_file_range(): flush dst vnode data

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d139cab8d13b83b90872f6ca5dc53890c85826a9 commit d139cab8d13b83b90872f6ca5dc53890c85826a9 Author: Konstantin Belousov AuthorDate: 2023-12-29 23:22:40 + Commit: Konstantin Belousov CommitDate:

git: a85df799787b - stable/13 - mlx5(4): only detach IOV children if iov was successfully initialized

2024-01-12 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a85df799787b8c441bf7d7238f02ca057b7378e5 commit a85df799787b8c441bf7d7238f02ca057b7378e5 Author: Konstantin Belousov AuthorDate: 2023-12-29 03:14:56 + Commit: Konstantin Belousov CommitDate:

git: 2ff28c64288e - stable/14 - ffs/ffs_rawread.c: clean up includes

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2ff28c64288eefab4962f0e826d776dc30287aef commit 2ff28c64288eefab4962f0e826d776dc30287aef Author: Konstantin Belousov AuthorDate: 2024-01-08 05:36:33 + Commit: Konstantin Belousov CommitDate:

git: cbf323cf503b - stable/14 - nfsclient: limit situations when we do unlocked read-ahead by nfsiod

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cbf323cf503b69516ef19542c4630c0d42d74b05 commit cbf323cf503b69516ef19542c4630c0d42d74b05 Author: Konstantin Belousov AuthorDate: 2024-01-01 22:22:44 + Commit: Konstantin Belousov CommitDate:

git: 9e951d6b4b70 - stable/14 - vtruncbuf: improve the check for meta buffer

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9e951d6b4b708fad9993aca0a1cede1c74d735e0 commit 9e951d6b4b708fad9993aca0a1cede1c74d735e0 Author: Konstantin Belousov AuthorDate: 2023-12-31 20:46:53 + Commit: Konstantin Belousov CommitDate:

git: dc024acd5174 - stable/14 - vtruncbuf: add a comment explaining the purpose of the loop

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=dc024acd51740f794d09fc478be6a4f046766ba4 commit dc024acd51740f794d09fc478be6a4f046766ba4 Author: Konstantin Belousov AuthorDate: 2023-12-31 20:46:04 + Commit: Konstantin Belousov CommitDate:

git: 62b0cb23784b - stable/14 - nfsclient: eliminate ncl_writebp()

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=62b0cb23784b282dc771057589a1481bb1ab50cf commit 62b0cb23784b282dc771057589a1481bb1ab50cf Author: Konstantin Belousov AuthorDate: 2023-12-30 18:46:31 + Commit: Konstantin Belousov CommitDate:

git: 09c69decd208 - stable/14 - nfsclient: flush dirty pages of the vnode

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=09c69decd208d3ccd4dd54ea67c14b48c012c58c commit 09c69decd208d3ccd4dd54ea67c14b48c012c58c Author: Konstantin Belousov AuthorDate: 2023-12-30 00:15:50 + Commit: Konstantin Belousov CommitDate:

git: 384c72acb50d - stable/14 - nfsclient copy_file_range(): flush dst vnode data

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=384c72acb50d3fd5a3bd07f41d3755867865c0b6 commit 384c72acb50d3fd5a3bd07f41d3755867865c0b6 Author: Konstantin Belousov AuthorDate: 2023-12-29 23:22:40 + Commit: Konstantin Belousov CommitDate:

git: a76475313d65 - stable/14 - mlx5(4): only detach IOV children if iov was successfully initialized

2024-01-12 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a76475313d6580cb36eb940d5730407d832246de commit a76475313d6580cb36eb940d5730407d832246de Author: Konstantin Belousov AuthorDate: 2023-12-29 03:14:56 + Commit: Konstantin Belousov CommitDate:

git: e007b89e9d31 - main - tests: add a test for shutdown(2) on a datagram socket

2024-01-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=e007b89e9d311daec88a3c7ae38646bcd015c396 commit e007b89e9d311daec88a3c7ae38646bcd015c396 Author: Gleb Smirnoff AuthorDate: 2024-01-12 10:04:04 + Commit: Gleb Smirnoff CommitDate: 2024-01-12 10

git: d4033ebd0545 - main - divert: just return EOPNOTSUPP on shutdown(2)

2024-01-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=d4033ebd05455dbe7482bd0c1a329bfe52d7cdb8 commit d4033ebd05455dbe7482bd0c1a329bfe52d7cdb8 Author: Gleb Smirnoff AuthorDate: 2024-01-12 10:04:04 + Commit: Gleb Smirnoff CommitDate: 2024-01-12 10

git: 0598824cc84a - main - protosw: remove unneeded include

2024-01-12 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=0598824cc84a347848dfe822add22aad30ff89d4 commit 0598824cc84a347848dfe822add22aad30ff89d4 Author: Gleb Smirnoff AuthorDate: 2024-01-12 10:04:04 + Commit: Gleb Smirnoff CommitDate: 2024-01-12 10

git: 82126ef92fdb - main - xen: improve man (4) page

2024-01-12 Thread Roger Pau Monné
The branch main has been updated by royger: URL: https://cgit.FreeBSD.org/src/commit/?id=82126ef92fdb3c13a67ad44d33c0fe6ea479c01a commit 82126ef92fdb3c13a67ad44d33c0fe6ea479c01a Author: Roger Pau Monné AuthorDate: 2024-01-09 09:26:06 + Commit: Roger Pau Monné CommitDate: 2024-01-12