Deleted Added
full compact
devstat.9 (231564) devstat.9 (267936)
1.\"
2.\" Copyright (c) 1998, 1999 Kenneth D. Merry.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 1998, 1999 Kenneth D. Merry.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/devstat.9 231564 2012-02-12 18:29:56Z ed $
28.\" $FreeBSD: head/share/man/man9/devstat.9 267936 2014-06-26 21:44:30Z bapt $
29.\"
30.Dd May 22, 1998
31.Dt DEVSTAT 9
32.Os
33.Sh NAME
34.Nm devstat ,
35.Nm devstat_add_entry ,
36.Nm devstat_end_transaction ,

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

426.Xr rpc.rstatd 8 ,
427.Xr vmstat 8
428.Sh HISTORY
429The
430.Nm
431statistics system appeared in
432.Fx 3.0 .
433.Sh AUTHORS
29.\"
30.Dd May 22, 1998
31.Dt DEVSTAT 9
32.Os
33.Sh NAME
34.Nm devstat ,
35.Nm devstat_add_entry ,
36.Nm devstat_end_transaction ,

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

426.Xr rpc.rstatd 8 ,
427.Xr vmstat 8
428.Sh HISTORY
429The
430.Nm
431statistics system appeared in
432.Fx 3.0 .
433.Sh AUTHORS
434.An Kenneth Merry Aq ken@FreeBSD.org
434.An Kenneth Merry Aq Mt ken@FreeBSD.org
435.Sh BUGS
436There may be a need for
437.Fn spl
438protection around some of the
439.Nm
440list manipulation code to ensure, for example, that the list of devices
441is not changed while someone is fetching the
442.Va kern.devstat.all

--- 13 unchanged lines hidden ---
435.Sh BUGS
436There may be a need for
437.Fn spl
438protection around some of the
439.Nm
440list manipulation code to ensure, for example, that the list of devices
441is not changed while someone is fetching the
442.Va kern.devstat.all

--- 13 unchanged lines hidden ---