Tomas Hruby 5b52c5aa02 A reliable way for userspace to check if a msg is from kernel
- IPC_FLG_MSG_FROM_KERNEL status flag is returned to userspace if the
  receive was satisfied by s message which was sent by the kernel on
  behalf of a process. This perfectly reliale information.

- MF_SENDING_FROM_KERNEL flag added to processes to be able to set
  IPC_FLG_MSG_FROM_KERNEL when finishing receive if the receiver
  wasn't ready to receive immediately.

- PM is changed to use this information to confirm that the scheduling
  messages are indeed from the kernel and not faked by a process.

  PM uses sef_receive_status()

- get_work() is removed from PM to make the changes simpler
2010-03-29 11:25:01 +00:00
..
2010-03-29 11:07:20 +00:00
2010-03-29 11:07:20 +00:00
2010-03-29 11:07:20 +00:00
2009-11-06 09:04:15 +00:00
2010-03-29 11:07:20 +00:00
2010-02-10 15:36:54 +00:00
2010-03-29 11:07:20 +00:00
2010-03-10 13:00:05 +00:00
2010-03-27 14:31:00 +00:00
2010-03-29 11:07:20 +00:00
2010-02-10 15:36:54 +00:00
2010-03-29 11:07:20 +00:00
2010-03-27 14:31:00 +00:00
2009-01-09 21:44:52 +00:00
2010-03-29 11:07:20 +00:00
2010-03-27 14:31:00 +00:00
2010-03-29 11:07:20 +00:00
2010-03-29 11:07:20 +00:00
2010-03-22 20:43:06 +00:00
2010-03-05 15:05:11 +00:00
2010-02-09 15:29:58 +00:00
2010-03-27 14:31:00 +00:00