summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-071-7/+4
* Move exit.c to task/exit.cGregory Nutt2014-08-081-3/+0
* Partial (non-working) checked in before the big, risky automated changeGregory Nutt2014-08-081-33/+3
* Move a few files in sched/ that did not seem to have a home to sched/signal a...Gregory Nutt2014-08-081-13/+1
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-26/+9
* Move errno related files from sched/ to sched/errnoGregory Nutt2014-08-081-14/+12
* Move initialization functions from sched/ to sched/initGregory Nutt2014-08-081-3/+4
* Move page fill sources from sched/ to sched/pagingGregory Nutt2014-08-081-7/+3
* Move POSIX timer files from sched/ to sched/timer/Gregory Nutt2014-08-081-7/+3
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-6/+3
* Move interrupt dispatch logic from sched/ to sched/irqGregory Nutt2014-08-081-5/+3
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-081-5/+3
* Move group logic from sched/ to sched/groupGregory Nutt2014-08-081-17/+3
* Move environment files from sched/ to sched/environGregory Nutt2014-08-081-21/+5
* Move all pthread files from sched/ to sched/pthreadGregory Nutt2014-08-081-30/+2
* Move signal-related files from sched/ to sched/signalGregory Nutt2014-08-081-5/+2
* Move POSIX message queue files from sched/ to sched/mqueueGregory Nutt2014-08-081-19/+7
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-5/+1
* Implements the tickless OSGregory Nutt2014-08-071-1/+3
* Don't build in sched_processtimer.c if CONFIG_SCHED_TICKLESS is selected.Gregory Nutt2014-08-061-1/+3
* CPU load calculations now available for all threads. Available in /proc/pid/...Gregory Nutt2014-02-231-0/+4
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-3/+7
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-131-6/+6
* Add nanosleep()Gregory Nutt2013-12-121-1/+1
* Move task_terminate to its own C file to prevent drawing task_delete into the...Gregory Nutt2013-04-251-1/+1
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-7/+0
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-5/+1
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-1/+7
* Changed needed to fix issues with task_restart()patacongo2013-02-061-9/+8
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-2/+2
* Move list of open message queues to task group. Now message queues opened by...patacongo2013-02-041-2/+4
* Now that join info is in the task group, need to free when task group exits. ...patacongo2013-02-031-1/+1
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-1/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-0/+2
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+4
* Move socket data from TCB to task group structure.patacongo2013-01-261-4/+2
* Fix a recently introduced memory leakpatacongo2013-01-261-1/+2
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-8/+8
* Move environment variables in the task group structurepatacongo2013-01-251-1/+1
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-1/+5
* Add framework to support task groupspatacongo2013-01-251-2/+5
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-221-1/+4
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-83/+89
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-1/+5
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-1/+4
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-1/+1
* Implement pause()patacongo2012-11-211-1/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4