git: 7776d3ccd16e - main - Add a -q flag to ministat to suppress headers in output, for use with -n.

2022-01-02 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=7776d3ccd16ec8fd78db34083eb182c2a2d18e26 commit 7776d3ccd16ec8fd78db34083eb182c2a2d18e26 Author: Robert Watson AuthorDate: 2021-12-18 20:02:08 + Commit: Robert Watson CommitDate: 2021-12-18

git: 8e491aaeac6e - main - Add code examples to cpuset(2), and improve cross referencing.

2021-04-25 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=8e491aaeac6eab92b1ba8f077f75cebac39adb1c commit 8e491aaeac6eab92b1ba8f077f75cebac39adb1c Author: Robert Watson AuthorDate: 2021-04-25 14:22:00 + Commit: Robert Watson CommitDate: 2021-04-25

git: af14713d49fd - main - Support run-time configuration of the PIPE_MINDIRECT threshold. PIPE_MINDIRECT determines at what (blocking) write size one-copy optimizations are applied in pipe(2) I/O. Th

2021-04-24 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=af14713d49fdb30c84969588f6e5cb66d65dc4c4 commit af14713d49fdb30c84969588f6e5cb66d65dc4c4 Author: Robert Watson AuthorDate: 2021-01-02 16:42:28 + Commit: Robert Watson CommitDate: 2021-04-24

git: fb581531c1a0 - main - Teach DTrace that unaligned accesses are OK on aarch64, not just x86.

2021-03-22 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=fb581531c1a0e6f1bf5392a2e97ed39d21d6e1fd commit fb581531c1a0e6f1bf5392a2e97ed39d21d6e1fd Author: Robert Watson AuthorDate: 2021-03-22 01:50:00 + Commit: Robert Watson CommitDate: 2021-03-22

git: 599fb1d198ec - main - Tune DTrace 'aframes' for the FBT and profile providers on arm64. In both cases, too few frames were trimmed, leading to exception handling or DTrace internals being exposed

2021-03-22 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=599fb1d198ec6792ba062114d2589ca9f01a3568 commit 599fb1d198ec6792ba062114d2589ca9f01a3568 Author: Robert Watson AuthorDate: 2021-03-21 00:01:54 + Commit: Robert Watson CommitDate: 2021-03-22

Re: git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Robert Watson
On Sat, 27 Feb 2021, Jessica Clarke wrote: +This vnode call is made by +.Xr mac 9 +file relabeling operation has been authorized, and the filesystem must now be I think you're missing some words at the start of this line? Indeed - the word "once". I'll pause a few minutes before fixing it

git: a9f11355038c - main - Add Xrefs to the new VOP_SETLABEL(9) from mac(9) and vnode(9).

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=a9f11355038cd7d2942d925e85795ed9d13f1bfe commit a9f11355038cd7d2942d925e85795ed9d13f1bfe Author: Robert Watson AuthorDate: 2021-02-27 16:53:53 + Commit: Robert Watson CommitDate: 2021-02-27

git: 7bfd84444e6f - main - Provide a man page for VOP_SETLABEL(9).

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=7bfd8e6ff182abac2e08d6efcd2dc9ddc944 commit 7bfd8e6ff182abac2e08d6efcd2dc9ddc944 Author: Robert Watson AuthorDate: 2021-02-27 16:51:00 + Commit: Robert Watson CommitDate: 2021-02-27

git: a92c6b24c0e9 - main - Add a comment on why the call to mac_vnode_relabel() might be in the wrong place -- in the VOP rather than vn_setexttr() -- and that it is for historic reasons. We might wis

2021-02-27 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=a92c6b24c0e92607661a16295f4b04cde08c9230 commit a92c6b24c0e92607661a16295f4b04cde08c9230 Author: Robert Watson AuthorDate: 2021-02-27 16:22:26 + Commit: Robert Watson CommitDate: 2021-02-27

git: 97bfffafda88 - releng/13.0 - Reimplement FreeBSD/arm64 dtrace_gethrtime() to use the system timer. dtrace_gethrtime() is the high-resolution nanosecond timestemp used for the DTrace 'timestamp' b

2021-02-25 Thread Robert Watson
The branch releng/13.0 has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=97bfffafda88fde623ca732efbb089cae9eb209f commit 97bfffafda88fde623ca732efbb089cae9eb209f Author: Robert Watson AuthorDate: 2021-02-16 15:19:05 + Commit: Robert Watson CommitDate: 2021

git: bbcdd9faca55 - stable/13 - Reimplemen FreeBSD/arm64 dtrace_gethrtime() to use the system timer. dtrace_gethrtime() is the high-resolution nanosecond timestemp used for the DTrace 'timestamp' buil

2021-02-25 Thread Robert Watson
The branch stable/13 has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=bbcdd9faca55758b228b949f1c1bb41b85e90a8e commit bbcdd9faca55758b228b949f1c1bb41b85e90a8e Author: Robert Watson AuthorDate: 2021-02-16 15:19:05 + Commit: Robert Watson CommitDate: 2021-02

git: c3feaeaa32c9 - main - Reimplement the arm64 dtrace_gethrtime(), which provides the high-resolution nanosecond timestamp used for the DTrace 'timestamp' built-in variable. The new implementation u

2021-02-19 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=c3feaeaa32c9029ea98f2bb95c665390ca53728a commit c3feaeaa32c9029ea98f2bb95c665390ca53728a Author: Robert Watson AuthorDate: 2021-02-16 15:19:05 + Commit: Robert Watson CommitDate: 2021-02-19

git: adc96a51a553 - main - Add a new FreeBSD/arm64 kernel configuration, GENERIC-MMCCAM-NODEBUG, which is the same as GENERIC-MMCCAM but using a nodebug baseline.

2021-01-19 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=adc96a51a5539a185898d71ebb22f17cbf61e039 commit adc96a51a5539a185898d71ebb22f17cbf61e039 Author: Robert Watson AuthorDate: 2021-01-16 12:42:26 + Commit: Robert Watson CommitDate: 2021-01-19

git: 30b68ecda84e - main - Changes that improve DTrace FBT reliability on freebsd/arm64:

2021-01-11 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=30b68ecda84e38648511f5585a6f36b94b167f0d commit 30b68ecda84e38648511f5585a6f36b94b167f0d Author: Robert Watson AuthorDate: 2021-01-09 08:38:11 + Commit: Robert Watson CommitDate: 2021-01-11

Build breakage (was: Re: git: 4ba9ad0dc316 - main - iflib: add assert to prevent out-of-bounds array access)

2021-01-10 Thread Robert Watson
With recent iflib/netmap commits, I'm getting the following on my cross-built GENERIC-MMCCAM-NODEBUG kernel, which is essentially the FreeBSD/arm64 GENERIC-MMCCAM as in the tree, but with GENERIC-NODEBUG as the base. This configuration built fine until this morning, but I've not had a chance

git: 4f2cbaf3cd59 - main - Track pipe(2) reads and writes as rusage message receives and sends, a feature misplaced during the transition from BSD 4.4's socket implementation to the optimised FreeBSD

2021-01-10 Thread Robert Watson
The branch main has been updated by rwatson: URL: https://cgit.FreeBSD.org/src/commit/?id=4f2cbaf3cd5900b06d3b5ad97db1962ec4fa0ffd commit 4f2cbaf3cd5900b06d3b5ad97db1962ec4fa0ffd Author: Robert Watson AuthorDate: 2021-01-01 13:04:46 + Commit: Robert Watson CommitDate: 2021-01-10