| .. |
|
exit.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
Make.defs
|
Simplify how C source files are selected in the build
|
2014-10-07 07:42:36 -06:00 |
|
spawn.h
|
Move task control files from sched/ to sched/task
|
2014-08-08 16:44:08 -06:00 |
|
task.h
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_activate.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_atexit.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_create.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_delete.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_execv.c
|
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
|
2014-09-15 10:15:19 -06:00 |
|
task_exit.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_exithook.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_getgroup.c
|
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
|
2014-08-08 17:53:55 -06:00 |
|
task_getpid.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_init.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_onexit.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_posixspawn.c
|
execv() is a basic system interface. It should not be in libc/ but rather in sched/task. Its symboltable helper logic also belongs in the kernel but belings in binfmt/ with the other symbol table logic
|
2014-09-15 10:16:20 -06:00 |
|
task_prctl.c
|
strncpy will not copy the terminating \0 into the destination if the source is larger than the size of the destination. Ensure that the last byte is always zero and let strncpy only copy CONFIG_TASK_NAME_SIZE bytes. The issue of unterminated names can be observed in ps when creating a pthread while CONFIG_TASK_NAME_SIZE is set to 8.
|
2014-12-17 12:24:02 -06:00 |
|
task_recover.c
|
Fix some bad conditional compilation
|
2015-07-24 12:27:15 -06:00 |
|
task_reparent.c
|
Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h
|
2014-08-08 17:53:55 -06:00 |
|
task_restart.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_setup.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_spawn.c
|
First round of changes to get the ELF configuration building again
|
2014-09-16 15:37:05 -06:00 |
|
task_spawnparms.c
|
Fix more common typos
|
2015-08-16 11:07:23 -06:00 |
|
task_start.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_starthook.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_terminate.c
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
|
task_vfork.c
|
Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGS
|
2014-11-14 09:53:11 -06:00 |