Date: Tue, 21 Jun 2005 20:26:20 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 78779 for review Message-ID: <200506212026.j5LKQKJ7065043@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78779 Change 78779 by peter@peter_daintree on 2005/06/21 20:26:07 Comment on the bits I stole from kvm_ia64.c Affected files ... .. //depot/projects/hammer/lib/libkvm/kvm_amd64.c#8 edit Differences ... ==== //depot/projects/hammer/lib/libkvm/kvm_amd64.c#8 (text+ko) ==== @@ -82,7 +82,7 @@ /* * Map the ELF headers into the process' address space. We do this in two * steps: first the ELF header itself and using that information the whole - * set of headers. + * set of headers. (Taken from kvm_ia64.c) */ static int _kvm_maphdrs(kvm_t *kd, size_t sz) @@ -107,6 +107,7 @@ /* * Translate a physical memory address to a file-offset in the crash-dump. + * (Taken from kvm_ia64.c) */ static size_t _kvm_pa2off(kvm_t *kd, uint64_t pa, u_long *ofs)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506212026.j5LKQKJ7065043>