summaryrefslogtreecommitdiff
path: root/nuttx/mm/umm_sem.c
Commit message (Expand)AuthorAgeFilesLines
* Move the user heap allocator front-end from mm/. to mm/umm_heap/.Gregory Nutt2014-09-221-125/+0
* I love/hate conditional compilationGregory Nutt2014-09-031-0/+4
* Fix several compile errors for logic added for CONFIG_BUILD_KERNEL, but which...Gregory Nutt2014-09-031-1/+1
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-2/+2
* Space at the beginning of the process data space is now reserved for user hea...Gregory Nutt2014-09-021-6/+19
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-311-0/+108