cvs commit: src/sys/kern kern_proc.c src/sys/sys sysctl.h
src/lib/libc/gen sysctl.3
David Schultz
das at FreeBSD.org
Sun Apr 17 19:10:38 PDT 2005
das 2005-04-18 02:10:37 UTC
FreeBSD src repository
Modified files:
sys/kern kern_proc.c
sys/sys sysctl.h
lib/libc/gen sysctl.3
Log:
Add a sysctl that returns the full path of a process' text file.
This information is needed by things like `gdb -p' and Sun's javac,
and previously it could only be obtained via procfs
Revision Changes Path
1.65 +9 -3 src/lib/libc/gen/sysctl.3
1.230 +45 -0 src/sys/kern/kern_proc.c
1.138 +1 -0 src/sys/sys/sysctl.h
More information about the cvs-src
mailing list