incubator-nuttx/sched
Gregory Nutt 38ddbc774f Cosmetic change to comments 2014-10-06 18:03:01 -06:00
..
clock Update TODO list + cosmetic changes to clock_systimer.c 2014-10-03 11:21:35 -06:00
environ Rename kfree to kmm_free for consistency with other naming conventions 2014-08-31 17:04:02 -06:00
errno nuttx/sched: Remove explicit references to errno. That is a problem from within the kernel for certain configurations 2014-08-28 17:00:24 -06:00
group Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 2014-10-06 10:53:25 -06:00
init fs_initialize() is no longer weak 2014-10-06 11:45:35 -06:00
irq Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
mqueue Repartition some message queue logic: sched/mqueue should have all mqueue knowledge; fs/mqueue should deal only with inodes 2014-09-30 08:03:39 -06:00
paging Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -06:00
pthread A const storage class to to phthread parameters. From Freddie Chopin 2014-09-08 06:21:48 -06:00
sched Complete re-implementation of mq_close 2014-09-29 15:33:34 -06:00
semaphore Cosmetic change to comments 2014-10-06 18:03:01 -06:00
signal Mostly cosmetic changes 2014-09-04 10:28:38 -06:00
task Fix some recently introduced typos, build problems, and warnings 2014-10-05 16:58:52 -06:00
timer Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
wdog Rename kmalloc to kmm_malloc for consistency 2014-08-31 17:26:36 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property 2014-10-05 15:44:43 -06:00
Makefile Move exit.c to task/exit.c 2014-08-08 18:38:04 -06:00