aboutsummaryrefslogtreecommitdiff
path: root/kern/task_notify.cli
Commit message (Collapse)AuthorAgeFilesLines
* kern: provide notifications about new tasksJustus Winter2014-12-091-0/+7
These notifications are sent to the port registered via `register_new_task_notification' and provide a robust parental relation between tasks to a userspace server. * Makefrag.am: Add task_notify.defs. * include/mach/gnumach.defs: Add register_new_task_notification. * include/mach/task_notify.defs: New file. * kern/task.c (new_task_notification): New variable. (task_create): Send new task notifications. (register_new_task_notification): Add server function. * kern/task_notify.cli: New file.