summaryrefslogtreecommitdiff
path: root/nuttx/sched/init/os_start.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+2
* Cosmetic chnages to commentsGregory Nutt2014-11-201-0/+6
* fs_initialize() is no longer weakGregory Nutt2014-10-061-6/+1
* Complete re-implementation of mq_closeGregory Nutt2014-09-291-0/+1
* Semaphore initialization is now only required if priority inheritance is init...Gregory Nutt2014-09-291-9/+3
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* Move include/nuttx/shm.h to include/nuttx/mm/shm.hGregory Nutt2014-09-241-1/+1
* Add shared memory initializatin logicGregory Nutt2014-09-231-0/+7
* When a privileged thread exits, we have to use the kernel alloctor to free me...Gregory Nutt2014-09-111-8/+3
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-031-11/+11
* IDLE TCB setup needs to indicate the the IDLE thread is a privileged, kernel ...Gregory Nutt2014-09-031-0/+1
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-1/+1
* sbrk() need to initialized the memory manager on the first callGregory Nutt2014-09-021-2/+2
* Fix error in initialize of IDLE TCB due to last change. The argument list is...Gregory Nutt2014-09-011-4/+8
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-3/+2
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-2/+4
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-5/+9
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-0/+10
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move initialization functions from sched/ to sched/initGregory Nutt2014-08-081-0/+538