summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_exepath.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-0/+1
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-3/+3
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-0/+285