summaryrefslogtreecommitdiff
path: root/nuttx/sched/exit.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-2/+3
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+4
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+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
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-49/+10
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-0/+2
* Add stub lookup logicpatacongo2011-04-041-1/+1
* Add SLIP driverpatacongo2011-03-121-4/+6
* Experimental version of waitpid()patacongo2011-03-101-2/+30
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+2
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-051-24/+24
* NuttX RTOSpatacongo2007-02-171-0/+112