summaryrefslogtreecommitdiff
path: root/nuttx/sched/environ/env_setenv.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+1
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-1/+1
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move environment files from sched/ to sched/environGregory Nutt2014-08-081-0/+205