Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2007 01:43:51 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libkvm kvm_file.c
Message-ID:  <200712300143.lBU1hpDQ050555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2007-12-30 01:43:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libkvm           kvm_file.c 
  Log:
   - Update kvm_deadfiles to be compatible with the new system which has no
     global list of all files.
   - Mark kvm_getfiles() as broken since the live version exports struct xfile
     with no filelist at the head and does so incorrectly and the deadfiles
     version exports struct file with a filelist at the head.  It is not known
     if either version works or complies to the manpage.
  
  Revision  Changes    Path
  1.19      +87 -44    src/lib/libkvm/kvm_file.c



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