incubator-nuttx/sched/task
Gregory Nutt 12cdd2a8fe Fix some bad conditional compilation 2015-07-24 12:27:15 -06:00
..
Make.defs Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
exit.c Move exit.c to task/exit.c 2014-08-08 18:38:04 -06:00
spawn.h
task.h Add basic sporadic schedule state machine 2015-07-24 09:03:21 -06:00
task_activate.c Fix vfork(). Now that arguments are kept on the stack, the way that arguments are passed from parent to child in vfork() must change. This bug has always been present, but was not visible with the old strdup() way of passing arguments 2014-09-29 10:45:44 -06:00
task_atexit.c atexit: Fix reference to undefined variable in certain configurations. From Juha Niskanen 2015-04-14 07:31:35 -06:00
task_create.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
task_delete.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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 Costmetic change to a comment 2014-12-13 10:41:57 -06:00
task_exithook.c Don't release user stack in kernel build. Already destroyed with all of the address environment 2014-09-15 12:45:41 -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 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_init.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
task_onexit.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_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 Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
task_setup.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_spawn.c First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
task_spawnparms.c Most cosmetic, but includes some fixes to some range checking 2015-07-23 14:36:49 -06:00
task_start.c vfork no longer depends on CONFIG_MAX_TASK_ARGS 2014-11-12 19:01:29 -06:00
task_starthook.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
task_terminate.c Make some file section headers more consistent with standard 2015-04-08 06:47:36 -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