summaryrefslogtreecommitdiff
path: root/nuttx/mm/umm_sbrk.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+21
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-3/+2
* Initial implementatino of sbrk()Gregory Nutt2014-09-011-0/+95