nuttx/sched
2016-01-24 12:48:24 -06:00
..
clock clock_systimer: 64-bit timer accesses are not atomic. Noted by Freddie Chopin. 2016-01-22 12:24:36 -06:00
environ sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
errno sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
group Forgot to add a file needed in the last commit 2015-12-22 12:06:05 -06:00
init sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
irq Standardize the width of all comment boxes in C files 2015-10-02 17:43:18 -06:00
module Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier 2015-12-13 08:10:01 -06:00
mqueue Update dates on files modified for SIGEV_THREAD support 2015-12-30 13:28:39 -06:00
paging Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
pthread sched/pthread/: CRITICAL BUGFIX: Logic was wiping out the indication that of the type of a pthread. Hence, it could be confused as a task. Found because this was causing a crash when /proc/nnn/cmdline was printed. 2015-11-28 10:05:36 -06:00
sched Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
semaphore Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
signal Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
task sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
timer Update dates on files modified for SIGEV_THREAD support 2015-12-30 13:28:39 -06:00
wdog The delay parameter has 'int' type while explicit int32_t is used in sigtimedwait() (sig_timedwait.c) This can lead to wrong argument for systems that have default int size different than int32 (namely AVR). 2016-01-05 07:58:04 -06:00
wqueue Fix mismatched prototype error in work_queue() 2016-01-24 12:48:24 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Update to use 64-bit timer when available 2016-01-21 11:54:26 -06:00
Makefile Move module support from binfmt/ to sched/ so that it can be configured and built independently from binfmt features 2015-12-12 07:09:17 -06:00