summaryrefslogtreecommitdiff
path: root/nuttx/sched/environ
Commit message (Expand)AuthorAgeFilesLines
* Simplify how C source files are selected in the buildGregory Nutt2014-10-072-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-312-2/+2
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-312-2/+2
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-282-2/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+3
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-086-6/+6
* Move environment files from sched/ to sched/environGregory Nutt2014-08-0812-0/+1387