summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Add logic to initialize SAM3U user applicationspatacongo2011-04-081-5/+8
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-072-2/+3
* Add support for kernel-mode threadspatacongo2011-04-076-54/+162
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-073-4/+6
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-12/+0
* More separation of kernel- and user-memory managementpatacongo2011-04-0511-16/+383
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-059-5/+456
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-044-10/+95
* Add stub lookup logicpatacongo2011-04-042-3/+3
* Move memory manager into user spacepatacongo2011-04-0310-34/+48
* Add SAM3U kernel build logicpatacongo2011-04-021-4/+18
* Kernel build mostly successfulpatacongo2011-04-028-364/+63
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-026-478/+5
* Stubs are working/Proxies are closepatacongo2011-04-012-85/+4
* Add mksyscall toolpatacongo2011-03-312-1/+127
* Move more files into subdirectories under lib/patacongo2011-03-3128-2692/+12
* Move helper macro into sched.hpatacongo2011-03-281-15/+9
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-2/+2
* Updates from Urospatacongo2011-03-271-1/+3
* 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