Date: Thu, 10 Oct 2024 09:11:29 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 90f2414a0002 - stable/14 - sysctl.3: Remove KERN_QUANTUM Message-ID: <202410100911.49A9BTbU063915@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=90f2414a000294685cb06d2ffe683004be5152e3 commit 90f2414a000294685cb06d2ffe683004be5152e3 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2024-09-27 03:00:40 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-10-10 09:10:32 +0000 sysctl.3: Remove KERN_QUANTUM (cherry picked from commit 2918dbc1ccd899865fc6e5854fc056800617944f) --- lib/libc/gen/sysctl.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c2d43cc4e49c..4a9659947f06 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -348,7 +348,6 @@ information. .It Dv KERN_OSTYPE Ta string Ta no .It Dv KERN_POSIX1 Ta integer Ta no .It Dv KERN_PROC Ta node Ta not applicable -.It Dv KERN_QUANTUM Ta integer Ta yes .It Dv KERN_SAVED_IDS Ta integer Ta no .It Dv KERN_SECURELVL Ta integer Ta raise only .It Dv KERN_UPDATEINTERVAL Ta integer Ta no @@ -474,9 +473,6 @@ implies the current process. .It Dv KERN_PROC_ARGS Ta "A process ID" .It Dv KERN_PROC_PATHNAME Ta "A process ID" .El -.It Li KERN_QUANTUM -The maximum period of time, in microseconds, for which a process is allowed -to run without being preempted if other processes are in the run queue. .It Li KERN_SAVED_IDS Returns 1 if saved set-group and saved set-user ID is available. .It Li KERN_SECURELVL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410100911.49A9BTbU063915>