incubator-nuttx/libc/spawn
Gregory Nutt 170a50c690 Squashed commit of the following:
sched/sched:  Correct some build issues introduced by last set of changes.
    sched/sched:  Add new internal OS function nxsched_setaffinity() that is identical to sched_isetaffinity() except that it does not modify the errno value.  All usage of sched_setaffinity() within the OS is replaced with nxsched_setaffinity().
    sched/sched:  Internal functions sched_reprioritize() and sched_setpriority() no longer movidify the errno value.  Also renamed to nxsched_reprioritize() and sched_setpriority().
    sched/sched:  Add new internal OS function nxsched_getscheduler() that is identical to sched_getscheduler() except that it does not modify the errno value.  All usage of sched_getscheduler() within the OS is replaced with nxsched_getscheduler().
    sched/sched:  Add new internal OS function nxsched_setparam() that is identical to sched_setparam() except that it does not modify the errno value.  All usage of sched_setparam() within the OS is replaced with nxsched_setparam().
    sched/sched:  Add new internal OS function nxsched_getparam() that is identical to sched_getparam() except that it does not modify the errno value (actually, the previous value erroneously neglected to set the errno value to begin with, but this fixes both issues).  All usage of sched_getparam() within the OS is replaced with nxsched_getparam().
2018-01-30 11:08:18 -06:00
..
Make.defs Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
lib_psa_dump.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
lib_psa_getflags.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_getschedparam.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_getschedpolicy.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_getsigmask.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_getstacksize.c First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
lib_psa_init.c Squashed commit of the following: 2018-01-30 11:08:18 -06:00
lib_psa_setflags.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_setschedparam.c Most cosmetic, but includes some fixes to some range checking 2015-07-23 14:36:49 -06:00
lib_psa_setschedpolicy.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_setsigmask.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psa_setstacksize.c First round of changes to get the ELF configuration building again 2014-09-16 15:37:05 -06:00
lib_psfa_addaction.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
lib_psfa_addclose.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_psfa_adddup2.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_psfa_addopen.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_psfa_destroy.c Rename all head files in main NuttX repository with names like *internal.h, removing the internal 2015-12-29 17:31:17 -06:00
lib_psfa_dump.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
lib_psfa_init.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00