Module Name: src Committed By: pgoyette Date: Thu Apr 6 03:00:13 UTC 2017
Modified Files: src/share/man/man9: spl.9 Log Message: Expand on previous, and note that splnet() and spltty() are also synonyms for splvm(). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/man/man9/spl.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/spl.9 diff -u src/share/man/man9/spl.9:1.40 src/share/man/man9/spl.9:1.41 --- src/share/man/man9/spl.9:1.40 Thu Apr 6 02:23:26 2017 +++ src/share/man/man9/spl.9 Thu Apr 6 03:00:13 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: spl.9,v 1.40 2017/04/06 02:23:26 pgoyette Exp $ +.\" $NetBSD: spl.9,v 1.41 2017/04/06 03:00:13 pgoyette Exp $ .\" .\" Copyright (c) 2000, 2001 Jason R. Thorpe. All rights reserved. .\" Copyright (c) 1997 Michael Long. @@ -36,6 +36,8 @@ .Nm splhigh , .Nm splvm , .Nm splbio , +.Nm splnet , +.Nm spltty , .Nm splsched , .Nm splsoftbio , .Nm splsoftclock , @@ -52,9 +54,13 @@ .Ft int .Fn splsched void .Ft int +.Fn splvm void +.Ft int .Fn splbio void .Ft int -.Fn splvm void +.Fn splnet void +.Ft int +.Fn spltty void .Ft int .Fn splsoftbio void .Ft int @@ -172,10 +178,13 @@ A future release of the system may allow .Dv kernel_lock to be disabled for individual interrupt handlers. .Pp -.Fn splbio -is a synonym for +.Fn splbio , +.Fn splnet , +and +.Fn spltty +are synonyms for .Fn splvm . -Its use is deprecated; all new code should use +Their use is deprecated; all new code should use .Fn splvm . .It Fn splsoftserial , IPL_SOFTSERIAL .Pp