Deleted Added
full compact
kvm_read.3 (84306) kvm_read.3 (131504)
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software developed by the Computer Systems
5.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
6.\" BG 91-66 and contributed to Berkeley.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)kvm_read.3 8.1 (Berkeley) 6/4/93
1.\" Copyright (c) 1992, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software developed by the Computer Systems
5.\" Engineering group at Lawrence Berkeley Laboratory under DARPA contract
6.\" BG 91-66 and contributed to Berkeley.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)kvm_read.3 8.1 (Berkeley) 6/4/93
37.\" $FreeBSD: head/lib/libkvm/kvm_read.3 84306 2001-10-01 16:09:29Z ru $
37.\" $FreeBSD: head/lib/libkvm/kvm_read.3 131504 2004-07-02 23:52:20Z ru $
38.\"
39.Dd June 4, 1993
40.Dt KVM_READ 3
41.Os
42.Sh NAME
43.Nm kvm_read ,
44.Nm kvm_write
45.Nd read or write kernel virtual memory

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

52.Ft ssize_t
53.Fn kvm_write "kvm_t *kd" "unsigned long addr" "const void *buf" "size_t nbytes"
54.Sh DESCRIPTION
55The
56.Fn kvm_read
57and
58.Fn kvm_write
59functions are used to read and write kernel virtual memory (or a crash
38.\"
39.Dd June 4, 1993
40.Dt KVM_READ 3
41.Os
42.Sh NAME
43.Nm kvm_read ,
44.Nm kvm_write
45.Nd read or write kernel virtual memory

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

52.Ft ssize_t
53.Fn kvm_write "kvm_t *kd" "unsigned long addr" "const void *buf" "size_t nbytes"
54.Sh DESCRIPTION
55The
56.Fn kvm_read
57and
58.Fn kvm_write
59functions are used to read and write kernel virtual memory (or a crash
60dump file). See
60dump file).
61See
61.Fn kvm_open 3
62or
63.Fn kvm_openfiles 3
64for information regarding opening kernel virtual memory and crash dumps.
65.Pp
66The
67.Fn kvm_read
68function transfers

--- 27 unchanged lines hidden ---
62.Fn kvm_open 3
63or
64.Fn kvm_openfiles 3
65for information regarding opening kernel virtual memory and crash dumps.
66.Pp
67The
68.Fn kvm_read
69function transfers

--- 27 unchanged lines hidden ---