summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_schedunload.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-6/+6
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Clean-up up some warningGregory Nutt2014-07-111-0/+1
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+333