incubator-nuttx/sched
Gregory Nutt 198cfd0224 Forgot to add a file needed in the last commit 2015-12-22 12:06:05 -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 sched/: Fix some spacing issues 2015-10-07 19:59:14 -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 Cosmetic fix to comment 2015-12-11 10:06:40 -06:00
task sched/: Fix some spacing issues 2015-10-07 19:59:14 -06:00
timer Most cosmetic but also includes a fix for a compile problem from Ken Pettit 2015-12-01 12:54:57 -06:00
wdog sched/: Fix some spacing issues 2015-10-07 19:59:14 -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 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
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