.. |
Make.defs
|
Squashed commit of the following:
|
2018-08-27 11:40:09 -06:00 |
sig_action.c
|
sched/signal: Default Signal Actions. Change some types to superficially simplify. Add configuration options to enabled default signal behaviors on a per-signal basis. I don't think users are prepared for SIGALRM to terminate the task (which is the correct default behavior if you don't change it). Extend the implementation of default signals so that it is totally table driven and extensible by simply mondifying the content of const tables.
|
2018-08-27 15:37:43 -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
|
sched/signal: Default Signal Actions. Change some types to superficially simplify. Add configuration options to enabled default signal behaviors on a per-signal basis. I don't think users are prepared for SIGALRM to terminate the task (which is the correct default behavior if you don't change it). Extend the implementation of default signals so that it is totally table driven and extensible by simply mondifying the content of const tables.
|
2018-08-27 15:37:43 -06:00 |
sig_deliver.c
|
Squashed commit of the following:
|
2018-08-27 11:40:09 -06:00 |
sig_dispatch.c
|
Replace all ASSERT with DEBUGASSERT to save the code space
|
2018-08-24 06:58:30 -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
|
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_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_notification.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_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: Default Signal Actions. Change some types to superficially simplify. Add configuration options to enabled default signal behaviors on a per-signal basis. I don't think users are prepared for SIGALRM to terminate the task (which is the correct default behavior if you don't change it). Extend the implementation of default signals so that it is totally table driven and extensible by simply mondifying the content of const tables.
|
2018-08-27 15:37:43 -06:00 |