]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Direct commit to stable branch to fix ABI breakage:
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 10 Jul 2013 19:42:07 +0000 (19:42 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 10 Jul 2013 19:42:07 +0000 (19:42 +0000)
commit1e3d98b015c07180d2de59fbea0ccb3e53498aa3
treef9aaeefca479b36f7c01096e5b51715517be377e
parent0c6e6313d6ffd9cebc6e30f3904ce89be1f83f03
Direct commit to stable branch to fix ABI breakage:

In r227839, when removing libkvm dependency on procfs(5),
kvm_uread() function, used for reading from /proc/pid/mem, was
removed too. This change broke ABI.

Bring kvm_uread() back so that the ABI is kept. In head soname is
going to be bumped instead.

Reported by: rmh
Discussed on: arch
Suggested by: jilles

git-svn-id: svn://svn.freebsd.org/base/stable/9@253166 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libkvm/kvm_proc.c