incubator-nuttx/sched
Paul A. Patience 9f108b7b63 Fix issues detected by clang 2015-09-10 20:59:43 -04:00
..
clock Sporadic scheduler: Add logic to collection the partial timer expiration when a sporadic thread is suspended in tickless mode 2015-07-26 15:03:47 -06:00
environ Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
errno Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
group Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2. 2015-09-01 13:52:29 -04:00
init Logic for delayed memory garbage collection for the case of user space memory will not work as implemented for the case of the kernel build. That is because the correct context is in place in order to free the user memory when sched_kufree is called, but will not be in place later when the memory garbage collection runs. If this feature is really needed, then some more substantial redesign is required 2015-09-07 14:40:18 -06:00
irq Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
mqueue POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen. 2015-06-03 09:24:17 -06:00
paging Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
pthread Add si_errno to siginfo_t 2015-08-14 10:10:32 -06:00
sched Loosen up restriction a little in sched_ufree() 2015-09-07 15:28:58 -06:00
semaphore Fix issues detected by clang 2015-09-10 20:59:43 -04:00
signal Add si_errno to siginfo_t 2015-08-14 10:10:32 -06:00
task Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2. 2015-09-01 13:52:29 -04:00
timer Add si_errno to siginfo_t 2015-08-14 10:10:32 -06:00
wdog Fix a DEBUGASSERTion 2015-08-21 12:33:14 -06:00
wqueue Fix backward calculation in the work queue timing. From Liio Chen via the PX4 repository 2015-01-27 06:17:02 -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 more common typos 2015-08-16 11:07:23 -06:00
Makefile Add support for priority inheritance on the low priority worker queue 2014-10-07 07:41:52 -06:00