Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 2004 05:01:17 +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/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_regs.c
Message-ID:  <200410010501.i9151HV7086436@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2004-10-01 05:01:17 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/procfs        procfs_dbregs.c procfs_fpregs.c 
                         procfs_regs.c 
  Log:
  Don't PHOLD() the target process in procfs, since this is already done
  in pseudofs.  Moreover, PHOLD() may block between the p_candebug()
  access check and the actual operation.
  
  Revision  Changes    Path
  1.25      +1 -2      src/sys/fs/procfs/procfs_dbregs.c
  1.31      +1 -2      src/sys/fs/procfs/procfs_fpregs.c
  1.30      +1 -2      src/sys/fs/procfs/procfs_regs.c



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