incubator-nuttx/sched/group
Gregory Nutt 093348030e sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
..
Make.defs This commit adds support for default signal actions for SIGSTOP, SIGSTP, and SIGCONT. 2018-08-30 10:27:18 -06:00
group.h sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
group_addrenv.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_childstatus.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_continue.c sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
group_create.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_exitinfo.c Merged in masayuki2009/nuttx.nuttx/fix_loadable_elf_with_smp (pull request #706) 2018-08-06 03:36:14 +00:00
group_find.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_foreachchild.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_free.c
group_join.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_killchildren.c sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
group_leave.c binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits. 2018-08-05 08:09:54 -06:00
group_malloc.c
group_setupidlefiles.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_setupstreams.c
group_setuptaskfiles.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_signal.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group_suspendchildren.c sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
group_waiter.c
group_zalloc.c