summaryrefslogtreecommitdiff
path: root/nuttx/sched/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-2/+2
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-4/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* 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