[BACK]Return to proc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/proc.h between version 1.99 and 1.100

version 1.99, 2000/08/07 21:55:22 version 1.100, 2000/08/12 16:38:43
Line 260  struct proc {
Line 260  struct proc {
 #define P_OWEUPC        0x08000 /* Owe process an addupc() call at next ast. */  #define P_OWEUPC        0x08000 /* Owe process an addupc() call at next ast. */
 #define P_FSTRACE       0x10000 /* Debugger process being traced by procfs */  #define P_FSTRACE       0x10000 /* Debugger process being traced by procfs */
 #define P_NOCLDWAIT     0x20000 /* No zombies if child dies */  #define P_NOCLDWAIT     0x20000 /* No zombies if child dies */
 #define P_32            0x40000 /* 32-bit process -- only used on 64-bit kernels */  #define P_32            0x40000 /* 32-bit process (used on 64-bit kernels) */
   #define P_BIGLOCK       0x80000 /* Process needs kernel "big lock" to run */
   
   
 /*  /*
  * Macro to compute the exit signal to be delivered.   * Macro to compute the exit signal to be delivered.

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

CVSweb <webmaster@jp.NetBSD.org>