summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-2/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-16/+16
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-3/+3
* Move socket data from TCB to task group structure.patacongo2013-01-261-17/+0
* Fix a recently introduced memory leakpatacongo2013-01-261-2/+0
* Move environment variables in the task group structurepatacongo2013-01-251-35/+3
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-3/+11
* Add logic to keep track of members of a task grouppatacongo2013-01-251-4/+6
* Add framework to support task groupspatacongo2013-01-251-1/+14
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-4/+3
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-221-1/+11
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-1/+1
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-0/+3
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-3/+3
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-56/+55
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-1/+1
* Fixes for good C++ linkpatacongo2011-10-191-2/+2
* Fix message queue/signal handling bugspatacongo2011-08-071-0/+1
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-0/+1
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-2/+2
* Add support for kernel-mode threadspatacongo2011-04-071-1/+19
* More apps/ related changespatacongo2011-03-121-1/+2
* Completes demand paging core implementationpatacongo2010-08-151-1/+7
* Switching to C99 stdbool.h typespatacongo2009-12-141-27/+27
* Switching to C99 stdint.h typespatacongo2009-12-141-0/+2
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-3/+3
* Incorporate the work threadpatacongo2009-11-051-0/+1
* More priority inheritance logicpatacongo2009-03-121-0/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-1/+6
* Improve internal priority setting logipatacongo2009-03-101-1/+2
* Add support for priority inheritancepatacongo2009-03-081-1/+1
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-16/+17
* Changes for ZNeo compilepatacongo2008-01-091-1/+1
* Added network init; refactored some header filespatacongo2007-09-091-1/+0
* Added support for socket descriptorspatacongo2007-09-011-3/+3
* Add new pthread_* APIspatacongo2007-03-231-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-11/+11
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-1/+1
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-3/+4
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-4/+2
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+1
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-6/+7
* Still working toward clean 8051 linkpatacongo2007-02-281-2/+8
* Finally, a clean SDCC compilepatacongo2007-02-271-21/+21
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
* NuttX RTOSpatacongo2007-02-171-0/+267