Deleted Added
full compact
ksyms.4 (263142) ksyms.4 (267938)
1.\" Copyright (c) 2008-2009 Stacey Son <sson@FreeBSD.org>
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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.\" Copyright (c) 2008-2009 Stacey Son <sson@FreeBSD.org>
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 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/man4/ksyms.4 263142 2014-03-14 03:07:51Z eadler $
28.\" $FreeBSD: head/share/man/man4/ksyms.4 267938 2014-06-26 21:46:14Z bapt $
29.\"
30.Dd April 5, 2009
31.Dt KSYMS 4
32.Os
33.Sh NAME
34.Nm ksyms
35.Nd kernel symbol table interface
36.Sh SYNOPSIS

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

125driver first appeared in
126.Fx 8.0
127to support
128.Xr lockstat 1 .
129.Sh AUTHORS
130The
131.Nm
132driver was written by
29.\"
30.Dd April 5, 2009
31.Dt KSYMS 4
32.Os
33.Sh NAME
34.Nm ksyms
35.Nd kernel symbol table interface
36.Sh SYNOPSIS

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

125driver first appeared in
126.Fx 8.0
127to support
128.Xr lockstat 1 .
129.Sh AUTHORS
130The
131.Nm
132driver was written by
133.An Stacey Son
134.Aq sson@FreeBSD.org .
133.An Stacey Son Aq Mt sson@FreeBSD.org .
135.Sh BUGS
136Because files can be dynamically linked into the kernel at any time the symbol
137information can vary. When you open the
138.Pa /dev/ksyms
139file, you have access to an ELF image which represents a snapshot of the state of the kernel symbol information at that instant in time. Keeping the device open does not block the loading or unloading of kernel modules. To get a new snapshot you must close and re-open the device.
140.Pp
141A process is only allowed to open the
142.Pa /dev/ksyms

--- 12 unchanged lines hidden ---
134.Sh BUGS
135Because files can be dynamically linked into the kernel at any time the symbol
136information can vary. When you open the
137.Pa /dev/ksyms
138file, you have access to an ELF image which represents a snapshot of the state of the kernel symbol information at that instant in time. Keeping the device open does not block the loading or unloading of kernel modules. To get a new snapshot you must close and re-open the device.
139.Pp
140A process is only allowed to open the
141.Pa /dev/ksyms

--- 12 unchanged lines hidden ---