Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2008 05:43:19 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_proc.c src/sys/sys user.h
Message-ID:  <200810310544.m9V5iXQC086173@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2008-10-31 05:43:19 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
    sys/sys              user.h 
  Log:
  SVN rev 184492 on 2008-10-31 05:43:19Z by peter
  
  Add three extra to the kinfo_proc_vmmap data.  kve_offset - the offset
  within an object that a mapping refers to.  fileid and fsid are inode/dev
  for vnodes.  (Linux procfs has these and valgrind is really unhappy
  without them.)  I believe I didn't change the size of the struct.
  
  Revision  Changes    Path
  1.270     +10 -0     src/sys/kern/kern_proc.c
  1.78      +4 -1      src/sys/sys/user.h



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