> If my process call a system call and already in kernal mode.
> then I send a kill -9 to my process.
> The system will change to user mode and recive the signal?
with the process. Typically, checks for posted signals (i.e. looking at
the signal flag in uarea) occur at return from a system call, return from a
trap, and wakeup from sleep.
If your process is in the kernel during a system call, kill -9 will not
interrrupt the system call unless there is code which specifically tests
for signals (i.e. while the system call is waiting for an event).
RFM
--
To reply, translate domain from l33+ 2p33|< to alpha.
4=a 0=o 3=e +=t