summaryrefslogtreecommitdiff
path: root/kern/task.h
AgeCommit message (Expand)Author
2018-04-19kern/atomic: remove shortcutsRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2017-12-03Revert "Make assert have no side effects"Richard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-24vm/vm_map: implement the vm_map_info shell commandRichard Braun
2017-05-31kern/{task,thread}: add the task_info and thread_trace shell commandsRichard Braun
2013-04-15kern/task: new task_remove_thread functionRichard Braun
2012-12-24kern/task: include vm/vm_map.h in headerRichard Braun
2012-12-18kern/task: task creation and informationRichard Braun
2012-11-09Implement preliminary thread contextRichard Braun