summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_deletecurrent.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-041-4/+4
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-2/+4
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-3/+13
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+0
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-2/+2
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-0/+141