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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"