summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-081-1/+1
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-2/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Timer interrupts work; examples/ostest passespatacongo2009-06-051-1/+2
* lm3s6918 passes OS testpatacongo2009-05-191-1/+2
* Fix problems when debug enabledpatacongo2008-11-111-2/+1
* Add NSH command to create RAMDISKpatacongo2008-09-061-13/+13
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-38/+11
* Debug z80sim NSH (still doesn't work)patacongo2008-01-011-19/+23
* Removed unused uIP filespatacongo2007-11-231-0/+3
* Several webserver bugs fixedpatacongo2007-11-201-0/+5
* Common ARM supportpatacongo2007-04-281-0/+188