incubator-nuttx/sched
Gregory Nutt d8db596b3b 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
..
clock Change the order of some operations to prevent a debug assertion from firing. 2015-05-18 06:34:54 -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 Simplify how C source files are selected in the build 2014-10-07 07:42:36 -06:00
init Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -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 If HAVE_GROUP_MEMBERS is not defined, then pthread_kill() really is the same as kill() 2015-05-13 20:34:21 -06:00
sched Make some file section headers more consistent with standard 2015-04-08 06:47:36 -06:00
semaphore Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
signal Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis 2015-05-23 17:08:35 -06:00
task atexit: Fix reference to undefined variable in certain configurations. From Juha Niskanen 2015-04-14 07:31:35 -06:00
timer Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -06:00
wdog Update the type passed to watchdog timer handlers. Using uint32_t is a problem for 64-bit machines. 2015-05-18 08:53:42 -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 Convert the 64-bit usec limit to a 32-bit tick limit 2015-02-03 07:18:17 -06:00
Makefile Add support for priority inheritance on the low priority worker queue 2014-10-07 07:41:52 -06:00