..
Make.defs
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
sig_action.c
This commit adds support for default signal actions for SIGSTOP, SIGSTP, and SIGCONT.
2018-08-30 10:27:18 -06:00
sig_allocpendingsigaction.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_cleanup.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_default.c
drivers/serial: Add support for Ctrl-Z. This works just like the recently added Ctrl-C support except that SIGSTP is sent when the Ctrl-Z characters is encountered vs. SIGINT.
2018-09-02 15:36:25 -06:00
sig_deliver.c
Squashed commit of the following:
2018-08-27 11:40:09 -06:00
sig_dispatch.c
This commit adds support for default signal actions for SIGSTOP, SIGSTP, and SIGCONT.
2018-08-30 10:27:18 -06:00
sig_evthread.c
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
sig_findaction.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_initialize.c
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
sig_kill.c
Fix lots of typos in C comments and Kconfig help text
2018-07-08 18:24:45 -06:00
sig_lowest.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_mqnotempty.c
Squashed commit of the following:
2017-10-07 12:16:10 -06:00
sig_nanosleep.c
Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
2018-06-16 12:16:13 -06:00
sig_notifier.c
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00
sig_pause.c
This commit adds internal versions of the signal interfaces:
2017-10-06 08:28:20 -06:00
sig_pending.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_procmask.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_queue.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_releasependingsigaction.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_releasependingsignal.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_removependingsignal.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_sleep.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_suspend.c
Replace all ASSERT with DEBUGASSERT to save the code space
2018-08-24 06:58:30 -06:00
sig_timedwait.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_unmaskpendingsignal.c
This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_
2017-10-05 13:25:25 -06:00
sig_usleep.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
sig_waitinfo.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
signal.h
sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling.
2018-09-09 08:32:37 -06:00