summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_exit.c
Commit message (Expand)AuthorAgeFilesLines
* _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-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-2/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-50/+24
* Debug can now be selectively enabled by subystempatacongo2007-11-231-3/+3
* Add stat()patacongo2007-05-271-1/+0
* task_delete() calls sched_unlock(); _exit must keep pre-emption disabled unti...patacongo2007-03-291-1/+13
* NuttX RTOSpatacongo2007-02-171-0/+123