summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-13fixed spacingJoel Sherrill1-2/+2
1996-08-08_MPCI_Register_packet_processor: changes first parameter type to MP_packet_Cl...Mark Johannes1-1/+1
1996-08-07_CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1-6/+24
1996-08-06_CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1-0/+12
1996-06-13Added code so post context switch extensions can be run on every contextJoel Sherrill1-2/+5
1996-06-10added code to _Thread_Clear_state to check if the state was not currently set.Joel Sherrill1-13/+19
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill2-27/+51
1996-06-05added cpu_time_budget field to Thread_Control and removed the global variableJoel Sherrill1-4/+3
1996-06-05fixed spacingJoel Sherrill1-1/+1
1996-06-05added support for the api providing the thread stack areaJoel Sherrill1-23/+33
1996-06-03added priority ceiling supportJoel Sherrill1-32/+61
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill3-2/+6
1996-05-29spacingJoel Sherrill1-0/+1
1996-05-28changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1-1/+1
1996-05-23invoke thread stack free routine instead of Workspace free.Joel Sherrill1-2/+26
1996-04-24added comment regarding stack alignment issues to thread stack allocationJoel Sherrill1-0/+14
1996-04-22thread.c: added support for optional user provided stack allocatorJoel Sherrill2-8/+123
1996-03-21*** empty log message ***Joel Sherrill1-4/+4
1996-02-21Removed the internal thread objects and dispersed its contents toJoel Sherrill2-7/+286
1996-02-14removed arguments from _Thread_Start_multitaskingJoel Sherrill1-12/+10
1996-02-14white space problemJoel Sherrill1-1/+0
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill2-1/+27
1996-02-13more comments added and existing ones cleaned up in synchronization pathsJoel Sherrill1-1/+13
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1-42/+73
1996-02-01Swapped order of nested acquisition check and check for returning unsatisfied.Joel Sherrill1-6/+6
1996-02-01synchronization state bugs addressJoel Sherrill1-7/+12
1996-02-01invalid use of tcb field resource countJoel Sherrill1-1/+0
1996-01-15Made real body of _Heap_Walk conditional on RTEMS_DEBUG. This is necessaryJoel Sherrill1-0/+13
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill4-4/+4
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill4-16/+8
1995-12-01Added new synchronization algorithm.Joel Sherrill1-58/+92
1995-12-01Corrected use of the state WATCHDOG_REINSERT and renamed itJoel Sherrill1-6/+19
1995-10-30SPARC port passes all testsJoel Sherrill1-1/+5
1995-09-29all targets compile .. tony's patches in placeJoel Sherrill1-2/+13
1995-09-26posix support initially addedJoel Sherrill19-90/+89
1995-09-22Removed unnecessary include files.Joel Sherrill1-1/+1
1995-09-21More file movement required api extension to be added to scoreJoel Sherrill1-0/+84
1995-09-21More file movementJoel Sherrill3-7/+3
1995-09-21moving files aroundJoel Sherrill5-13/+8
1995-09-19Modifications from Tony Bennett accepted to return aligned block.Joel Sherrill2-12/+40
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1-0/+436
1995-09-12Initial attempt at building HP PA-RISC using Solaris hosted tools.Joel Sherrill2-1/+4
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill17-324/+1021
1995-08-29new file -- split from inlinesJoel Sherrill1-0/+202
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill5-70/+427
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill2-23/+38
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill3-37/+198
1995-08-22Fixed missing RCS IdsJoel Sherrill2-2/+2
1995-08-22Modified object name to id translation loop to make it easier toJoel Sherrill1-16/+24
1995-08-18+ Added object type field to object id.Joel Sherrill2-10/+20