summaryrefslogtreecommitdiff
path: root/nuttx/libnx/nxcontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
|
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency ↵Gregory Nutt2014-08-311-2/+2
| | | | with other naming
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-2/+2
|
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ↵Gregory Nutt2014-08-311-3/+3
| | | | with other naming
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+3
| | | | new CONFIG_BUILD_KERNEL
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-0/+127