git: ea7401fe6764 - stable/12 - pf: Use counter(9) for pf_state byte/packet tracking

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=ea7401fe67649c3eaeff39b6d909d79bfeb709ee commit ea7401fe67649c3eaeff39b6d909d79bfeb709ee Author: Kristof Provost AuthorDate: 2020-12-23 08:37:59 + Commit: Kristof Provost CommitDate: 2021-01-0

Re: git: f7cd7fe51c41 - sys/contrib/zstd: Import zstd 1.4.8

2021-01-03 Thread Ulrich Spörlein
This broke the kernel-toolchain CI on linux and macos systems, most importantly the Github CI actions. They were nerfed due to the master -> main switch, but I've bisected this to the merge commit that introduces the build failure. see e.g. https://github.com/uqs/freebsd-src/runs/1639470956?check

git: eaeb601bd6a7 - main - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp release/11.x llvmorg-11.0.1-rc2-0-g43ff75f2c3f (aka 11.0.1 rc2).

2021-01-03 Thread Dimitry Andric
_DIRS check-old | \ +# xargs -n1 | sort | uniq -d; +# done + ++# 20210103: new clang import which bumps version from 11.0.0 to 11.0.1. ++OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/algorithm ++OLD_FILES+=usr/lib/clang/11.0.0/include/cuda_wrappers/complex ++OLD_FILES+=usr/lib/cla

git: 86d2671e3e05 - main - Update contrib/llvm-project/FREEBSD-Xlist for llvmorg-11.0.1-rc2.

2021-01-03 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=86d2671e3e0541b0efc680c5f1ea0d19a7b742eb commit 86d2671e3e0541b0efc680c5f1ea0d19a7b742eb Author: Dimitry Andric AuthorDate: 2021-01-03 13:21:54 + Commit: Dimitry Andric CommitDate: 2021-01-03 13:2

git: e56b2f0b2804 - stable/12 - MFC r364117 by glebius:

2021-01-03 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e56b2f0b28048cea88fa6000a2bf08a75f055526 commit e56b2f0b28048cea88fa6000a2bf08a75f055526 Author: Gleb Smirnoff AuthorDate: 2020-08-11 15:46:22 + Commit: Gordon Bergling Commit

git: 796d9b45c7c9 - stable/12 - MFC r365628 by ae: Fix compatibility regression after r364117.

2021-01-03 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=796d9b45c7c917f0fd09e7c578e8189932debae5 commit 796d9b45c7c917f0fd09e7c578e8189932debae5 Author: Andrey V. Elsukov AuthorDate: 2020-09-11 10:07:09 + Commit: Gordon Bergling Co

git: d0d27682eefd - stable/12 - MFC r364459 (by fernape): ipfw(8): Fix typo in man page

2021-01-03 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d0d27682eefdd70100f26037b2575fbd929dd7c6 commit d0d27682eefdd70100f26037b2575fbd929dd7c6 Author: Fernando Apesteguía AuthorDate: 2020-08-21 17:45:17 + Commit: Gordon Bergling

git: 2b29cc2621be - stable/12 - MFC r366402: ipfw(8): Bugfixes for some issues reported by mandoc

2021-01-03 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2b29cc2621be4781298262cb3c0264932e99f459 commit 2b29cc2621be4781298262cb3c0264932e99f459 Author: Gordon Bergling AuthorDate: 2020-10-03 18:30:01 + Commit: Gordon Bergling Comm

git: 85562bddad18 - stable/12 - MFC r368804: ipfw(8): Fix a few mandoc related issues

2021-01-03 Thread Gordon Bergling
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=85562bddad1843b4798f9f25202a14f64b7e8ec0 commit 85562bddad1843b4798f9f25202a14f64b7e8ec0 Author: Gordon Bergling AuthorDate: 2020-12-19 12:47:40 + Commit: Gordon Bergling Comm

Re: git: f7cd7fe51c41 - sys/contrib/zstd: Import zstd 1.4.8

2021-01-03 Thread Conrad Meyer
On Sun, Jan 3, 2021 at 4:37 AM Ulrich Spörlein wrote: > This broke the kernel-toolchain CI on linux and macos systems, most > importantly the Github CI actions. They were nerfed due to the master > -> main switch, but I've bisected this to the merge commit that > introduces the build failure. Tha

Re: git: f7cd7fe51c41 - sys/contrib/zstd: Import zstd 1.4.8

2021-01-03 Thread Ulrich Spörlein
Thanks for the quick fix. Could you push that commit to your own freebsd clone on GitHub? That should give you the CI results after a few minutes. If not, I can get to it later and confirm whether that works. On Sun, 3 Jan 2021, 15:30 Conrad Meyer, wrote: > On Sun, Jan 3, 2021 at 4:37 AM Ulrich

git: bcae12b591d9 - main - zstd: Fix non-FreeBSD CI libzstd build

2021-01-03 Thread Conrad Meyer
The branch main has been updated by cem: URL: https://cgit.FreeBSD.org/src/commit/?id=bcae12b591d9b5f3073c71f7e090dc8611360eb6 commit bcae12b591d9b5f3073c71f7e090dc8611360eb6 Author: Conrad Meyer AuthorDate: 2021-01-03 15:39:12 + Commit: Conrad Meyer CommitDate: 2021-01-03 15:42:00

git: 4084669d1867 - main - capser: add cap_net to the list of services

2021-01-03 Thread Mariusz Zaborski
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=4084669d18671a9468218e07f5cd7512789a0f0f commit 4084669d18671a9468218e07f5cd7512789a0f0f Author: Mariusz Zaborski AuthorDate: 2021-01-03 15:55:35 + Commit: Mariusz Zaborski CommitDate: 2021-01

git: b7876aec957e - main - cap_net: allow to use the service without setting the limits

2021-01-03 Thread Mariusz Zaborski
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=b7876aec957e5b9378c61fbaa7fb286285a5f1de commit b7876aec957e5b9378c61fbaa7fb286285a5f1de Author: Mariusz Zaborski AuthorDate: 2021-01-03 16:09:20 + Commit: Mariusz Zaborski CommitDate: 2021-01

git: 34535dace9f0 - main - cap_net: CAPNET_CONNECT and CAPNET_CONNECTDNS are not mutually exclusive

2021-01-03 Thread Mariusz Zaborski
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=34535dace9f0eacd4d01c3694edfe3a37e28c35c commit 34535dace9f0eacd4d01c3694edfe3a37e28c35c Author: Mariusz Zaborski AuthorDate: 2021-01-03 16:10:35 + Commit: Mariusz Zaborski CommitDate: 2021-01

git: 542711e52079 - main - Fix a vnode locking bug in fuse_vnop_advlock.

2021-01-03 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=542711e52079f65647ac1daadf0c9e74cb221f3e commit 542711e52079f65647ac1daadf0c9e74cb221f3e Author: Alan Somers AuthorDate: 2020-12-30 23:50:35 + Commit: Alan Somers CommitDate: 2021-01-03 16:16:

git: 34477e25c1d4 - main - fusefs: only check vnode locks with DEBUG_VFS_LOCKS

2021-01-03 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=34477e25c1d4ea8829415b9e907f67588465cc0a commit 34477e25c1d4ea8829415b9e907f67588465cc0a Author: Alan Somers AuthorDate: 2021-01-01 21:27:03 + Commit: Alan Somers CommitDate: 2021-01-03 16:19:

git: 966026246e62 - main - bhyve: fix build without casper/capsicum support

2021-01-03 Thread Mariusz Zaborski
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=966026246e62769f3bcd8247a47fe0f4f0433aba commit 966026246e62769f3bcd8247a47fe0f4f0433aba Author: Mariusz Zaborski AuthorDate: 2021-01-03 16:18:22 + Commit: Mariusz Zaborski CommitDate: 2021-01

git: 72b42d209ff5 - stable/11 - MFC r340361:

2021-01-03 Thread Michael Reifenberger
The branch stable/11 has been updated by mr: URL: https://cgit.FreeBSD.org/src/commit/?id=72b42d209ff5b37c615048fb251d7bf9eb276381 commit 72b42d209ff5b37c615048fb251d7bf9eb276381 Author: Michael Tuexen AuthorDate: 2018-11-15 17:25:32 + Commit: Michael Reifenberger CommitDate: 2021-

git: 6a5c55666bd2 - main - Add old bsdgrep aliases to ObsoleteFiles.inc

2021-01-03 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=6a5c55666bd2e66e62982293f6270527cc32ed24 commit 6a5c55666bd2e66e62982293f6270527cc32ed24 Author: Dimitry Andric AuthorDate: 2021-01-03 16:43:20 + Commit: Dimitry Andric CommitDate: 2021-01-03 16:4

git: 214257da3a56 - main - sendfile: Clear page pointers when handling a pager error

2021-01-03 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=214257da3a562d1a330a6ce784074a952d354754 commit 214257da3a562d1a330a6ce784074a952d354754 Author: Mark Johnston AuthorDate: 2021-01-03 16:35:42 + Commit: Mark Johnston CommitDate: 2021-01-03 16:5

git: 663de81f852f - main - uma: Avoid unmapping direct-mapped slabs

2021-01-03 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=663de81f852fccc38006b0172f9337147b65890f commit 663de81f852fccc38006b0172f9337147b65890f Author: Mark Johnston AuthorDate: 2021-01-03 16:31:00 + Commit: Mark Johnston CommitDate: 2021-01-03 16:5

git: 2ce5eef6e23a - main - cam: Remove Giant handling from cam_sim_alloc()

2021-01-03 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=2ce5eef6e23acba92d5dc2056d9be28542802750 commit 2ce5eef6e23acba92d5dc2056d9be28542802750 Author: Mark Johnston AuthorDate: 2021-01-03 16:34:10 + Commit: Mark Johnston CommitDate: 2021-01-03 16:5

git: 90f580b95409 - main - Ensure that dirent's d_off field is initialized

2021-01-03 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=90f580b954090e669da234f6c8e8d0379ff9d8bc commit 90f580b954090e669da234f6c8e8d0379ff9d8bc Author: Mark Johnston AuthorDate: 2021-01-03 16:32:30 + Commit: Mark Johnston CommitDate: 2021-01-03 16:5

Re: git: 966026246e62 - main - bhyve: fix build without casper/capsicum support

2021-01-03 Thread Jan Beich
Mariusz Zaborski writes: > +if ${MK_CASPER} != "no" Typo: if -> .if make[4]: "/usr/src/usr.sbin/bhyve/Makefile" line 94: if-less endif ___ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To u

git: 845b27372895 - main - bhyve: fix build without casper/capsicum support

2021-01-03 Thread Mariusz Zaborski
The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=845b2737289564c90ddf7fcf01bb0275f0e8d937 commit 845b2737289564c90ddf7fcf01bb0275f0e8d937 Author: Mariusz Zaborski AuthorDate: 2021-01-03 17:17:04 + Commit: Mariusz Zaborski CommitDate: 2021-01

Re: git: 966026246e62 - main - bhyve: fix build without casper/capsicum support

2021-01-03 Thread Mariusz Zaborski
Fixed. Thank you. On Sun, 3 Jan 2021 at 17:56, Jan Beich wrote: > > Mariusz Zaborski writes: > > > +if ${MK_CASPER} != "no" > > Typo: if -> .if > > make[4]: "/usr/src/usr.sbin/bhyve/Makefile" line 94: if-less endif ___ dev-commits-src-all@freebsd.org

git: 17a82e6af8e2 - main - Fix vnode locking bug in fuse_vnop_copy_file_range

2021-01-03 Thread Alan Somers
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=17a82e6af8e2bde543c9c2fbe3ce296d5b24ddc9 commit 17a82e6af8e2bde543c9c2fbe3ce296d5b24ddc9 Author: Alan Somers AuthorDate: 2021-01-01 20:49:30 + Commit: Alan Somers CommitDate: 2021-01-03 18:16:

git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Toomas Soome
The branch main has been updated by tsoome: URL: https://cgit.FreeBSD.org/src/commit/?id=4f9139397e709a106a73f362654ce245321e4a77 commit 4f9139397e709a106a73f362654ce245321e4a77 Author: Toomas Soome AuthorDate: 2021-01-03 10:26:48 + Commit: Toomas Soome CommitDate: 2021-01-03 18:45

git: 98689d0ffb0a - main - libprivatezstd: Restrict symbol visibility similar to upstream

2021-01-03 Thread Conrad Meyer
The branch main has been updated by cem: URL: https://cgit.FreeBSD.org/src/commit/?id=98689d0ffb0a0e218d3b32201df59be9fa771830 commit 98689d0ffb0a0e218d3b32201df59be9fa771830 Author: Conrad Meyer AuthorDate: 2021-01-03 19:26:01 + Commit: Conrad Meyer CommitDate: 2021-01-03 19:26:46

git: 1c55eab10464 - main - bitset.9: add missing MLINKS

2021-01-03 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b commit 1c55eab104646d8e2b64c5b6f9bb9df2fd47f01b Author: Ryan Libby AuthorDate: 2021-01-03 20:52:21 + Commit: Ryan Libby CommitDate: 2021-01-03 20:52:21

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Mateusz Guzik
This still fails to build: powerpc.powerpc buildworld failed, check _.powerpc.powerpc.buildworld for details powerpc.powerpc64 buildworld failed, check _.powerpc.powerpc64.buildworld for details mips.mips64 buildworld failed, check _.mips.mips64.buildworld for details ld: error: undefined symbol:

git: 33a195baf324 - main - vfs: keep seqc unchanged as long as the vnode is accessible via SMR

2021-01-03 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=33a195baf324f260dd0b81a5e292f26c41044bad commit 33a195baf324f260dd0b81a5e292f26c41044bad Author: Mateusz Guzik AuthorDate: 2021-01-03 07:34:08 + Commit: Mateusz Guzik CommitDate: 2021-01-03 21:22:

git: 3814bea00aed - main - cache: drop the now spurious doomed check when crossing a mount point

2021-01-03 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=3814bea00aed11007567c5ca075511c4f4217656 commit 3814bea00aed11007567c5ca075511c4f4217656 Author: Mateusz Guzik AuthorDate: 2021-01-03 07:35:22 + Commit: Mateusz Guzik CommitDate: 2021-01-03 21:22:

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Toomas Soome via dev-commits-src-all
Yes, I’m preparing patches there too, assuming i get past errors like this: c++ -O2 -pipe -fno-common -I/usr/obj/usr/src/arm.armv6/tmp/obj-tools/lib/clang/libllvm -I/usr/src/contrib/llvm-project/llvm/lib/Target/ARM -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm-project/llvm/include -D__

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Gordon Bergling
Hi Toomas, these errors are maybe related to an recent update to LLVM (llvmorg-11.0.1-rc2-0-g43ff75f2c3f). --Gordon On Sun, Jan 03, 2021 at 11:36:32PM +0200, Toomas Soome via dev-commits-src-main wrote: > Yes, I’m preparing patches there too, assuming i get past errors like this: > > c++ -O2

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Toomas Soome via dev-commits-src-all
> On 4. Jan 2021, at 00:02, Gordon Bergling wrote: > > Hi Toomas, > > these errors are maybe related to an recent update > to LLVM (llvmorg-11.0.1-rc2-0-g43ff75f2c3f). > > --Gordon maybe, but I actually suspect the mac os big sur is there to blame, this issue does affect qemu a lot and vmwa

git: 5c712c8748f3 - stable/12 - pf tests: Verify (tcp) checksum modification on unaligned options

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5c712c8748f304f57e18b09f890b46d5f3d13a2e commit 5c712c8748f304f57e18b09f890b46d5f3d13a2e Author: Kristof Provost AuthorDate: 2020-12-19 15:06:03 + Commit: Kristof Provost CommitDate: 2021-01-0

git: b5c7812dd376 - stable/12 - pf tests: Fix accidental duplication of content

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=b5c7812dd376dcfa513d948e0d7682c1f613b4ab commit b5c7812dd376dcfa513d948e0d7682c1f613b4ab Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2019-08-15 12:00:59 + Commit: Kristof Provost

git: 21745738a2b5 - stable/12 - pf: Fix unaligned checksum updates

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=21745738a2b5662dfbe730b6338aa38e829cb0eb commit 21745738a2b5662dfbe730b6338aa38e829cb0eb Author: Kristof Provost AuthorDate: 2020-12-20 20:06:32 + Commit: Kristof Provost CommitDate: 2021-01-0

git: 63fb868d2913 - stable/12 - Follow r354121 to fix some python3 errors in sys.netpfil.*

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=63fb868d2913d5cb4efcc123eb57fe0287837758 commit 63fb868d2913d5cb4efcc123eb57fe0287837758 Author: Li-Wen Hsu AuthorDate: 2019-10-27 21:07:50 + Commit: Kristof Provost CommitDate: 2021-01-03 20:

git: 0fc80e44f600 - stable/12 - pf tests: Test CVE-2019-5598

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=0fc80e44f600b65830da93b7b56e47250f978f06 commit 0fc80e44f600b65830da93b7b56e47250f978f06 Author: Kristof Provost AuthorDate: 2019-03-22 07:39:28 + Commit: Kristof Provost CommitDate: 2021-01-0

git: 0c772900dcae - stable/12 - Fix path issues after r351212

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=0c772900dcae7ded1c8f1ca336878322a5483ffe commit 0c772900dcae7ded1c8f1ca336878322a5483ffe Author: Li-Wen Hsu AuthorDate: 2019-08-22 12:08:35 + Commit: Kristof Provost CommitDate: 2021-01-03 20:

git: 8c45c8982a07 - stable/12 - Upgrade (scapy) py2 tests to work on py3.

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=8c45c8982a071c8e9878fb4cc755e6a2e3f31718 commit 8c45c8982a071c8e9878fb4cc755e6a2e3f31718 Author: Bjoern A. Zeeb AuthorDate: 2019-10-26 21:19:55 + Commit: Kristof Provost CommitDate: 2021-01-03

git: cc136589fadb - stable/12 - pf tests: Add a defer mode test for pfsync

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=cc136589fadb85996f9ba772a236fa500b6901dd commit cc136589fadb85996f9ba772a236fa500b6901dd Author: Kristof Provost AuthorDate: 2018-12-05 19:53:09 + Commit: Kristof Provost CommitDate: 2021-01-0

git: a343d1c8acfc - stable/12 - pf tests: Move Sniffer to its own file

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=a343d1c8acfc78abfd7f12823c5297c8ca2ee4f4 commit a343d1c8acfc78abfd7f12823c5297c8ca2ee4f4 Author: Kristof Provost AuthorDate: 2019-03-21 08:15:46 + Commit: Kristof Provost CommitDate: 2021-01-0

git: f0cb921e361a - stable/12 - netpfil tests: Move pft_ping.py and sniffer.py to the common test directory

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=f0cb921e361a8dcefec6c469839e26e6d79f958f commit f0cb921e361a8dcefec6c469839e26e6d79f958f Author: Kristof Provost AuthorDate: 2019-08-19 10:48:27 + Commit: Kristof Provost CommitDate: 2021-01-0

git: 9caf8a4a0822 - stable/12 - pf tests: Fix accidental duplication of content

2021-01-03 Thread Kristof Provost
The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=9caf8a4a08223ee84cf0e63bde2c42adefe1e5f5 commit 9caf8a4a08223ee84cf0e63bde2c42adefe1e5f5 Author: Kristof Provost AuthorDate: 2019-03-23 01:07:51 + Commit: Kristof Provost CommitDate: 2021-01-0

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Gordon Bergling
On Mon, Jan 04, 2021 at 12:09:32AM +0200, Toomas Soome wrote: > > On 4. Jan 2021, at 00:02, Gordon Bergling wrote: > > these errors are maybe related to an recent update > > to LLVM (llvmorg-11.0.1-rc2-0-g43ff75f2c3f). > > maybe, but I actually suspect the mac os big sur is there to blame, this

git: c949ba1d202c - main - fortune(6): Add EXIT STATUS and HISTORY sections

2021-01-03 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c949ba1d202c6e939e71f1cb555958b8de3dd048 commit c949ba1d202c6e939e71f1cb555958b8de3dd048 Author: Gordon Bergling AuthorDate: 2021-01-03 22:50:18 + Commit: Gordon Bergling CommitDat

Re: git: 4f9139397e70 - main - loader: fix uboot build with gfx_fb

2021-01-03 Thread Mateusz Guzik
This may be a side-effect of https://reviews.freebsd.org/D27629 Regardless, universe13a.freebsd.org and/or universe13b.freebsd.org can be used to compile in the meantime. On 1/3/21, Gordon Bergling wrote: > On Mon, Jan 04, 2021 at 12:09:32AM +0200, Toomas Soome wrote: >> > On 4. Jan 2021, at 00:

git: 52981a1694be - main - sh/tests: Add a second kind of binary scripts without #!

2021-01-03 Thread Jilles Tjoelker
The branch main has been updated by jilles: URL: https://cgit.FreeBSD.org/src/commit/?id=52981a1694be7a70013e5149c020706c9b6411f9 commit 52981a1694be7a70013e5149c020706c9b6411f9 Author: Jilles Tjoelker AuthorDate: 2021-01-03 20:27:50 + Commit: Jilles Tjoelker CommitDate: 2021-01-03

git: d03fd8ede2c4 - main - rockchip: add audio-related clocks to the CRU driver

2021-01-03 Thread Oleksandr Tymoshenko
The branch main has been updated by gonzo: URL: https://cgit.FreeBSD.org/src/commit/?id=d03fd8ede2c493d0c5a74b625a93a48e018515e1 commit d03fd8ede2c493d0c5a74b625a93a48e018515e1 Author: Oleksandr Tymoshenko AuthorDate: 2020-12-30 00:25:52 + Commit: Oleksandr Tymoshenko CommitDate: 2

git: fd340a122259 - main - sbin/camcontrol: use calloc/strlcpy where appropriate.

2021-01-03 Thread Xin LI
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=fd340a122259d44a7d01a72890ff40411f87d79c commit fd340a122259d44a7d01a72890ff40411f87d79c Author: Xin LI AuthorDate: 2021-01-04 06:52:28 + Commit: Xin LI CommitDate: 2021-01-04 06:52:28 +