freebsd-dev/share/man
Mark Johnston 711fbd17ec Add helper functions proc_readmem() and proc_writemem().
These helper functions can be used to read in or write a buffer from or to
an arbitrary process' address space. Without them, this can only be done
using proc_rwmem(), which requires the caller to fill out a uio. This is
onerous and results in code duplication; the new functions provide a simpler
interface which is sufficient for most existing callers of proc_rwmem().

This change also adds a manual page for proc_rwmem() and the new functions.

Reviewed by:	jhb, kib
Differential Revision:	https://reviews.freebsd.org/D4245
2015-12-07 21:33:15 +00:00
..
man1 Add META_MODE support. 2015-06-13 19:20:56 +00:00
man3 Document bitset(9) 2015-10-17 19:55:58 +00:00
man4 sfxge: support for MCDI logging implemented 2015-12-05 07:04:11 +00:00
man5 Regen src.conf.5 for recent option changes. 2015-11-28 00:55:49 +00:00
man6 Add META_MODE support. 2015-06-13 19:20:56 +00:00
man7 Use .Fx instead of explicitly spelling out FreeBSD 2015-12-06 06:53:37 +00:00
man8 It's 2015, and some people are still trying to use fdisk and then 2015-09-02 14:08:43 +00:00
man9 Add helper functions proc_readmem() and proc_writemem(). 2015-12-07 21:33:15 +00:00
Makefile Add more SUBDIR_PARALLEL. 2015-10-15 22:55:08 +00:00