Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 05:52:35 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys ptrace.2 src/sys/kern sys_process.c src/sys/sys ptrace.h
Message-ID:  <201002090558.o195w1OT053150@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2010-02-09 05:52:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         ptrace.2 
    sys/kern             sys_process.c 
    sys/sys              ptrace.h 
  Log:
  SVN rev 203696 on 2010-02-09 05:52:35Z by marcel
  
  Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can
  obtain the memory map of the traced process. PT_VM_TIMESTAMP can be
  used to check if the memory map changed since the last time to avoid
  iterating over all the VM entries unnecesarily.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.43      +76 -1     src/lib/libc/sys/ptrace.2
  1.160     +103 -0    src/sys/kern/sys_process.c
  1.29      +15 -0     src/sys/sys/ptrace.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002090558.o195w1OT053150>