Re: move klist to process

2010-05-18 Thread J.C. Roberts
On Mon, 17 May 2010 21:08:05 -0400 (EDT) Ted Unangst wrote: > This moves the knote list to struct process for better process > semantics with rthreads. It should have little noticeable effect > otherwise, but I've been wrong about simpler diffs before > It has no noticeable effect on i386,

move klist to process

2010-05-17 Thread Ted Unangst
This moves the knote list to struct process for better process semantics with rthreads. It should have little noticeable effect otherwise, but I've been wrong about simpler diffs before Index: sys/proc.h === RCS file: /home/te