aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/sched_ule.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-01-24 13:48:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-01-24 13:48:20 +0000
commit5ac818f6f3d88f943df8e7a7349f091debc979ee (patch)
tree7ef2373e55ec1c0230bd582d5b2d41685ce5d898 /share/man/man4/sched_ule.4
parent9b42c272d5075a0e1f757bf38a863042b1ef7fdd (diff)
downloadsrc-5ac818f6f3d88f943df8e7a7349f091debc979ee.tar.gz
src-5ac818f6f3d88f943df8e7a7349f091debc979ee.zip
- 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
Notes
Notes: svn path=/head/; revision=175638
Diffstat (limited to 'share/man/man4/sched_ule.4')
-rw-r--r--share/man/man4/sched_ule.414
1 files changed, 3 insertions, 11 deletions
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