summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/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-3/+3
* Move stream data from TCB to task group structure.patacongo2013-01-261-24/+20
* Move file data from TCB to task grouppatacongo2013-01-261-5/+4
* 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/+2
* 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
* Fixes for z8 compilationpatacongo2008-02-111-1/+1
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-36/+9
* Debug NSH on z80simpatacongo2007-12-311-0/+4
* First successful z80 compile & linkpatacongo2007-12-291-2/+2
* Import of z80 targetpatacongo2007-12-291-0/+200