Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 02:10:37 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_proc.c src/sys/sys sysctl.h src/lib/libc/gen sysctl.3
Message-ID:  <200504180210.j3I2Aba8049290@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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