git: 0eda98025d37 - stable/13 - goldfish_rtc: Fix handling a local time RTC

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=0eda98025d37f2546722c1256074062f3b93a5c0 commit 0eda98025d37f2546722c1256074062f3b93a5c0 Author: Jessica Clarke AuthorDate: 2022-08-14 18:50:22 + Commit: Jessica Clarke CommitDate: 2023-01

git: 2b7b51c479c4 - stable/13 - libcrypto: Work around strict aliasing violations in bn_nist.c

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=2b7b51c479c44e60b37821783487bfc5dc0471f4 commit 2b7b51c479c44e60b37821783487bfc5dc0471f4 Author: Jessica Clarke AuthorDate: 2022-07-25 17:17:50 + Commit: Jessica Clarke CommitDate: 2023-01

git: d00a638bfd66 - stable/13 - mips: Fix sendsig for stack layout randomisation

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=d00a638bfd668fea9608fa14cbcea3df783e9be5 commit d00a638bfd668fea9608fa14cbcea3df783e9be5 Author: Jessica Clarke AuthorDate: 2023-01-31 01:27:50 + Commit: Jessica Clarke CommitDate: 2023-01

git: a82b1ca60381 - stable/13 - libc: Fix longjmp/_longjmp(buf, 0) for MIPS

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=a82b1ca6038152eb5740552507534842acebede2 commit a82b1ca6038152eb5740552507534842acebede2 Author: Jessica Clarke AuthorDate: 2023-01-30 23:55:03 + Commit: Jessica Clarke CommitDate: 2023-01

git: cc58b7123be2 - stable/13 - libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-V

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=cc58b7123be2862237746a37c1d658d0d5ca8b13 commit cc58b7123be2862237746a37c1d658d0d5ca8b13 Author: Jessica Clarke AuthorDate: 2023-01-09 18:34:43 + Commit: Jessica Clarke CommitDate: 2023-01

git: 6879fc89425f - stable/13 - Makefile: Avoid sanitizing PATH on non-FreeBSD systems

2023-01-30 Thread Jessica Clarke
The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=6879fc89425f57880fa327a1c528f657f80cf68e commit 6879fc89425f57880fa327a1c528f657f80cf68e Author: Jake Freeland AuthorDate: 2023-01-19 22:24:44 + Commit: Jessica Clarke CommitDate: 2023-01-

git: fd22978f860c - stable/13 - strfmon(3): Match the return type

2023-01-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fd22978f860c03543b7b951c6a0886ef3b883c5e commit fd22978f860c03543b7b951c6a0886ef3b883c5e Author: Jose Luis Duran AuthorDate: 2022-11-08 20:16:49 + Commit: Konstantin Belousov CommitDate: 2023

git: 4e1231260731 - stable/13 - strfmon(3): Wording improvements

2023-01-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4e1231260731067a5bba2bcbd92cca8b4f78152a commit 4e1231260731067a5bba2bcbd92cca8b4f78152a Author: Jose Luis Duran AuthorDate: 2022-11-08 20:53:17 + Commit: Konstantin Belousov CommitDate: 2023

git: 9149830359bf - stable/13 - strfmon(3): Add an EXAMPLES section

2023-01-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=9149830359bfc816e916d24fab4acd5c0e70e13d commit 9149830359bfc816e916d24fab4acd5c0e70e13d Author: Jose Luis Duran AuthorDate: 2022-11-08 20:36:57 + Commit: Konstantin Belousov CommitDate: 2023

git: c8d8e959b51a - stable/13 - libcxx: add comment explaining why umtx is only used for 64bits

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

git: a140a745c4da - stable/13 - libcxx: use __SIZEOF_LONG__ == 8 instead of __LP64__

2023-01-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a140a745c4da50111b0b7ef995b4f0fc75eeca1a commit a140a745c4da50111b0b7ef995b4f0fc75eeca1a Author: Konstantin Belousov AuthorDate: 2023-01-24 10:03:45 + Commit: Konstantin Belousov CommitDate:

git: 17262e08af4e - stable/13 - libcxx: Implement atomic::wait/notify using _umtx_op(2) for 64bit arches

2023-01-30 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=17262e08af4e65a75484625417eb4ca0b916502e commit 17262e08af4e65a75484625417eb4ca0b916502e Author: Konstantin Belousov AuthorDate: 2023-01-20 02:57:26 + Commit: Konstantin Belousov CommitDate:

git: 134841a7f3e5 - main - cmp: Increase buffer size for non-mmap case.

2023-01-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=134841a7f3e5516a83732d40a4d42268c901a492 commit 134841a7f3e5516a83732d40a4d42268c901a492 Author: Dag-Erling Smørgrav AuthorDate: 2023-01-31 00:28:53 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

git: 6673a5476d02 - main - cmp: Print a summary on SIGINFO.

2023-01-30 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=6673a5476d029cd5b47b2eed27032211a14f52bd commit 6673a5476d029cd5b47b2eed27032211a14f52bd Author: Dag-Erling Smørgrav AuthorDate: 2023-01-31 00:28:47 + Commit: Dag-Erling Smørgrav CommitDate: 2023-

Re: git: 9dafbd0c69a6 - main - linuxkpi: Add `kmap_local_page_prot()` and `kunmap_local()`

2023-01-30 Thread Jessica Clarke
On 30 Jan 2023, at 22:17, Jean-Sébastien Pédron wrote: > > The branch main has been updated by dumbbell (ports committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9dafbd0c69a6aade69b23a649548b6c7133f1091 > > commit 9dafbd0c69a6aade69b23a649548b6c7133f1091 > Author: Jean-Sébastie

Re: git: fa1d803c0f65 - main - epoch: replace hand coded assertion

2023-01-30 Thread Konstantin Belousov
On Mon, Jan 30, 2023 at 11:22:05AM -0800, Gleb Smirnoff wrote: > Brooks, John, Kostik, > > On Fri, Jan 20, 2023 at 06:05:17PM +, Brooks Davis wrote: > B> The branch main has been updated by brooks: > B> > B> URL: > https://cgit.FreeBSD.org/src/commit/?id=fa1d803c0f652d72840a3c59139baf9d307

git: b9ef0689433d - main - linuxkpi: Define `dev_is_platform()` and `to_platform_device()`

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b9ef0689433d7d08c96695e571c4c262a3ac9007 commit b9ef0689433d7d08c96695e571c4c262a3ac9007 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-22 13:46:54 + Commit: Jean-Sébastie

git: 11aaefc9ca85 - main - linuxkpi: Try to solve headers dependencies

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=11aaefc9ca8537be0ea5f62a5927dd39a6109e4f commit 11aaefc9ca8537be0ea5f62a5927dd39a6109e4f Author: Jean-Sébastien Pédron AuthorDate: 2023-01-20 18:08:39 + Commit: Jean-Sébastie

git: 29d0c85c8634 - main - linuxkpi: Add `io_mapping_map_local_wc()` and `io_mapping_unmap_local()`

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=29d0c85c86347cd3eafe3c8974c693abf8d9ca51 commit 29d0c85c86347cd3eafe3c8974c693abf8d9ca51 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-20 17:53:49 + Commit: Jean-Sébastie

git: 9dafbd0c69a6 - main - linuxkpi: Add `kmap_local_page_prot()` and `kunmap_local()`

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9dafbd0c69a6aade69b23a649548b6c7133f1091 commit 9dafbd0c69a6aade69b23a649548b6c7133f1091 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-20 17:52:39 + Commit: Jean-Sébastie

git: 7649b89cc126 - main - linuxkpi: Add

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7649b89cc12696d540b20ad2f5896827b102225e commit 7649b89cc12696d540b20ad2f5896827b102225e Author: Jean-Sébastien Pédron AuthorDate: 2023-01-20 17:50:39 + Commit: Jean-Sébastie

git: 25faccaaca6a - main - linuxkpi: Add

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=25faccaaca6a0bddd60fbad0033606435a13e6b8 commit 25faccaaca6a0bddd60fbad0033606435a13e6b8 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-19 17:45:28 + Commit: Jean-Sébastie

git: 19be627cfda7 - main - linuxkpi: Define `might_alloc()`

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=19be627cfda7e509fc3444fd57de8a0a501aee04 commit 19be627cfda7e509fc3444fd57de8a0a501aee04 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-19 00:15:35 + Commit: Jean-Sébastie

git: e400b695991b - main - linuxkpi: Add `freeram` and `freehigh` to `struct sysinfo`

2023-01-30 Thread Jean-Sébastien Pédron
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e400b695991bf3f336e9cbe39e400943d8b1d676 commit e400b695991bf3f336e9cbe39e400943d8b1d676 Author: Jean-Sébastien Pédron AuthorDate: 2023-01-02 20:57:35 + Commit: Jean-Sébastie

git: bcad3f96ae97 - main - gh-bc: fix build with WITHOUT_NLS_CATALOGS=YES

2023-01-30 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=bcad3f96ae97671e50faaa6d8226ec4f598ba929 commit bcad3f96ae97671e50faaa6d8226ec4f598ba929 Author: Gleb Smirnoff AuthorDate: 2023-01-30 21:26:49 + Commit: Gleb Smirnoff CommitDate: 2023-01-30 21

Re: git: ef7d10fde4f6 - main - Add missing check for xo_parse_args return code.

2023-01-30 Thread Phil Shafer
FOn 30 Jan 2023, at 15:57, Renato Botelho wrote: > Code seems to be indented with spaces instead of tabs Fixed. Thanks, Phil

Re: git: ef7d10fde4f6 - main - Add missing check for xo_parse_args return code.

2023-01-30 Thread Renato Botelho
On 30/01/23 17:44, Phil Shafer wrote: The branch main has been updated by phil: URL: https://cgit.FreeBSD.org/src/commit/?id=ef7d10fde4f650c7e9ef207af53d5f116b689826 commit ef7d10fde4f650c7e9ef207af53d5f116b689826 Author: Phil Shafer AuthorDate: 2023-01-30 20:43:01 + Commit: Phil

git: ef7d10fde4f6 - main - Add missing check for xo_parse_args return code.

2023-01-30 Thread Phil Shafer
The branch main has been updated by phil: URL: https://cgit.FreeBSD.org/src/commit/?id=ef7d10fde4f650c7e9ef207af53d5f116b689826 commit ef7d10fde4f650c7e9ef207af53d5f116b689826 Author: Phil Shafer AuthorDate: 2023-01-30 20:43:01 + Commit: Phil Shafer CommitDate: 2023-01-30 20:43:01

git: 31068ff99c43 - stable/13 - freebsd32: Make sendmsg match native ABI for unpadded final control message

2023-01-30 Thread Brooks Davis
The branch stable/13 has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=31068ff99c4354cc75fd96786da78931dc1012fd commit 31068ff99c4354cc75fd96786da78931dc1012fd Author: Jessica Clarke AuthorDate: 2022-09-15 16:16:22 + Commit: Brooks Davis CommitDate: 2023-01-3

git: 435a2e04f06b - stable/13 - freebsd32_sendmsg: fix control message ABI

2023-01-30 Thread Brooks Davis
The branch stable/13 has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=435a2e04f06b4cb74f41a9805d1eb0f4c30bee00 commit 435a2e04f06b4cb74f41a9805d1eb0f4c30bee00 Author: Brooks Davis AuthorDate: 2022-08-24 17:34:39 + Commit: Brooks Davis CommitDate: 2023-01-30

Re: git: fa1d803c0f65 - main - epoch: replace hand coded assertion

2023-01-30 Thread Gleb Smirnoff
Brooks, John, Kostik, On Fri, Jan 20, 2023 at 06:05:17PM +, Brooks Davis wrote: B> The branch main has been updated by brooks: B> B> URL: https://cgit.FreeBSD.org/src/commit/?id=fa1d803c0f652d72840a3c59139baf9d30792860 B> B> commit fa1d803c0f652d72840a3c59139baf9d30792860 B> Author: B

git: e1e2080fc1ce - main - Import Juniper libxo-1.6.0

2023-01-30 Thread Phil Shafer
The branch main has been updated by phil: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e2080fc1ce59cc2ef3ba4ae6031cd550d75bed commit e1e2080fc1ce59cc2ef3ba4ae6031cd550d75bed Author: Phil Shafer AuthorDate: 2023-01-30 18:35:27 + Commit: Phil Shafer CommitDate: 2023-01-30 18:37:33

git: c8abb673a575 - main - man(1): Support zstd compressed manpages using zstdcat

2023-01-30 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c8abb673a57587fdf9de2d5bd4d3d1f54dfedc19 commit c8abb673a57587fdf9de2d5bd4d3d1f54dfedc19 Author: Cameron Katri AuthorDate: 2023-01-30 18:11:14 + Commit: Mark Johnston CommitDate: 2023-01-30 18:1

git: 92b7d1db9291 - main - bridge: Fix whitespace

2023-01-30 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=92b7d1db9291f11fa56e2c88f70149f319e31622 commit 92b7d1db9291f11fa56e2c88f70149f319e31622 Author: Mark Johnston AuthorDate: 2023-01-24 16:00:56 + Commit: Mark Johnston CommitDate: 2023-01-30 18:1

git: c7c53e3ca631 - main - Clarify hardpps() parameter name and comment

2023-01-30 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c7c53e3ca6312c99a0e179e51357a1933de95b5a commit c7c53e3ca6312c99a0e179e51357a1933de95b5a Author: Sebastian Huber AuthorDate: 2023-01-25 12:43:11 + Commit: Warner Losh CommitDate: 2023-01-30 18:07:

git: df949e762c67 - main - kern_environment: Partially apply style(9)

2023-01-30 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=df949e762c67b4b4109dd16b0179f17faa925cd2 commit df949e762c67b4b4109dd16b0179f17faa925cd2 Author: Jose Luis Duran AuthorDate: 2022-03-11 00:53:02 + Commit: Warner Losh CommitDate: 2023-01-30 17:47:

git: 9a93b6cf3dd9 - main - zfs: Disable -Wunused-variable for environ in main in zfs_main.c.

2023-01-30 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9a93b6cf3dd97ca7bcb938f87afeb523d023f807 commit 9a93b6cf3dd97ca7bcb938f87afeb523d023f807 Author: John Baldwin AuthorDate: 2023-01-30 17:31:19 + Commit: John Baldwin CommitDate: 2023-01-30 17:31:19

Re: git: 953688e823a6 - main - linux(4): Rework statfs conversion routine.

2023-01-30 Thread Alexey Dokuchaev
On Mon, Jan 30, 2023 at 09:02:49AM -0800, Gleb Smirnoff wrote: > On Sat, Jan 28, 2023 at 10:20:46AM +, Dmitry Chagin wrote: > D> commit 953688e823a67c3e9c0096252c33b1e7ecf9a095 > D> > D> linux(4): Rework statfs conversion routine. > D> > D> Rework the routines to convert a native statfs str

Re: git: 953688e823a6 - main - linux(4): Rework statfs conversion routine.

2023-01-30 Thread Gleb Smirnoff
On Sat, Jan 28, 2023 at 10:20:46AM +, Dmitry Chagin wrote: D> The branch main has been updated by dchagin: D> D> URL: https://cgit.FreeBSD.org/src/commit/?id=953688e823a67c3e9c0096252c33b1e7ecf9a095 D> D> commit 953688e823a67c3e9c0096252c33b1e7ecf9a095 D> Author: Dmitry Chagin D> Author

git: 2058f075b4af - main - cpuset: Handle CPU_WHICH_TIDPID wherever cpuset_which() is called.

2023-01-30 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=2058f075b4afc543b8735599bea7278e37b2e9f9 commit 2058f075b4afc543b8735599bea7278e37b2e9f9 Author: Dmitry Chagin AuthorDate: 2023-01-30 16:28:54 + Commit: Dmitry Chagin CommitDate: 2023-01-30 16

git: bf2dc42d0b57 - main - UPDATING: Add missing blank line between entries

2023-01-30 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bf2dc42d0b57b32a8d576b5504926a9f7a7c3628 commit bf2dc42d0b57b32a8d576b5504926a9f7a7c3628 Author: Warner Losh AuthorDate: 2023-01-30 15:28:28 + Commit: Warner Losh CommitDate: 2023-01-30 15:28:28 +

git: 6eaaed42943b - main - netlink: add UPDATING entry on linux_common(4) reliance on netlink.

2023-01-30 Thread Alexander V. Chernikov
@@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20230130: + As of commit 7c40e2d5f685, the dep

git: 7fc9cfa57ccd - main - netlink: add "netlink" to the list of kernel features

2023-01-30 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=7fc9cfa57ccd4ee8ee71f8edfacfc26afab9cd2e commit 7fc9cfa57ccd4ee8ee71f8edfacfc26afab9cd2e Author: Alexander V. Chernikov AuthorDate: 2023-01-30 11:13:51 + Commit: Alexander V. Chernikov Commit

git: ee49c5d33d93 - main - carp: turn net.inet.carp.allow into a RW tunable

2023-01-30 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=ee49c5d33d93a6b10222f64a0dc16590ac2048a0 commit ee49c5d33d93a6b10222f64a0dc16590ac2048a0 Author: Boris Lytochkin AuthorDate: 2023-01-29 16:42:40 + Commit: Alexander V. Chernikov CommitDate: 2

git: bbe0def9b079 - main - stress2: Added a syzkaller reproducer

2023-01-30 Thread Peter Holm
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=bbe0def9b079e929c1920b00e60b713dbb6b7474 commit bbe0def9b079e929c1920b00e60b713dbb6b7474 Author: Peter Holm AuthorDate: 2023-01-30 08:50:19 + Commit: Peter Holm CommitDate: 2023-01-30 08:50:19 +00

git: bbdd27f9d729 - main - stress2: Avoid unrelated disk full messages from tests

2023-01-30 Thread Peter Holm
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=bbdd27f9d72941e736bec94d0538b0cdf8d26224 commit bbdd27f9d72941e736bec94d0538b0cdf8d26224 Author: Peter Holm AuthorDate: 2023-01-30 08:32:43 + Commit: Peter Holm CommitDate: 2023-01-30 08:32:43 +00

git: 349aac52ac19 - main - stress2: Added a test scenario for "out of inodes" issue with UFS+SU

2023-01-30 Thread Peter Holm
The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=349aac52ac1921af6c51deda8c23b12515d8f855 commit 349aac52ac1921af6c51deda8c23b12515d8f855 Author: Peter Holm AuthorDate: 2023-01-30 08:28:37 + Commit: Peter Holm CommitDate: 2023-01-30 08:28:37 +00