Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 19:48:37 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <200311140348.hAE3mbRt083137@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/11/13 19:48:37 PST

  FreeBSD src repository

  Modified files:
    sys/kern             syscalls.master 
  Log:
   - Revision 1.156 marked ptrace() SMP safe.  Unfortunately, alpha implements
     parts of ptrace using proc_rwmem().  proc_rwmem() requires giant, and
     giant must be acquired prior to the proc lock, so ptrace must require giant
     still.
  
  Revision  Changes    Path
  1.158     +1 -1      src/sys/kern/syscalls.master



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