cvs commit: src/sys/kern syscalls.master src/sys/compat/freebsd32 syscalls.master

Peter Wemm peter at FreeBSD.org
Wed Aug 16 22:32:51 UTC 2006


peter       2006-08-16 22:32:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
    sys/compat/freebsd32 syscalls.master 
  Log:
  Grab two syscall numbers.  One is used to emulate functionality that linux
  has in its procfs (do a readlink of /proc/self/fd/<nn> to find the pathname
  that corresponds to a given file descriptor).  Valgrind-3.x needs this
  functionality.  This is a placeholder only at this time.
  
  Revision  Changes    Path
  1.71      +2 -0      src/sys/compat/freebsd32/syscalls.master
  1.223     +2 -0      src/sys/kern/syscalls.master


More information about the cvs-src mailing list