summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/common/up_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* 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-4/+5
* 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-6/+5
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-2/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-171-2/+2
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-36/+9
* Fix some ZDS-II compile errorspatacongo2008-01-111-1/+1
* untest z16f codepatacongo2008-01-111-0/+204