summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_start.c
Commit message (Expand)AuthorAgeFilesLines
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+15
* Fixe to kernel build and syscalls.patacongo2013-03-131-5/+6
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-6/+12
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-6/+0
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-6/+13
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+14
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-0/+6
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-2/+2
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-11/+11
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-8/+15
* Move socket data from TCB to task group structure.patacongo2013-01-261-1/+1
* Move environment variables in the task group structurepatacongo2013-01-251-1/+4
* Add logic to keep track of members of a task grouppatacongo2013-01-251-11/+8
* Add framework to support task groupspatacongo2013-01-251-1/+11
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+1
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-221-0/+11
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-1/+3
* 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