..
exit.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
Make.defs
Add task_testcancel()
2016-12-10 16:34:14 -06:00
spawn.h
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
task_activate.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_atexit.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
task_cancelpt.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_create.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_delete.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_execv.c
binfmt/ and libs/libc: Make exepath_*() more common:
2018-11-08 07:27:14 -06:00
task_exit.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_exithook.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_getgroup.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
task_getpid.c
Some cosmetic updates, mostly to spacing and comments.
2018-12-30 11:58:19 -06:00
task_init.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_onexit.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
task_posixspawn.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_prctl.c
Miscellaneous fixes from astyle tool.
2017-08-14 17:19:27 -06:00
task_recover.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_reparent.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
task_restart.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_setcancelstate.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_setcanceltype.c
sched/: Various fixes for typos, improved parameter verification.
2018-01-12 18:26:45 -06:00
task_setup.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_spawn.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_spawnparms.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_start.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_starthook.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_terminate.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task_testcancel.c
Add task_testcancel()
2016-12-10 16:34:14 -06:00
task_vfork.c
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00
task.h
This commit renames all internal OS functions defined under sched/task so that they begin with the prefix. For example, nxtask_exit() vs. task_exit().
2019-02-04 13:42:51 -06:00