nuttx/sched
Gregory Nutt 4301682fbc Fix up some problems/issues remaining from PR 1007
1. Add missing conditional logic in include/sys/syscall_lookup.h
2. CONFIG_NPTHREAD_KEYS removed from code but was still in sched/Kconfig
3. Refresh all configurations affected by PR 1007
4. syscall/syscall_funclookup.c needs to include nuttx/tls.h
2020-05-08 20:13:40 +01:00
..
clock Fix nxstyle issue 2020-05-08 07:20:49 -06:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
init sched/init/nx_start.c: Reinstate logic to remove compiler warning 2020-05-07 13:49:15 -06:00
irq Fix nxstyle issue 2020-05-08 07:20:49 -06:00
module modsym: Fix a printf format for berr 2020-04-13 16:20:09 +01:00
mqueue Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
paging sched/paging: Fix error: variable 'result' set but not used 2020-04-29 21:40:29 -06:00
pthread Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
sched Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
semaphore Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
signal Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00
task syscall: Fix typo error in cvs and header file 2020-05-07 10:31:05 -06:00
timer Update timer_gettime.c 2020-04-24 19:49:29 +08:00
wdog global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
wqueue Use NuttX's signal set functions inside the OS. 2020-04-29 16:40:27 -06:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
Kconfig Fix up some problems/issues remaining from PR 1007 2020-05-08 20:13:40 +01:00
Makefile Completes the Implementation of the TLS-based errno 2020-05-07 23:11:34 +01:00