summaryrefslogtreecommitdiff
path: root/nuttx/libnx/nxcontext.h
Commit message (Expand)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 wi...Gregory Nutt2014-08-311-2/+2
* 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
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+3
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-0/+127