summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_dup.c
Commit message (Expand)AuthorAgeFilesLines
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Move socket data from TCB to task group structure.patacongo2013-01-261-6/+6
* Move environment variables in the task group structurepatacongo2013-01-251-14/+12
* Add framework to support task groupspatacongo2013-01-251-35/+29
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-2/+3
* Move memory manager into user spacepatacongo2011-04-031-2/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-3/+3
* Switching to C99 stdint.h typespatacongo2009-12-141-0/+1
* Add environment variable test; fix several detected bugspatacongo2007-06-301-2/+2
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+127