Home
last modified time | relevance | path

Searched hist:"711 fbd17ecb5c73100aeb4991e158efcd50b8e7b" (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.cdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.cdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
/freebsd/sys/sys/
H A Dptrace.hdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
/freebsd/sys/arm/arm/
H A Dmachdep.cdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
/freebsd/sys/kern/
H A Dsys_process.cdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
H A Dkern_proc.cdiff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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
/freebsd/share/man/man9/
H A DMakefilediff 711fbd17ecb5c73100aeb4991e158efcd50b8e7b Mon Dec 07 22:33:15 CET 2015 Mark Johnston <markj@FreeBSD.org> 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