summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_setenv.c
Commit message (Expand)AuthorAgeFilesLines
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-2/+2
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-3/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move environment variables in the task group structurepatacongo2013-01-251-30/+29
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-4/+4
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-0/+1
* Move memory manager into user spacepatacongo2011-04-031-5/+6
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-3/+3
* Add environment variable functionpatacongo2007-06-301-0/+206