incubator-nuttx/sched
Gregory Nutt 8ee75a96fe Update TODO list and Kconfig help 2016-01-13 07:44:44 -06:00
..
clock RTC: Handle RTC failures. If mktime is called with garbage, it may crash 2015-12-21 14:39:40 -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 sched/: Fix some spacing issues 2015-10-07 19:59:14 -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 waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait from using stale memory that was freed by the exiting task 2015-12-22 11:48:17 -06:00
semaphore waitpid: CRITICAL BUGFIX. Add a reference counting mechansim to prevent wait from using stale memory that was freed by the exiting task 2015-12-22 11:48:17 -06:00
signal signals: Adds a very limited, minimal implementation for SIGEV_THREAD 2015-12-30 15:01:14 -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 sched/: Fix some spacing issues 2015-10-07 19:59:14 -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 TODO list and Kconfig help 2016-01-13 07:44:44 -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