incubator-nuttx/sched/group
Yoshinori Sugino c13f869432 Modify SIGSTP to SIGTSTP
Follow the POSIX description.
SIGTSTP should be sent when the Ctrl-Z characters is encountered, not SIGSTP.

Testing:
Built with hifive1-revb:nsh (CONFIG_SERIAL_TERMIOS=y, CONFIG_SIG_DEFAULT=y and CONFIG_TTY_SIGTSTP=y)
2020-10-29 01:12:43 -07:00
..
Make.defs Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
group.h libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_addrenv.c tools/nxstyle.c: Correct detection of missing blank line following a block comment. 2019-11-09 08:15:12 -06:00
group_childstatus.c sched/: Run nxstyle on all .c/.h files modified by PR. 2020-05-16 13:39:03 -03:00
group_continue.c sched/sched/sched.h: Make naming of all internal names consistent: 2020-05-09 16:58:42 -03:00
group_create.c Fix typos 2020-10-28 19:15:04 -07:00
group_exitinfo.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
group_find.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
group_foreachchild.c sched/group/group_foreachchild.c: group_foreachchild iterate by reverse order since the callback(e.g. group_killchildren) may remove the tcb from list 2018-11-08 07:03:30 -06:00
group_free.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
group_getgid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_getuid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_join.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
group_killchildren.c sched/group: Change group_kill_children's argument from task_tcb_s to tcb_s 2020-06-15 07:09:51 -06:00
group_leave.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_malloc.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
group_setgid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_setuid.c sched/group: Fix the typo error 2020-08-11 11:19:37 +01:00
group_setupidlefiles.c sched: use nx_close instead of close 2020-10-28 09:11:50 -07:00
group_setupstreams.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_setuptaskfiles.c libc/stdio: Allocate file_struct dynamically 2020-09-11 17:58:17 +08:00
group_signal.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
group_suspendchildren.c Modify SIGSTP to SIGTSTP 2020-10-29 01:12:43 -07:00
group_tlsalloc.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
group_tlsfree.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
group_waiter.c sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
group_zalloc.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00