From 5ac818f6f3d88f943df8e7a7349f091debc979ee Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 24 Jan 2008 13:48:20 +0000 Subject: [PATCH] - sched_4bsd is no longer a default system scheduler on some architectures, so call it "traditional" instead. - sched_ule is no longer buggy or experimental (according to rev. 1.7 of sched_ule(4)), so don't call it experimental (reported by a user on stable@). Reviewed by: rwatson --- share/man/man4/sched_4bsd.4 | 4 ++-- share/man/man4/sched_ule.4 | 14 +++----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/share/man/man4/sched_4bsd.4 b/share/man/man4/sched_4bsd.4 index e72d0555bfc8..9533cae0055f 100644 --- a/share/man/man4/sched_4bsd.4 +++ b/share/man/man4/sched_4bsd.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 5, 2007 +.Dd January 21, 2008 .Os .Dt SCHED_4BSD 4 .Sh NAME @@ -36,7 +36,7 @@ The .Nm scheduler -is the default system scheduler, providing both high throughput and solid +is the traditional system scheduler, providing both high throughput and solid interactive response in the presence of load. .Pp The following sysctls are relevant to the operation of diff --git a/share/man/man4/sched_ule.4 b/share/man/man4/sched_ule.4 index 95dcf87b968b..c5ce58b57c7b 100644 --- a/share/man/man4/sched_ule.4 +++ b/share/man/man4/sched_ule.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 5, 2007 +.Dd January 21, 2008 .Os .Dt SCHED_ULE 4 .Sh NAME @@ -36,10 +36,10 @@ The .Nm scheduler -is an experimental scheduler that provides a number of advanced scheduler +provides a number of advanced scheduler features not present in .Xr sched_4bsd 4 , -the default system scheduler. +the traditional system scheduler. These features address SMP and interactivity and include: .Pp .Bl -bullet -compact -offset indent @@ -60,14 +60,6 @@ The following sysctls are relevant to the operation of .It Va kern.sched.name This read-only sysctl reports the name of the active scheduler. .El -.Pp -The -.Nm -scheduler -is disabled by default as it is experimental. -See the -.Sx BUGS -section for more information. .Sh SEE ALSO .Xr sched_4bsd 4 , .Xr sysctl 8