Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2008 02:09:21 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libproc _libproc.h libproc.h proc_create.c proc_sym.c proc_util.c
Message-ID:  <200805220209.m4M29LU7061575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2008-05-22 02:09:21 UTC

  FreeBSD src repository

  Added files:
    lib/libproc          _libproc.h libproc.h proc_create.c 
                         proc_sym.c proc_util.c 
  Log:
  Add a process library with some stubs that the DTrace client needs.
  These will be fleshed out as part of the DTrace userland tracing
  development.
  
  For now, the kernel tracing part of DTrace requires minimal functionality
  for this library.
  
  The API for this library is deliberately different from the libproc in
  OpenSolaris due to licensing restrictions.
  
  Revision  Changes    Path
  1.1       +43 -0     src/lib/libproc/_libproc.h (new)
  1.1       +70 -0     src/lib/libproc/libproc.h (new)
  1.1       +159 -0    src/lib/libproc/proc_create.c (new)
  1.1       +68 -0     src/lib/libproc/proc_sym.c (new)
  1.1       +133 -0    src/lib/libproc/proc_util.c (new)



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