Deleted Added
full compact
spl.9 (206622) spl.9 (233648)
1.\"
2.\" Copyright (c) 1996 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 9 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1996 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 9 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man9/spl.9 206622 2010-04-14 19:08:06Z uqs $
26.\" $FreeBSD: head/share/man/man9/spl.9 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd July 21, 1996
29.Dt SPL 9
30.Os
31.Sh NAME
32.Nm splbio ,
33.Nm splclock ,
34.Nm splhigh ,

--- 40 unchanged lines hidden (view full) ---

75.Xr mutex 9
76for more information.
77The API is now a complete NOP.
78This man page documents historical behavior so you can understand the
79code locking that the spl did when converting code from versions of the
80kernel prior to
81.Fx 5.0 .
82The examples in this man page are also obsolete and should not be viewed
27.\"
28.Dd July 21, 1996
29.Dt SPL 9
30.Os
31.Sh NAME
32.Nm splbio ,
33.Nm splclock ,
34.Nm splhigh ,

--- 40 unchanged lines hidden (view full) ---

75.Xr mutex 9
76for more information.
77The API is now a complete NOP.
78This man page documents historical behavior so you can understand the
79code locking that the spl did when converting code from versions of the
80kernel prior to
81.Fx 5.0 .
82The examples in this man page are also obsolete and should not be viewed
83as documenting
84.Fx 5.0
83as documenting
84.Fx 5.0
85and newer.
86.Ef
87.Pp
88The
89.Fn spl
90function family sets the interrupt priority
91.Dq level
92of the CPU.

--- 136 unchanged lines hidden ---
85and newer.
86.Ef
87.Pp
88The
89.Fn spl
90function family sets the interrupt priority
91.Dq level
92of the CPU.

--- 136 unchanged lines hidden ---