summaryrefslogtreecommitdiff
path: root/kern/task.c
AgeCommit message (Expand)Author
2018-02-24New errno.h standard headerRichard Braun
2017-09-21New build systemRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-24Make shell command descriptions consistentRichard Braun
2017-06-22kern/macros: move the __read_mostly macro hereRichard Braun
2017-06-11Make the diagnostics shell optionalRichard Braun
2017-06-10kern/task: minor shell improvementsRichard Braun
2017-06-10kern/shell: new SHELL_REGISTER_CMDS macroRichard Braun
2017-05-31kern/{task,thread}: add the task_info and thread_trace shell commandsRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
2017-03-04kern/task: improve task_infoRichard Braun
2017-03-04kern/{thread,turnstile}: implement priority inheritanceRichard Braun
2017-02-13kern/thread: minor change about scheduling class string representationRichard Braun
2017-02-08kern/thread: add wait channelsRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-01-31kern/thread: make priority a generic thread propertyRichard Braun
2017-01-29kern/thread: implement thread_setschedulerRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2014-12-10kern/task: update call to kmem_cache_initRichard Braun
2014-09-16kern/task: make task_info report thread statesRichard Braun
2014-09-09kern/task: make task_info report scheduling propertiesRichard Braun
2014-01-02Declare variables as read mostly where appropriateRichard Braun
2013-06-03kern/task: include thread addresses in the outputRichard Braun
2013-05-16kern/task: fix task creationRichard Braun
2013-05-15kern/list: rename list_insert to list_insert_headRichard Braun
2013-04-15kern/task: new task_remove_thread functionRichard Braun
2013-03-06kern/task: minor info output changeRichard Braun
2012-12-18kern/task: create VM map for new tasksRichard Braun
2012-12-18kern/task: task creation and informationRichard Braun
2012-11-09Implement preliminary thread contextRichard Braun