git: a2c88e0d47ac - main - git-arc: Use a helper function to fetch boolean config variables

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a2c88e0d47acb1a33016cbb7a821465fa1e357a6 commit a2c88e0d47acb1a33016cbb7a821465fa1e357a6 Author: John Baldwin AuthorDate: 2024-06-06 21:45:30 + Commit: John Baldwin CommitDate: 2024-06-06 21:45

git: b0e7358bf8b9 - main - cryptocheck: Don't treat OpenSSL errors as fatal

2024-06-06 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b0e7358bf8b9791aaaf38807c841953946b88785 commit b0e7358bf8b9791aaaf38807c841953946b88785 Author: John Baldwin AuthorDate: 2024-06-06 21:47:04 + Commit: John Baldwin CommitDate: 2024-06-06 21:48

Re: git: edbd489d09ba - main - ctladm: don't require the use of "-p" with "port -r"

2024-07-01 Thread John Baldwin
-O cfiscsi_target=$TARGET You still use PORTNUM here even though you don't define it? ;; esac -- John Baldwin

Re: git: 2508372b7b46 - main - cdefs.h: Assume the compiler supports at least GNU C 3.0 extensions

2024-07-01 Thread John Baldwin
;Modern compilers include explicit branch prediction..." In particular, I think our current practice is still to apply prediction hints rather conservatively. -- John Baldwin

Re: git: 67d1a1cd9e77 - main - cdefs.h: Remove support for pre gcc 4.0

2024-07-01 Thread John Baldwin
local patch in the devel/freebsd-gccX ports, but is not available in stock GCC (e.g. lang/gcc does not support it). -- John Baldwin

Re: git: 7cae020b9c97 - main - Simplify signal handling code in libthr by removing use of SYS_sigreturn

2024-07-01 Thread John Baldwin
of the commit log? I thought I remember discussing this at one point. Maybe the issue was that you couldn't pre-resolve the PLT for setcontext()? -- John Baldwin

Re: git: 67d1a1cd9e77 - main - cdefs.h: Remove support for pre gcc 4.0

2024-07-02 Thread John Baldwin
On 7/1/24 4:09 PM, Warner Losh wrote: On Mon, Jul 1, 2024, 3:53 PM John Baldwin wrote: On 6/20/24 7:41 PM, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=67d1a1cd9e772e2ef94003579f4fbc271d38be7d commit

Re: git: 67d1a1cd9e77 - main - cdefs.h: Remove support for pre gcc 4.0

2024-07-02 Thread John Baldwin
On 7/2/24 12:30, Warner Losh wrote: Hey John, On Tue, Jul 2, 2024 at 9:44 AM John Baldwin wrote: On 7/1/24 4:09 PM, Warner Losh wrote: On Mon, Jul 1, 2024, 3:53 PM John Baldwin wrote: On 6/20/24 7:41 PM, Warner Losh wrote: The branch main has been updated by imp: URL: https

git: 1edf61f395d9 - main - cxgbe: Add a 'show t4 memdump' DDB command

2024-07-03 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1edf61f395d98a5abb7d6f38e5e64722b4ddf351 commit 1edf61f395d98a5abb7d6f38e5e64722b4ddf351 Author: John Baldwin AuthorDate: 2024-07-03 15:05:11 + Commit: John Baldwin CommitDate: 2024-07-03 15:05

git: 61089df8147e - main - cxgbe: Remove most uses of sysctl_wire_old_buffer

2024-07-03 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=61089df8147eb7109696476c891514296d543bad commit 61089df8147eb7109696476c891514296d543bad Author: John Baldwin AuthorDate: 2024-07-03 15:04:52 + Commit: John Baldwin CommitDate: 2024-07-03 15:04

Re: git: 6677621bad00 - main - cdefs.h: Fallback to printf0 for __printf0like

2024-07-06 Thread John Baldwin
cc12 that ended up re-adding the warn on NULL. I need to update the ports to remove that part of the patch. I will probably leave printf0 working for now in the ports just as an alias for regular printf to give us some transition time. -- John Baldwin

Re: git: 4122295afcbf - main - cdefs(9): Start to document what sys/cdefs.h does

2024-07-09 Thread John Baldwin
Sy Compiler Ta Sy Versions +.It gcc Ta 12, 13 +.It clang Ta 16, 17, 19 s/19/18/? -- John Baldwin

Re: git: 6677621bad00 - main - cdefs.h: Fallback to printf0 for __printf0like

2024-07-10 Thread John Baldwin
On 7/6/24 17:56, John Baldwin wrote: On 7/6/24 15:44, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6677621bad00191dfec1b0a20ae1618b92745d9b commit 6677621bad00191dfec1b0a20ae1618b92745d9b Author: Warner Losh AuthorDate: 2024-07

git: e5a18aa2373b - main - splash(4): Subject/verb agreement

2024-07-15 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e5a18aa2373b9446fd93622acf6a8a7ba10e2589 commit e5a18aa2373b9446fd93622acf6a8a7ba10e2589 Author: John Baldwin AuthorDate: 2024-07-15 13:59:57 + Commit: John Baldwin CommitDate: 2024-07-15 13:59

git: 480cc750a2a8 - main - amd64 GENERIC: Drop hints for fdc0 and ppc0

2024-07-15 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=480cc750a2a8f92d078803f15eecb1f8a084a1ea commit 480cc750a2a8f92d078803f15eecb1f8a084a1ea Author: John Baldwin AuthorDate: 2024-07-15 14:16:39 + Commit: John Baldwin CommitDate: 2024-07-15 14:16

Re: git: 87ee63bac69d - main - locks: add a runtime check for missing turnstile

2024-07-15 Thread John Baldwin
ional on INVARIANTS? Do you have examples of the type of bugs that cause this? (Is it unlocking a freed mutex or the like?) We generally hide all these types of checks under INVARIANTS rather than shipping them in release kernels. -- John Baldwin

Re: git: 87ee63bac69d - main - locks: add a runtime check for missing turnstile

2024-07-15 Thread John Baldwin
On 7/15/24 13:59, Mateusz Guzik wrote: On Mon, Jul 15, 2024 at 6:22 PM John Baldwin wrote: On 7/11/24 07:07, Mateusz Guzik wrote: The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=87ee63bac69dc49291f55590b8baa57cad6c7d85 commit

git: 0a34d050ae8e - main - acpi: Narrow workaround for broken interrupt settings on x86

2024-07-15 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0a34d050ae8ea14feddd3d2a62fd2f612613b2c5 commit 0a34d050ae8ea14feddd3d2a62fd2f612613b2c5 Author: John Baldwin AuthorDate: 2024-07-15 19:13:08 + Commit: John Baldwin CommitDate: 2024-07-15 19:13

git: 9cc06bf7aa28 - main - amd64 GENERIC: Switch uart hints from "isa" to "acpi"

2024-07-15 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9cc06bf7aa2846c35483de567779bb8afc289f53 commit 9cc06bf7aa2846c35483de567779bb8afc289f53 Author: John Baldwin AuthorDate: 2024-07-15 19:14:01 + Commit: John Baldwin CommitDate: 2024-07-15 19:15

Re: git: 9cc06bf7aa28 - main - amd64 GENERIC: Switch uart hints from "isa" to "acpi"

2024-07-15 Thread John Baldwin
On 7/15/24 15:15, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9cc06bf7aa2846c35483de567779bb8afc289f53 commit 9cc06bf7aa2846c35483de567779bb8afc289f53 Author: John Baldwin AuthorDate: 2024-07-15 19:14:01 + Commit: John

Re: git: 87ee63bac69d - main - locks: add a runtime check for missing turnstile

2024-07-15 Thread John Baldwin
On 7/15/24 14:40, Mateusz Guzik wrote: On Mon, Jul 15, 2024 at 8:33 PM Mateusz Guzik wrote: On Mon, Jul 15, 2024 at 8:21 PM John Baldwin wrote: On 7/15/24 13:59, Mateusz Guzik wrote: On Mon, Jul 15, 2024 at 6:22 PM John Baldwin wrote: On 7/11/24 07:07, Mateusz Guzik wrote: The branch

Re: git: 838b6caababb - main - openssl: use getrandom(2) instead of probing for getentropy(2)

2024-07-17 Thread John Baldwin
10) + || (defined(__NetBSD__) && __NetBSD_Version >= 10) \ + || defined(__FreeBSD__) return getrandom(buf, buflen, 0); +# elif defined(__NetBSD__) && defined(KERN_ARND) +return sysctl_random(buf, buflen); # else errno = ENOSYS; return -1; -- John Baldwin

Re: git: c24e5fcca9c2 - main - mvs: Fix to use rman_get_rid rather than non-existent rid argument

2024-07-17 Thread John Baldwin
Fixes: 9dbf5b0e6876 ("new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE") Oops, thanks -- John Baldwin

git: 03248b3f5079 - main - NOTES: Correct swapped descriptions of virtio_scmi and virtio_scsi

2024-07-18 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=03248b3f5079c490d949f4e8725a37624d707e14 commit 03248b3f5079c490d949f4e8725a37624d707e14 Author: John Baldwin AuthorDate: 2024-07-18 17:28:57 + Commit: John Baldwin CommitDate: 2024-07-18 17:28

git: ee912ee57a21 - main - nvmecontrol: Treat requested KeepAlive timeout as seconds

2024-07-18 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ee912ee57a213b25fc9e559054e5869b4a6b2f61 commit ee912ee57a213b25fc9e559054e5869b4a6b2f61 Author: John Baldwin AuthorDate: 2024-07-18 18:54:43 + Commit: John Baldwin CommitDate: 2024-07-18 18:54

git: 680f40f38343 - main - stdatomic: Only use clang atomics if __clang__ is defined

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=680f40f38343de118d5b973129683804e496faaf commit 680f40f38343de118d5b973129683804e496faaf Author: John Baldwin AuthorDate: 2024-07-19 17:01:07 + Commit: John Baldwin CommitDate: 2024-07-19 17:05

git: 5275d1ddb42d - main - libcasper: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5275d1ddb42dc70fb87925e59445059068c08271 commit 5275d1ddb42dc70fb87925e59445059068c08271 Author: John Baldwin AuthorDate: 2024-07-19 17:01:40 + Commit: John Baldwin CommitDate: 2024-07-19 17:05

git: b73445a32f8a - main - elftoolchain: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b73445a32f8a3648372c0042ef633fe61b38d135 commit b73445a32f8a3648372c0042ef633fe61b38d135 Author: John Baldwin AuthorDate: 2024-07-19 17:02:45 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: bf3b889a5be1 - main - libgeom: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bf3b889a5be141f3abadcfc5a1d1cbdc50273d72 commit bf3b889a5be141f3abadcfc5a1d1cbdc50273d72 Author: John Baldwin AuthorDate: 2024-07-19 17:02:05 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: e8e2ab3c5522 - main - md5: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e8e2ab3c55228d66388a0b33de8c5ac4b3d6dbe9 commit e8e2ab3c55228d66388a0b33de8c5ac4b3d6dbe9 Author: John Baldwin AuthorDate: 2024-07-19 17:04:27 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: 8aadd10a65b1 - main - lib80211: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8aadd10a65b11f18950118a10569233e1420ab45 commit 8aadd10a65b11f18950118a10569233e1420ab45 Author: John Baldwin AuthorDate: 2024-07-19 17:03:19 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: 6991cb36f52a - main - recoverdisk: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6991cb36f52a35043132f349a60748eeb382ff32 commit 6991cb36f52a35043132f349a60748eeb382ff32 Author: John Baldwin AuthorDate: 2024-07-19 17:04:50 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: a971c6045622 - main - ministat: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a971c60456223b22c0b3c557d712b36660dbcff9 commit a971c60456223b22c0b3c557d712b36660dbcff9 Author: John Baldwin AuthorDate: 2024-07-19 17:05:12 + Commit: John Baldwin CommitDate: 2024-07-19 17:06

git: 7cd0a4c85dbe - main - bsdinstall: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=7cd0a4c85dbe5e8cd000f6b293ef2d579d22edfb commit 7cd0a4c85dbe5e8cd000f6b293ef2d579d22edfb Author: John Baldwin AuthorDate: 2024-07-19 17:07:00 + Commit: John Baldwin CommitDate: 2024-07-19 17:07

git: 2ba12978f674 - main - ctld: Consistently use item count as the first argument to calloc

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2ba12978f67432a3f88b17704391d28e1fc0e788 commit 2ba12978f67432a3f88b17704391d28e1fc0e788 Author: John Baldwin AuthorDate: 2024-07-19 17:07:22 + Commit: John Baldwin CommitDate: 2024-07-19 17:07

git: 9494dfe1b3fa - main - fwcontrol: Allocate full fw_asyreq structures passed to the kernel

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9494dfe1b3faf5c48abaa9be4ec87e4669963942 commit 9494dfe1b3faf5c48abaa9be4ec87e4669963942 Author: John Baldwin AuthorDate: 2024-07-19 17:08:14 + Commit: John Baldwin CommitDate: 2024-07-19 17:09

git: e0649a35a670 - main - libnvmf: Zero controller data template for I/O controllers

2024-07-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e0649a35a670c4b625d1de289b3886d9b3c9654f commit e0649a35a670c4b625d1de289b3886d9b3c9654f Author: John Baldwin AuthorDate: 2024-07-19 21:06:47 + Commit: John Baldwin CommitDate: 2024-07-19 21:06

Re: git: 6677621bad00 - main - cdefs.h: Fallback to printf0 for __printf0like

2024-07-22 Thread John Baldwin
On 7/19/24 17:20, Warner Losh wrote: On Wed, Jul 10, 2024 at 12:19 PM John Baldwin wrote: On 7/6/24 17:56, John Baldwin wrote: On 7/6/24 15:44, Warner Losh wrote: The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6677621bad00191dfec1b0a20ae1618b92745d9b

git: 43d45f26413a - main - nvmf_tcp: Don't require a data digest for PDUs without data

2024-07-22 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=43d45f26413aa98e41994d0d0f06c49c7eca430e commit 43d45f26413aa98e41994d0d0f06c49c7eca430e Author: John Baldwin AuthorDate: 2024-07-22 19:38:12 + Commit: John Baldwin CommitDate: 2024-07-22 21:05

git: dcfa6669a33f - main - nvmft: Handle qpair allocation failures during handoff

2024-07-23 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=dcfa6669a33f1bf3dd347f3ab3bef79b5625b4b3 commit dcfa6669a33f1bf3dd347f3ab3bef79b5625b4b3 Author: John Baldwin AuthorDate: 2024-07-23 15:46:19 + Commit: John Baldwin CommitDate: 2024-07-23 15:46

git: 5d0498db4782 - main - nvmf_tcp: Rename max_c2hdata sysctl to max_transmit_data

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=5d0498db478253c42b5e4140b9aff8596a797464 commit 5d0498db478253c42b5e4140b9aff8596a797464 Author: John Baldwin AuthorDate: 2024-07-25 19:29:43 + Commit: John Baldwin CommitDate: 2024-07-25 19:29

git: 6549718b70f0 - main - nvmfd: Stop setting MAXR2T in association parameters

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6549718b70f0e660a15685369afb4f9caf2215ce commit 6549718b70f0e660a15685369afb4f9caf2215ce Author: John Baldwin AuthorDate: 2024-07-25 19:30:52 + Commit: John Baldwin CommitDate: 2024-07-25 19:30

git: fd0e6af5e49c - main - libnvmf: Require MAXH2CDATA to be a multiple of 4

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=fd0e6af5e49c3db034f1c45ff3f053f282e758c3 commit fd0e6af5e49c3db034f1c45ff3f053f282e758c3 Author: John Baldwin AuthorDate: 2024-07-25 19:32:38 + Commit: John Baldwin CommitDate: 2024-07-25 19:32

git: 846d702f234b - main - libnvmf: Reject invalid values of MAXH2CDATA for new associations

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=846d702f234b80881dc6641057b623308917b66a commit 846d702f234b80881dc6641057b623308917b66a Author: John Baldwin AuthorDate: 2024-07-25 19:32:42 + Commit: John Baldwin CommitDate: 2024-07-25 19:32

git: 7f73c0489508 - main - nvmfd: Correct usage description

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=7f73c048950852e6088fa1aaa0a91c41ddcef3a1 commit 7f73c048950852e6088fa1aaa0a91c41ddcef3a1 Author: John Baldwin AuthorDate: 2024-07-25 19:32:44 + Commit: John Baldwin CommitDate: 2024-07-25 19:32

git: 399362bac312 - main - nvmfd: Permit setting the MAXH2CDATA value via -H

2024-07-25 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=399362bac312d4fa77a3fd918ea002c0782bc315 commit 399362bac312d4fa77a3fd918ea002c0782bc315 Author: John Baldwin AuthorDate: 2024-07-25 19:33:15 + Commit: John Baldwin CommitDate: 2024-07-25 19:33

Re: git: 801c452795ac - main - man9: Really complete the removal of MD5.9

2024-07-29 Thread John Baldwin
t's removed since we have compress (UFS) and uncompress (ZFS) setups now. Does it just add an OLD_MAN helper variable to use instead of OLD_FILES and then try the various extension combinations for each OLD_MAN? -- John Baldwin

git: 0244e0a177a6 - main - openssl: Add include for getrandom()

2024-07-29 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0244e0a177a68fc8ff7e8a58fa7a9553956232ec commit 0244e0a177a68fc8ff7e8a58fa7a9553956232ec Author: John Baldwin AuthorDate: 2024-07-29 20:38:49 + Commit: John Baldwin CommitDate: 2024-07-29 20:38

Re: git: 801c452795ac - main - man9: Really complete the removal of MD5.9

2024-07-30 Thread John Baldwin
On 7/29/24 15:18, Warner Losh wrote: Hey John, On Mon, Jul 29, 2024 at 11:55 AM John Baldwin wrote: On 7/29/24 13:40, Warner Losh wrote: On Mon, Jul 29, 2024 at 10:39 AM Mark Johnston wrote: On Mon, Jul 29, 2024 at 11:31:19PM +0700, Yuri Pankov wrote: Mark Johnston wrote: The branch

Re: git: 801c452795ac - main - man9: Really complete the removal of MD5.9

2024-07-30 Thread John Baldwin
On 7/30/24 10:00, Jessica Clarke wrote: On 30 Jul 2024, at 14:52, John Baldwin wrote: On 7/29/24 15:18, Warner Losh wrote: Hey John, On Mon, Jul 29, 2024 at 11:55 AM John Baldwin wrote: On 7/29/24 13:40, Warner Losh wrote: On Mon, Jul 29, 2024 at 10:39 AM Mark Johnston wrote: On Mon

git: a14de491e031 - main - nvmf_tcp: Use min() to simplify a few statements

2024-07-30 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a14de491e031338c6b939e31c423078b36b8c2f3 commit a14de491e031338c6b939e31c423078b36b8c2f3 Author: John Baldwin AuthorDate: 2024-07-30 14:26:14 + Commit: John Baldwin CommitDate: 2024-07-30 14:26

git: 6df040ea6e4a - main - nvmf_tcp: Avoid setting some unused parameters in tcp_allocate_qpair

2024-07-30 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6df040ea6e4a533d4010b810c8aa74a3c3979d9a commit 6df040ea6e4a533d4010b810c8aa74a3c3979d9a Author: John Baldwin AuthorDate: 2024-07-30 14:27:47 + Commit: John Baldwin CommitDate: 2024-07-30 14:27

git: 8ebacb9daa9e - main - nvmf_tcp: Correct calculation of number of TTAGs to allocate

2024-07-30 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8ebacb9daa9ee3f3b6beed56477024009b84edc1 commit 8ebacb9daa9ee3f3b6beed56477024009b84edc1 Author: John Baldwin AuthorDate: 2024-07-30 14:28:54 + Commit: John Baldwin CommitDate: 2024-07-30 14:28

git: 19c15e41c6cd - main - nvmf_tcp: Update R2T accounting stats when aborting command buffers

2024-07-30 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=19c15e41c6cdf7bb5abd89ff0ebd11c620409256 commit 19c15e41c6cdf7bb5abd89ff0ebd11c620409256 Author: John Baldwin AuthorDate: 2024-07-30 14:28:19 + Commit: John Baldwin CommitDate: 2024-07-30 14:28

git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f44ff2aba2d64d1d9312cb55008dc90275ccdc04 commit f44ff2aba2d64d1d9312cb55008dc90275ccdc04 Author: John Baldwin AuthorDate: 2024-07-31 14:50:33 + Commit: John Baldwin CommitDate: 2024-07-31 14:50

git: b313bf154a5a - main - ObsoleteFiles.inc: Remove /rescue/gbde

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b313bf154a5afe5b07da7dd3d5c2efc87348a737 commit b313bf154a5afe5b07da7dd3d5c2efc87348a737 Author: John Baldwin AuthorDate: 2024-07-31 16:11:04 + Commit: John Baldwin CommitDate: 2024-07-31 19:25

git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=66158bda905eea447d2f8beef92556c090c41dbb commit 66158bda905eea447d2f8beef92556c090c41dbb Author: John Baldwin AuthorDate: 2024-07-31 16:12:25 + Commit: John Baldwin CommitDate: 2024-07-31 19:25

git: 20cd6bbc1048 - main - ObsoleteFiles.inc: Remove dtrace/amd64/kinst test directory

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=20cd6bbc1048d985ac75667c23fcae5f5fe98001 commit 20cd6bbc1048d985ac75667c23fcae5f5fe98001 Author: John Baldwin AuthorDate: 2024-07-31 18:36:41 + Commit: John Baldwin CommitDate: 2024-07-31 19:25

git: c04ef1bfb461 - main - ObsoleteFiles.inc: Add missing .gz suffix to various manpage entries

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c04ef1bfb461a1c8d426b16532d85af5637727c9 commit c04ef1bfb461a1c8d426b16532d85af5637727c9 Author: John Baldwin AuthorDate: 2024-07-31 18:48:24 + Commit: John Baldwin CommitDate: 2024-07-31 19:25

git: a4b248b883cc - main - ObsoleteFiles.inc: Remove usr/share/examples/IPv6

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a4b248b883cc2ade1a394a21ad108b851b4d454c commit a4b248b883cc2ade1a394a21ad108b851b4d454c Author: John Baldwin AuthorDate: 2024-07-31 19:00:11 + Commit: John Baldwin CommitDate: 2024-07-31 19:25

git: 09ed116dc5b8 - main - ObsoleteFiles.inc: Don't remove recently added mixer(8) tests

2024-07-31 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=09ed116dc5b84e6b3478b42e5b1076604e92f676 commit 09ed116dc5b84e6b3478b42e5b1076604e92f676 Author: John Baldwin AuthorDate: 2024-07-31 19:09:19 + Commit: John Baldwin CommitDate: 2024-07-31 19:26

Re: git: c04ef1bfb461 - main - ObsoleteFiles.inc: Add missing .gz suffix to various manpage entries

2024-07-31 Thread John Baldwin
On 7/31/24 15:26, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c04ef1bfb461a1c8d426b16532d85af5637727c9 commit c04ef1bfb461a1c8d426b16532d85af5637727c9 Author: John Baldwin AuthorDate: 2024-07-31 18:48:24 + Commit: John

Re: git: 66158bda905e - main - ObsoleteFiles.inc: Remove CAM.4 MLINK

2024-08-01 Thread John Baldwin
nstalls a new DESTDIR each time for example. -- John Baldwin

git: 8da89a177d71 - main - libsys: Add MLINKs for recvmmsg.2 and sendmmsg.2

2024-08-03 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8da89a177d7197e985157cc230fa9e401c6efd01 commit 8da89a177d7197e985157cc230fa9e401c6efd01 Author: John Baldwin AuthorDate: 2024-08-03 14:57:57 + Commit: John Baldwin CommitDate: 2024-08-03 14:57

git: 102b4e33acef - main - imgact_elf: Rewrap function declaration

2024-08-03 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=102b4e33acef74da5b1e5aee43a324fd395342c8 commit 102b4e33acef74da5b1e5aee43a324fd395342c8 Author: John Baldwin AuthorDate: 2024-08-03 15:01:10 + Commit: John Baldwin CommitDate: 2024-08-03 15:01

git: 9bc300465e48 - main - Merge commit cb7a03b41fff from llvm git (by Nikolas Klauser):

2024-08-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9bc300465e48e19d794d88d0c158a2adb92c7197 commit 9bc300465e48e19d794d88d0c158a2adb92c7197 Author: John Baldwin AuthorDate: 2024-08-05 19:19:30 + Commit: John Baldwin CommitDate: 2024-08-05 19:19

git: 3a4b04e82df6 - main - depend-cleanup.sh: Simplify handling for stale syscall.S

2024-08-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3a4b04e82df6bb9b28aa0c3c670c19063843d644 commit 3a4b04e82df6bb9b28aa0c3c670c19063843d644 Author: John Baldwin AuthorDate: 2024-08-05 19:49:06 + Commit: John Baldwin CommitDate: 2024-08-05 19:49

git: 971c9f57d7e6 - main - pci: Narrow the scope of recently-added PCI_IOV #ifdefs

2024-08-08 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=971c9f57d7e6b55161fecc008e19f00ccaba8060 commit 971c9f57d7e6b55161fecc008e19f00ccaba8060 Author: John Baldwin AuthorDate: 2024-08-08 19:05:23 + Commit: John Baldwin CommitDate: 2024-08-08 19:05

Re: git: 104ee24349c0 - main - pci: Renove #ifdef PCI_IOV from declarations now used unconditionally

2024-08-09 Thread John Baldwin
deletions(-) Oops, thanks for fixing. -- John Baldwin

Re: git: f44ff2aba2d6 - main - bhyve: Treat the COMMAND register for PCI passthru devices as emulated

2024-08-19 Thread John Baldwin
On 8/13/24 21:17, Navdeep Parhar wrote: On 7/31/24 7:50 AM, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f44ff2aba2d64d1d9312cb55008dc90275ccdc04 commit f44ff2aba2d64d1d9312cb55008dc90275ccdc04 Author: John Baldwin AuthorDate

git: 0a5996443b61 - main - src.conf.5: Fix spelling typo

2024-08-20 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=0a5996443b61861d6658ac216699b6717f05930d commit 0a5996443b61861d6658ac216699b6717f05930d Author: John Baldwin AuthorDate: 2024-08-20 11:54:12 + Commit: John Baldwin CommitDate: 2024-08-20 11:54

Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel

2024-08-21 Thread John Baldwin
Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D45469 This has broken two of the GitHub CI actions using clang 12 and clang 13. Please fix this to be conditional on a supported linker version (or perhaps add a new linker feature to bsd.linker.mk). -- John Baldwin

git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate

2024-08-21 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=297a9e552b9a5adf07d195eae9649b0758f395af commit 297a9e552b9a5adf07d195eae9649b0758f395af Author: John Baldwin AuthorDate: 2024-08-21 17:37:48 + Commit: John Baldwin CommitDate: 2024-08-21 17:37

git: c0c1b1cd899a - main - freebsd32: Fix a few typos in syscalls.conf comments

2024-08-21 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c0c1b1cd899aae5712786ce73469422fd5d3918a commit c0c1b1cd899aae5712786ce73469422fd5d3918a Author: John Baldwin AuthorDate: 2024-08-21 21:14:56 + Commit: John Baldwin CommitDate: 2024-08-21 21:14

Re: git: 297a9e552b9a - main - libcxxrt: Add a stub implementation of __cxa_call_terminate

2024-08-22 Thread John Baldwin
On 8/21/24 13:38, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=297a9e552b9a5adf07d195eae9649b0758f395af commit 297a9e552b9a5adf07d195eae9649b0758f395af Author: John Baldwin AuthorDate: 2024-08-21 17:37:48 + Commit: John

git: 776cd02b891c - main - vmm ppt: Enable busmastering and BAR decoding while a device is assigned

2024-08-22 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=776cd02b891ccd984963c9ec26f9748d213f0b9b commit 776cd02b891ccd984963c9ec26f9748d213f0b9b Author: John Baldwin AuthorDate: 2024-08-22 18:40:48 + Commit: John Baldwin CommitDate: 2024-08-22 18:40

Re: git: 43e8849bc294 - main - conf: Enable BTI checking in the arm64 kernel

2024-08-30 Thread John Baldwin
On 8/30/24 04:55, Andrew Turner wrote: On 29 Aug 2024, at 17:02, Jessica Clarke wrote: On 21 Aug 2024, at 15:28, John Baldwin wrote: On 8/20/24 05:02, Andrew Turner wrote: The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id

git: f5541f9f4734 - main - nvmfd/nvmft: Fix a typo "whiled" -> "while"

2024-09-03 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f5541f9f473430a3e608e07f623294322853d25a commit f5541f9f473430a3e608e07f623294322853d25a Author: John Baldwin AuthorDate: 2024-09-03 20:12:04 + Commit: John Baldwin CommitDate: 2024-09-03 20:12

git: fcef359272fd - main - uart: Use uintptr_t instead of vm_offset_t for pointer arithmetic

2024-09-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=fcef359272fdda27eef770a512b15bb40232cbd2 commit fcef359272fdda27eef770a512b15bb40232cbd2 Author: John Baldwin AuthorDate: 2024-09-04 13:56:21 + Commit: John Baldwin CommitDate: 2024-09-04 13:56

git: 77eb877714d6 - main - grep: Fix various bugs in recursive tree handling

2024-09-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=77eb877714d69ee0279d70eb3331920fba90db95 commit 77eb877714d69ee0279d70eb3331920fba90db95 Author: John Baldwin AuthorDate: 2024-09-04 19:53:17 + Commit: John Baldwin CommitDate: 2024-09-04 19:53

git: fc12c191c087 - main - grep: Default to -p instead of -S.

2024-09-04 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=fc12c191c087b63e1204fee210ba76082ea40b96 commit fc12c191c087b63e1204fee210ba76082ea40b96 Author: John Baldwin AuthorDate: 2024-09-04 19:53:22 + Commit: John Baldwin CommitDate: 2024-09-04 19:53

git: bedfac1f026f - main - nvmf_tcp: Fully honor kern.nvmf.tcp.max_transmit_data for C2H_DATA PDUs

2024-09-05 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=bedfac1f026fa8e2e6572ca380d89d74a01d5def commit bedfac1f026fa8e2e6572ca380d89d74a01d5def Author: John Baldwin AuthorDate: 2024-09-05 21:14:36 + Commit: John Baldwin CommitDate: 2024-09-05 21:14

Re: git: e962b37bf0ff - main - bhyve: Do not enable PCI BAR decoding if a boot ROM is present

2024-09-06 Thread John Baldwin
irmware that did not program BARs. Are you seeing this on stock FreeBSD, and which version of the UEFI ROM are you using? -- John Baldwin

Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them

2024-09-12 Thread John Baldwin
ktls is using read-only buffers or the M_WRITABLE() macro isn’t quite smart enough to spot this specific case. I’m not familiar enough with ktls to easily tell which. I’ll back this assertion change out for now, so we’re not panicing test machines while we figure this out. Best regards, Kristof -- John Baldwin

Re: git: f08247fd888e - main - Assert that mbufs are writable if we write to them

2024-09-12 Thread John Baldwin
On 9/12/24 05:03, John Baldwin wrote: I think part of the motivation for marking M_EXTPG as read-only is that you can't "write" to m_data via mtod() or the like. That said, M_EXTPG aren't really read-only. It depends on the backing store. M_EXTPG were first merged i

git: 03713f805a91 - main - pci_host_generic: Tolerate range resource allocation failures

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=03713f805a91749eabcfb2e23e86489b2d4034df commit 03713f805a91749eabcfb2e23e86489b2d4034df Author: John Baldwin AuthorDate: 2024-04-09 21:55:40 + Commit: John Baldwin CommitDate: 2024-04-09 21:55

git: 973d3a82096b - main - NOTES: Move OFED options to MI NOTES

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=973d3a82096bc135f6c230e348e2f33c382096bc commit 973d3a82096bc135f6c230e348e2f33c382096bc Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

git: 60bb979b3c32 - main - iser: Add kernel build glue

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=60bb979b3c3224f01e96f7e3c92a270977d2587b commit 60bb979b3c3224f01e96f7e3c92a270977d2587b Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

git: 76f22e353f66 - main - NOTES: Add devices for iSCSI support

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=76f22e353f66d9ec1c1bea1d72eeec56078d4728 commit 76f22e353f66d9ec1c1bea1d72eeec56078d4728 Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

git: a508f5d92a93 - main - NOTES: Tidy entries for SATA controllers

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a508f5d92a93cda11b0c68084dbb181f97e7f5f7 commit a508f5d92a93cda11b0c68084dbb181f97e7f5f7 Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

git: 16e846fa1ed3 - main - sys: Enable NVMe drivers on all architectures

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=16e846fa1ed3c97419b55b292f77b0f4209f0875 commit 16e846fa1ed3c97419b55b292f77b0f4209f0875 Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

git: 8f7105a20697 - main - NOTES: Move NVMe entries to MI file

2024-04-09 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=8f7105a20697d47060dbedc966cf085a64aeced6 commit 8f7105a20697d47060dbedc966cf085a64aeced6 Author: John Baldwin AuthorDate: 2024-04-09 22:02:58 + Commit: John Baldwin CommitDate: 2024-04-09 22:02

Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel

2024-04-10 Thread John Baldwin
ernel installkernel.debug ORDER: buildkernel reinstallkernel ORDER: buildkernel reinstallkernel.debug ORDER: kernel-toolchain buildkernel Seems like explicit .ORDER's for the various package* targets might be useful in general. -- John Baldwin

Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel

2024-04-10 Thread John Baldwin
On 4/10/24 11:51 AM, Colin Percival wrote: On 4/10/24 08:29, John Baldwin wrote: On 4/9/24 11:29 PM, Colin Percival wrote: release: distributekernel before packagekernel With these as a single make command, `make -j` breaks when it tries to package up a kernel which hasn&#

git: 7c7299df76e2 - main - libc: Remove support for pre-C99 C standards

2024-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=7c7299df76e2c4b43a2a52d0df66ee977bb6773b commit 7c7299df76e2c4b43a2a52d0df66ee977bb6773b Author: Minsoo Choo AuthorDate: 2024-04-12 19:05:09 + Commit: John Baldwin CommitDate: 2024-04-12 19:05:09

git: e6e38bc522e2 - main - rc.d/ldconfig: Compute ldconfig paths in a function

2024-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=e6e38bc522e29de6299536b547bf11dab11e9679 commit e6e38bc522e29de6299536b547bf11dab11e9679 Author: Konrad Witaszczyk AuthorDate: 2024-04-12 21:34:59 + Commit: John Baldwin CommitDate: 2024-04-12 21

git: 4bf5db113f76 - main - defaults/rc.conf: Remove /usr/lib32 from ldconfig32_paths

2024-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=4bf5db113f760619bf754c22864b1d7e2acdeabd commit 4bf5db113f760619bf754c22864b1d7e2acdeabd Author: John Baldwin AuthorDate: 2024-04-12 21:35:23 + Commit: John Baldwin CommitDate: 2024-04-12 21:35

git: b9c6fa339d9c - main - files.x86: Pull in some more duplicate lines from files.{amd64,i386}

2024-04-12 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b9c6fa339d9c7c90a1c0f9ebc000ecbde8873508 commit b9c6fa339d9c7c90a1c0f9ebc000ecbde8873508 Author: John Baldwin AuthorDate: 2024-04-12 21:35:45 + Commit: John Baldwin CommitDate: 2024-04-12 21:35

git: 9c3fd2c1c7b8 - main - NOTES: Move IEEE80211_DEBUG_REFCNT to the MI NOTES file

2024-04-13 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9c3fd2c1c7b8887d2ffaf14c61b04c55657d68bf commit 9c3fd2c1c7b8887d2ffaf14c61b04c55657d68bf Author: John Baldwin AuthorDate: 2024-04-14 02:09:38 + Commit: John Baldwin CommitDate: 2024-04-14 02:09

git: ff3569be6fe0 - main - NOTES: Move safe(4) to the MI NOTES file

2024-04-13 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ff3569be6fe01839affdefa14f55cc03a1f4f9d0 commit ff3569be6fe01839affdefa14f55cc03a1f4f9d0 Author: John Baldwin AuthorDate: 2024-04-14 02:09:57 + Commit: John Baldwin CommitDate: 2024-04-14 02:09

  1   2   3   4   5   6   7   8   9   10   >