summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-4/+4
* Move NSH to apps/ as librarypatacongo2011-03-181-15/+1
* apps/ update from Urospatacongo2011-03-181-2/+23
* Update to apps/buildpatacongo2011-03-181-2/+2
* Prep for 5.19 releasenuttx-5.19patacongo2011-03-123-8/+12
* More apps/ related changespatacongo2011-03-124-54/+173
* Add SLIP driverpatacongo2011-03-122-7/+23
* add apps/ dirpatacongo2011-03-101-7/+1
* Experimental version of waitpid()patacongo2011-03-103-3/+286
* #warning removalpatacongo2011-03-092-11/+3
* Add NSH kill commandpatacongo2011-02-271-4/+4
* Fix more issues detected by CppCheck toolpatacongo2011-01-192-8/+8
* Fix error in timer_settime()patacongo2010-11-171-5/+5
* Fix errors when there is no console devicepatacongo2010-11-063-15/+28
* Some context switch fixespatacongo2010-10-312-2/+2
* No up_en/disable_irq'spatacongo2010-10-161-1/+1
* Cloned AVR32 code now compilespatacongo2010-10-041-1/+1
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-023-7/+20
* Fix priority inheritance bugpatacongo2010-09-143-9/+7
* Fix race condition when semaphore wait is interrupted by a signlpatacongo2010-09-103-9/+36
* paging debug fixespatacongo2010-09-052-3/+4
* Add paging debug instrumentationpatacongo2010-08-312-4/+32
* Fix demand-paging compilation errorspatacongo2010-08-221-2/+2
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-171-2/+5
* Add logic to drop the priority of the page fill taskpatacongo2010-08-153-37/+74
* Minor design improvementspatacongo2010-08-151-49/+126
* Completes demand paging core implementationpatacongo2010-08-157-18/+594
* paging documentationpatacongo2010-08-141-3/+3
* Beginning to add on-demand paging logicpatacongo2010-08-144-1/+306
* Misc improvements from David Hewsonpatacongo2010-05-264-7/+21
* 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