summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added ss_high_priority field to support sporadic server.Joel Sherrill1996-08-083-0/+3
|
* added complete test cases for pthread_once.Joel Sherrill1996-08-086-32/+88
|
* _MPCI_Register_packet_processor: changed protoype first parameter type to ↵Mark Johannes1996-08-082-2/+2
| | | | MP_packet_Classes
* _MPCI_Register_packet_processor: Changed prototype of fist parameter name to ↵Mark Johannes1996-08-083-3/+3
| | | | the_class
* _MPCI_Register_packet_processor: changes first parameter type to ↵Mark Johannes1996-08-082-2/+2
| | | | MP_packet_Classes
* sporadic server debugged and working. This required minor changes in allJoel Sherrill1996-08-072-40/+80
| | | | sporadic server related routines.
* added more error cases to complete testing of pthread_equal whenJoel Sherrill1996-08-072-0/+16
| | | | RTEMS_DEBUG is enabled.
* added test cases for ESRCH from pthread_join and pthread_detachJoel Sherrill1996-08-072-0/+18
|
* removed if 0 for basic sporadic server case accidentally left in.Joel Sherrill1996-08-072-4/+2
|
* basic sporadic server test.Joel Sherrill1996-08-076-0/+570
| | | | sporadic server with priority ceiling mutex test.
* _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation caseMark Johannes1996-08-072-0/+4
|
* _CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1996-08-072-12/+48
| | | | checks to ensure priority was not lowered.
* added complete test cases for pthread_attr_getschedparam,Joel Sherrill1996-08-072-18/+274
| | | | | | pthread_attr_setschedparam, and pthread_getschedparam. added test cases for error paths for pthread_setschedparam.
* get_errno: no longer needed by gnat runtimeJoel Sherrill1996-08-063-0/+12
|
* _CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1996-08-062-0/+24
|
* _POSIX_Threads_Delete_extension: reorder to eliminate use of local pointerJoel Sherrill1996-08-062-12/+18
| | | | | | variable before set. pthread_join: using local variable so user can pass NULL pointer as argument
* POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priorityMark Johannes1996-08-062-2/+4
|
* pthread_getspecific: use local variable so references to tcb are completedJoel Sherrill1996-08-062-2/+12
| | | | before enabling dispatching
* join/detach basic tests passJoel Sherrill1996-08-029-0/+418
|
* removed unused prototypesJoel Sherrill1996-08-022-18/+0
|
* test successfully exercises all of pthread_attr_* set and get routinesJoel Sherrill1996-08-016-0/+658
|
* added page delimiters for comment blocksJoel Sherrill1996-08-014-22/+50
|
* added 3 nops following write to wim since a restore following it isJoel Sherrill1996-08-011-0/+3
| | | | subject to causing unpredictable window underflow/overflows.
* added key testJoel Sherrill1996-07-3110-0/+542
|
* Fixed default vectors initialization, sigaction which had a redundantMark Johannes1996-07-152-84/+128
| | | | if clause for DFT action.
* basic test cases passedJoel Sherrill1996-07-042-8/+70
|
* added test case for timeout using pthread_mutex_timedlockJoel Sherrill1996-07-044-0/+38
|
* first test cases for mutex manager passJoel Sherrill1996-07-048-0/+554
|
* another attempt at the rtems_posix_api ifdefJoel Sherrill1996-07-033-12/+9
|
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-03162-963/+957
|
* changed versionJoel Sherrill1996-07-032-2/+2
|
* updated for 3.5.17Joel Sherrill1996-07-024-562/+557
|
* *** empty log message ***Joel Sherrill1996-07-022-2/+44
|
* updated to reflect latest gnu tools versionsJoel Sherrill1996-07-021-2/+2
|
* updated to reflect 3.5.17Joel Sherrill1996-07-021-10/+8
|
* minor changes to insure the few posix-ish routines needed in non-posixJoel Sherrill1996-06-183-18/+75
| | | | mode have stubs.
* changed reboot to a macro to avoid the "noreturn returns" warning.Joel Sherrill1996-06-182-1/+10
|
* corrected typoJoel Sherrill1996-06-181-1/+1
|
* initial modifications to test sigtimedwait.Joel Sherrill1996-06-152-0/+4
|
* initial modifications to support sigtimedwait.Joel Sherrill1996-06-152-18/+60
|
* fields for init threads stuff said tasks.Joel Sherrill1996-06-145-14/+14
|
* sigtimedwait passes initial test cases of timeout and simple satisfaction.Mark Johannes1996-06-132-2/+10
|
* first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes1996-06-138-0/+694
| | | | | a sigtimewait() timeout because it was pthread_kill'ed with a blocked signal, and a sigtimedwait which is satisfied.
* added maximum_queued_signals to _POSIX_Default_configurationMark Johannes1996-06-132-0/+2
|
* added posix configuration parameter maximum_queued_signals.Joel Sherrill1996-06-133-0/+15
|
* now passing maximum_queued_signals to posix signals manager initializationJoel Sherrill1996-06-132-2/+6
|
* added queued signals and cleaned up setting of process wide signals soJoel Sherrill1996-06-132-136/+296
| | | | it occurs in only one place.
* config.h: added maximum_queued_signals.Joel Sherrill1996-06-136-3/+12
| | | | psignal.h: fixed typo.
* Added _Thread_Do_post_task_switch_extension variable.Joel Sherrill1996-06-132-0/+2
|
* Added a macro for "empty_line" which will go between test cases.Joel Sherrill1996-06-133-0/+6
|