summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add interfaces to support getting/setting of thread/task namespatacongo2012-04-261-1/+1
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-3/+11
* Fix for sem_timedwait.cpatacongo2011-07-201-2/+2
* Add sem_timedwait()patacongo2011-07-191-1/+1
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-5/+5
* More timer changes from Urospatacongo2011-05-061-4/+0
* Rename uptime to UTCpatacongo2011-04-201-2/+2
* More changes from Urospatacongo2011-04-161-4/+1
* Add time and uptimepatacongo2011-04-151-0/+3
* Macro clock_systimer replaces direct access to g_system_timer variablepatacongo2011-04-131-1/+1
* LPCXpression console on UART3patacongo2011-04-131-0/+17
* More separation of kernel- and user-memory managementpatacongo2011-04-051-1/+2
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-0/+6
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-041-1/+1
* Kernel build mostly successfulpatacongo2011-04-021-10/+8
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-6/+3
* Stubs are working/Proxies are closepatacongo2011-04-011-4/+4
* Add mksyscall toolpatacongo2011-03-311-1/+1
* Move more files into subdirectories under lib/patacongo2011-03-311-18/+3
* More apps/ related changespatacongo2011-03-121-1/+1
* Experimental version of waitpid()patacongo2011-03-101-1/+4
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-2/+8
* Completes demand paging core implementationpatacongo2010-08-151-2/+2
* Beginning to add on-demand paging logicpatacongo2010-08-141-1/+6
* Incorporate the work threadpatacongo2009-11-051-2/+2
* Add beginnings of a work threadpatacongo2009-11-051-1/+5
* Add gettimeofday()patacongo2009-07-111-1/+2
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-111-2/+2
* More priority inheritance logicpatacongo2009-03-121-2/+2
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-1/+4
* Extend, improve, and partially fix priority inheritance logicpatacongo2009-03-101-1/+16
* Improve internal priority setting logipatacongo2009-03-101-1/+1
* Remove pthread_mutexattrverifytype.cpatacongo2008-06-051-1/+1
* Put timer_release in a separate filepatacongo2008-06-031-1/+1
* Add support for recursive mutexespatacongo2008-05-311-0/+3
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-1/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* ZNeo compiler now workspatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-5/+3
* Added support for socket descriptorspatacongo2007-09-011-3/+3
* Add environment variable functionpatacongo2007-06-301-1/+2
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-291-1/+3
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-281-1/+1
* Added pthread_setschedprio()patacongo2007-03-241-1/+1
* Add new pthread_* APIspatacongo2007-03-231-2/+5
* Added support for POSIX timerspatacongo2007-03-211-5/+7
* Add the framework to support POSIX timerspatacongo2007-03-211-1/+4