summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_kill.c
Commit message (Expand)AuthorAgeFilesLines
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-20/+18
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+7
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-17/+13
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-261-1/+1
* Add NSH kill commandpatacongo2011-02-271-4/+4
* Switching to C99 stdint.h typespatacongo2009-12-141-11/+14
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* Add new pthread_* APIspatacongo2007-03-231-2/+4
* Add kill()patacongo2007-03-201-0/+134