summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_start.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-9/+12
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-23/+22
* NFS updatepatacongo2012-03-281-1/+1
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* Add support for kernel-mode threadspatacongo2011-04-071-0/+1
* 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-051-5/+6
* Prep for 5.19 releasenuttx-5.19patacongo2011-03-121-6/+0
* More apps/ related changespatacongo2011-03-121-52/+3
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-171-2/+5
* Completes demand paging core implementationpatacongo2010-08-151-6/+20
* Beginning to add on-demand paging logicpatacongo2010-08-141-0/+18
* Misc improvements from David Hewsonpatacongo2010-05-261-1/+6
* Switching to C99 stdbool.h typespatacongo2009-12-141-10/+11
* Fix compile error when workqueue disabledpatacongo2009-11-061-1/+1
* Integrte work threadpatacongo2009-11-061-5/+16
* Incorporate the work threadpatacongo2009-11-051-26/+25
* Need to set UART interrupt prioritypatacongo2009-06-061-1/+1
* Added CONFIG_USERMAIN_STACKSIZEpatacongo2008-11-131-1/+1
* Change configuration namepatacongo2008-11-131-1/+1
* Support C pre-processors without variable-arg macrospatacongo2008-01-091-22/+22
* Debug can now be selectively enabled by subystempatacongo2007-11-231-3/+3
* Added network init; refactored some header filespatacongo2007-09-091-1/+14
* Add new pthread_* APIspatacongo2007-03-231-2/+2
* Added support for POSIX timerspatacongo2007-03-211-4/+14
* Changes for the SDCC compilerpatacongo2007-03-201-2/+2
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
* Fix botched conditional compilationpatacongo2007-03-171-2/+2
* Add strerror()patacongo2007-03-171-2/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-25/+38
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-2/+2
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+5
* Add logic to suppress clock_ APIspatacongo2007-03-011-0/+2
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-6/+18
* Still working toward clean 8051 linkpatacongo2007-02-281-17/+37
* Finally, a clean SDCC compilepatacongo2007-02-271-3/+4
* Progress toward clean SDCC compilationpatacongo2007-02-211-1/+1
* Fixes for STDCC compiler (more needed)patacongo2007-02-201-2/+22
* Eliminating GCC dependenciespatacongo2007-02-201-3/+3
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-3/+3
* NuttX RTOSpatacongo2007-02-171-0/+382