summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Added NXFLAT a bit at a timepatacongo2009-06-163-2/+22
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-151-2/+50
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-2/+2
* Drastic measures to work around missed interrupts -- must be a better waypatacongo2009-06-071-3/+3
* Need to set UART interrupt prioritypatacongo2009-06-062-4/+6
* pthread_create must return a positive errno on failurepatacongo2009-05-193-25/+34
* Debug Cortex-M3 interruptspatacongo2009-05-171-1/+1
* Finishes initial verification of priority inheritance logicpatacongo2009-03-141-20/+60
* Add debug instrumentation; fix pholder freeing logicpatacongo2009-03-131-1/+74
* Free holder containers on sem_destroypatacongo2009-03-131-6/+29
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-6/+3
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-132-0/+5
* Fix count initializationpatacongo2009-03-121-1/+2
* Finishes basic implementationpatacongo2009-03-121-34/+112
* More priority inheritance logicpatacongo2009-03-128-82/+387
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-111-0/+3
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-108-81/+155
* Extend, improve, and partially fix priority inheritance logicpatacongo2009-03-108-103/+575
* Make better use of new sched_settcpprio() APIpatacongo2009-03-105-58/+63
* Improve internal priority setting logipatacongo2009-03-105-142/+302
* Use sched_setparam(), not up_reprioritize_rtr()patacongo2009-03-101-2/+5
* Fix priority inheritance bugpatacongo2009-03-101-1/+6
* Add support for priority inheritancepatacongo2009-03-089-59/+135
* cosmeticpatacongo2009-02-142-52/+52
* Added CONFIG_USERMAIN_STACKSIZEpatacongo2008-11-131-1/+1
* Change configuration namepatacongo2008-11-131-1/+1
* Can't use if up_disable_irq if there is not interrupt controllerpatacongo2008-11-081-0/+2
* Missing return value with some config optionspatacongo2008-11-071-0/+2
* cosmeticpatacongo2008-11-071-0/+3
* Check for messages disabledpatacongo2008-11-071-0/+3
* Make sure z16f still buildspatacongo2008-11-071-0/+1
* cosmeticpatacongo2008-09-191-1/+1
* cosmeticpatacongo2008-09-185-99/+101
* Fix environment sharing bugpatacongo2008-08-301-1/+1
* Misc NSH enhancementspatacongo2008-08-102-2/+2
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-13/+13
* task_create now dup's all open descriptorspatacongo2008-07-302-21/+26
* Remove pthread_mutexattrverifytype.cpatacongo2008-06-053-104/+2
* Fix recursive mutex bugpatacongo2008-06-052-2/+9
* Add commentspatacongo2008-06-031-0/+4
* Put timer_release in a separate filepatacongo2008-06-033-87/+157
* Improved timer life control fixpatacongo2008-06-034-54/+74
* Fix problem when timer deleted by timer handlerpatacongo2008-06-014-24/+75
* Fix memory leak: Contained watchdog not being deleted with POSIX timer deletedpatacongo2008-05-313-51/+79
* Comments updatedpatacongo2008-05-311-1/+8
* Comment updatespatacongo2008-05-314-31/+71
* Add support for recursive mutexespatacongo2008-05-319-23/+382
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
* Changes for Z8Encore\! compilepatacongo2008-02-117-17/+18
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-052-37/+37