summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-2/+2
* Switching to C99 stdbool.h typespatacongo2009-12-1428-111/+150
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1462-443/+433
* Switching to C99 stdint.h typespatacongo2009-12-14152-1151/+1328
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-1315-83/+82
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-133-6/+10
* Fix hcs12 compile warningspatacongo2009-12-133-5/+9
* Fix issues related to work queue timingpatacongo2009-11-181-5/+31
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-1/+1
* Fix a potential race conditionpatacongo2009-11-063-25/+43
* Fix compile error when workqueue disabledpatacongo2009-11-061-1/+1
* Integrte work threadpatacongo2009-11-064-41/+48
* Document workqueue configurationpatacongo2009-11-051-0/+4
* Incorporate the work threadpatacongo2009-11-058-55/+391
* Add beginnings of a work threadpatacongo2009-11-054-1/+311
* Add gmtime and localtimepatacongo2009-07-121-1/+1
* Add gettimeofday()patacongo2009-07-112-1/+113
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-115-469/+35
* integrating NXFLATpatacongo2009-06-261-1/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-257-7/+7
* Integrate PIC support into context switchingpatacongo2009-06-173-10/+59
* Straighten out conditional compilationpatacongo2009-06-173-4/+4
* Add exec_modulepatacongo2009-06-172-38/+56
* 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