Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2008 19:50:44 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h
Message-ID:  <200805181950.m4IJoiiC056109@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2008-05-18 19:50:44 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
  Log:
  Add the hooks for the extra data that DTrace allocates for struct thread
  and struct proc.
  
  Add a field to struct thread to stash the error variable (or returned
  status) from the last syscall so that it is available during a
  DTrace probe.
  
  Revision  Changes    Path
  1.514     +5 -0      src/sys/sys/proc.h



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