incubator-nuttx/sched
Gregory Nutt 4c67062457 Squashed commit of the following:
binfmt/, libs/libc/unistd, and others:  Rename CONFIG_EXECFUNCS_SYMTAB to CONFIG_EXECFUNCS_SYMTAB_ARRAY.  Rename CONFIG_EXECFUNCS_NSYMBOLS to CONFIG_EXECFUNCS_NSYMBOLS_VAR.  Unlike CONFIG_EXECFUNCS_NSYMBOLS, CONFIG_EXECFUNCS_NSYMBOLS_VAR holds the name of an 'int' variable that contains the number of symbols in the symbol table.

    configs/sama5d4-ek:  Partial update to knsh build instructions.
2018-07-15 11:20:37 -06:00
..
clock syscall: clock_systimer() is no longer a system call. It has been replaced with the equivalent, standard interface clock() as the system call. 2018-06-16 12:50:28 -06:00
environ Standardization of some function headers. 2018-03-13 09:52:27 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Standardization of some function headers. 2018-03-13 09:52:27 -06:00
init Eliminate new warnings due to unused local variables noted in build testing. 2018-02-01 10:25:48 -06:00
irq 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
module sched/modules: Be consistent use of binary loader debug instrumentation. Was mixed system and binary loader debug. libs/libc/modlib: Switch from systemb to binary load debug to be consistent with sched/modules. 2018-06-01 10:10:17 -06:00
mqueue 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
paging 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
pthread 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
sched 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
semaphore 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
signal Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
task Squashed commit of the following: 2018-07-15 11:20:37 -06:00
timer 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
wdog Standardization of some function headers. 2018-03-13 09:52:27 -06:00
wqueue 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
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00