summaryrefslogtreecommitdiff
path: root/nuttx/sched/timer_settime.c
Commit message (Expand)AuthorAgeFilesLines
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-19/+11
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+4
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-22/+24
* Fix error in timer_settime()patacongo2010-11-171-5/+5
* Switching to C99 stdint.h typespatacongo2009-12-141-10/+12
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-2/+6
* Fix hcs12 compile warningspatacongo2009-12-131-1/+1
* Improved timer life control fixpatacongo2008-06-031-22/+18
* Fix problem when timer deleted by timer handlerpatacongo2008-06-011-4/+32
* Function did not match prototypepatacongo2008-01-311-1/+1
* Z16F integration changespatacongo2008-01-311-6/+6
* More SDCC compilation fixespatacongo2007-12-301-1/+1
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-211-0/+2
* Added support for POSIX timerspatacongo2007-03-211-3/+230
* Add the framework to support POSIX timerspatacongo2007-03-211-0/+136