summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_start.c
Commit message (Expand)AuthorAgeFilesLines
* Move initialization functions from sched/ to sched/initGregory Nutt2014-08-081-530/+0
* Move POSIX timer files from sched/ to sched/timer/Gregory Nutt2014-08-081-1/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-081-1/+1
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-081-1/+1
* Move group logic from sched/ to sched/groupGregory Nutt2014-08-081-1/+1
* Move environment files from sched/ to sched/environGregory Nutt2014-08-081-1/+1
* Move all pthread files from sched/ to sched/pthreadGregory Nutt2014-08-081-1/+1
* Move signal-related files from sched/ to sched/signalGregory Nutt2014-08-081-1/+1
* Move POSIX message queue files from sched/ to sched/mqueueGregory Nutt2014-08-081-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-3/+1
* NET: Fix some errors in recent network I/O buffering when stack runs from in...Gregory Nutt2014-06-281-6/+1
* OS startup logic should not call group_setupidelfiles() if there is no file s...Gregory Nutt2013-09-271-0/+2
* SAMA5 page table is cached; need to flush the cache each time that the page t...Gregory Nutt2013-07-271-2/+2
* 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