Re: Struct user

1999-08-24 Thread Orignal
Oh, DUH! Thanks! On Tue, 24 Aug 1999, Sheldon Hearn wrote: > > > On Tue, 24 Aug 1999 12:59:49 -0400, Dan Seguin wrote: > > > Can somebody tell me where to find the defintion for struct user that's > > contained in struct proc? > > This is trick question, yes? > > sys/proc.hstruct proc

Stopped syscall

1999-08-24 Thread Orignal
Gurus: Here's the scenario: I'd like to be able to stop a process, call it (PID 42) (or put it to sleep) while it is in kernel mode on a syscall and wake it up later. The wakeup would be effected when another process (my own, let's call it GO) traps to the kernel and tells it (through a function

Re: Struct user

1999-08-24 Thread Orignal
Oh, DUH! Thanks! On Tue, 24 Aug 1999, Sheldon Hearn wrote: > > > On Tue, 24 Aug 1999 12:59:49 -0400, Dan Seguin wrote: > > > Can somebody tell me where to find the defintion for struct user that's > > contained in struct proc? > > This is trick question, yes? > > sys/proc.hstruct proc

Stopped syscall

1999-08-24 Thread Orignal
Gurus: Here's the scenario: I'd like to be able to stop a process, call it (PID 42) (or put it to sleep) while it is in kernel mode on a syscall and wake it up later. The wakeup would be effected when another process (my own, let's call it GO) traps to the kernel and tells it (through a functio