nuttx/sched
Gregory Nutt d633c9bf8c Squashed commit of the following:
Replace all calls to sigprocmask() in the OS proper with calls to nxsig_procmask().

    sched/signal:  Add internal OS interface nxsig_procmask().  This internal interface is equivalent to the standard sigprocmask() used by applications except that it does not modify the errno value.  Also fixes a problem in that the original sigprocmask() was not setting the errno.
2017-10-07 12:16:10 -06:00
..
clock Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
environ sched/env_dup.c: Fix an error in the duplication of the child tasks environment in the special case where the parent's environment was created, but then all of the variables were unset. In that case, there is still an allocation in place but the size of the allocation is zero. This case was not being handled correctly when a child task attempts to create its environment and inherit the zero-size partent environment. Noted by Anthony Merlino. 2017-09-18 19:02:54 -06:00
errno Remove some empty file section section header comments 2016-02-17 18:05:03 -06:00
group 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
init 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
irq Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
module Miscellaneous fixes from astyle tool. 2017-08-14 17:19:27 -06:00
mqueue 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
paging Squashed commit of the following: 2017-10-07 08:22:18 -06:00
pthread Squashed commit of the following: 2017-10-07 12:16:10 -06:00
sched Squashed commit of the following: 2017-10-07 08:22:18 -06:00
semaphore Revert "sem_wait.c edited online with Bitbucket. Fix some correct but useless code." 2017-10-05 16:01:01 -06:00
signal Squashed commit of the following: 2017-10-07 12:16:10 -06:00
task Squashed commit of the following: 2017-10-07 12:16:10 -06:00
timer Squashed commit of the following: 2017-10-07 10:57:09 -06:00
wdog Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
wqueue Squashed commit of the following: 2017-10-07 08:22:18 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Squashed commit of the following: 2017-10-03 15:35:24 -06:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00