source: rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0cd15947   08/12/96 15:15:51 Mark.Johannes Init: added pthread_cond_init with an attr non-NULL, initialized the … 4.104.114.84.95
(edit) @5263668   08/12/96 14:49:02 Mark.Johannes Init: added prliminary phtread_cond_init and destroy cases. 4.104.114.84.95
(edit) @da4e38d   08/12/96 14:48:13 Mark.Johannes system.h: added condition variable #define for 10 condition variables 4.104.114.84.95
(edit) @da2e539   08/09/96 21:16:01 Joel Sherrill added test cases for errors in pthread_mutexattr_getpshared 4.104.114.84.95
(edit) @b9444fb9   08/09/96 19:58:58 Joel Sherrill added code to catch NULL pointers for return values passed to get routines 4.104.114.84.95
(edit) @13adea0   08/09/96 19:55:04 Joel Sherrill added test cases for EINVAL cases in pthread_mutexattr_destroy 4.104.114.84.95
(edit) @c03aeaf   08/09/96 19:50:26 Joel Sherrill added test case for pthread_mutexattr_init being passed a null pointer. 4.104.114.84.95
(edit) @76117f2b   08/09/96 19:20:54 Joel Sherrill changed style of output to match other tests 4.104.114.84.95
(edit) @1406a4b   08/09/96 19:10:50 Mark.Johannes system.h: initial cvs 4.104.114.84.95
(edit) @c7dd091f   08/09/96 18:48:33 Joel Sherrill lowered maximum number of threads to 2 to make test case easier. … 4.104.114.84.95
(edit) @d0b5249   08/09/96 18:47:58 Joel Sherrill added test case for sched_yield. changed format of some output. 4.104.114.84.95
(edit) @f643e230   08/09/96 18:47:38 Joel Sherrill added test cases for errors in sched_get_priority_min and … 4.104.114.84.95
(edit) @8699a70   08/09/96 18:45:10 Joel Sherrill sched_yield: was not invoking the dispatcher. 4.104.114.84.95
(edit) @695dd0b   08/09/96 18:28:21 Mark.Johannes Init: added condattr - destroy, init, set and get cases 4.104.114.84.95
(edit) @66dfd0b   08/09/96 17:44:04 Joel Sherrill added test cases for invalid key ids 4.104.114.84.95
(edit) @d858fdb   08/09/96 17:30:13 Joel Sherrill merged remote object id and invalid id error cases. 4.104.114.84.95
(edit) @760ee96d   08/09/96 16:02:06 Joel Sherrill reduced maximum keys to 2 to more easily generate error 4.104.114.84.95
(edit) @5b08e20   08/09/96 16:01:50 Joel Sherrill changed printf's which could be puts's to puts 4.104.114.84.95
(edit) @54e34e7   08/08/96 23:02:13 Joel Sherrill new test to test scheduling policy and paremeter paths in pthread_create. 4.104.114.84.95
(edit) @13642cbc   08/08/96 22:26:55 Mark.Johannes Init: Original file - tests for condition variables. 4.104.114.84.95
(edit) @79f189e   08/08/96 21:58:26 Joel Sherrill split test into multiple tasks. 4.104.114.84.95
(edit) @76de65b3   08/08/96 21:46:40 Joel Sherrill added cases to increase coverage of pthread_create. cases added … 4.104.114.84.95
(edit) @2b613588   08/08/96 20:47:49 Joel Sherrill added test to complete coverage of pthread_setschedparam and increase … 4.104.114.84.95
(edit) @8ca831af   08/08/96 19:21:47 Mark.Johannes Init: spacing 4.104.114.84.95
(edit) @e3515731   08/08/96 19:20:13 Mark.Johannes Task_1: changed comment and task name to task1. 4.104.114.84.95
(edit) @9f1a034e   08/08/96 19:19:09 Mark.Johannes Init.c: added priority ceiling task cases. 4.104.114.84.95
(edit) @77597dd   08/08/96 18:50:39 Mark.Johannes Added task2 and task3 prototypes and ids 4.104.114.84.95
(edit) @481d8f8   08/08/96 18:44:09 Mark.Johannes Signal_info_handler: added multiple signal cases to finish out the test 4.104.114.84.95
(edit) @4357da1   08/08/96 18:27:44 Joel Sherrill changed phrase "RTEMS is support" to "RTEMS is supposed" 4.104.114.84.95
(edit) @2a9a479   08/08/96 18:27:11 Mark.Johannes CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum 4.104.114.84.95
(edit) @567ac45   08/08/96 18:24:29 Mark.Johannes _POSIX_signals_Clear_signals: added this routine … 4.104.114.84.95
(edit) @8b1c1ae   08/08/96 16:53:32 Joel Sherrill print_current_time: added leading underscore to variables allocated … 4.104.114.84.95
(edit) @66e519c1   08/08/96 16:52:24 Joel Sherrill ERC32_Force_interrupt implementation replaced per Jiri Gaisler's … 4.104.114.84.95
(edit) @f55d898   08/08/96 16:51:14 Joel Sherrill added ss_high_priority field to support sporadic server. 4.104.114.84.95
(edit) @644c0fa6   08/08/96 16:28:24 Joel Sherrill added complete test cases for pthread_once. 4.104.114.84.95
(edit) @b67f5bfb   08/08/96 12:35:20 Mark.Johannes _MPCI_Register_packet_processor: changed protoype first parameter type … 4.104.114.84.95
(edit) @6b722e2   08/08/96 12:32:50 Mark.Johannes _MPCI_Register_packet_processor: Changed prototype of fist parameter … 4.104.114.84.95
(edit) @3fd3da4   08/08/96 12:31:01 Mark.Johannes _MPCI_Register_packet_processor: changes first parameter type to … 4.104.114.84.95
(edit) @2014063   08/07/96 22:06:08 Joel Sherrill sporadic server debugged and working. This required minor changes in … 4.104.114.84.95
(edit) @ecc912f4   08/07/96 22:05:15 Joel Sherrill added more error cases to complete testing of pthread_equal when … 4.104.114.84.95
(edit) @42418a9   08/07/96 22:00:57 Joel Sherrill added test cases for ESRCH from pthread_join and pthread_detach 4.104.114.84.95
(edit) @84b03316   08/07/96 21:38:18 Joel Sherrill removed if 0 for basic sporadic server case accidentally left in. 4.104.114.84.95
(edit) @7e811af1   08/07/96 21:27:25 Joel Sherrill basic sporadic server test. sporadic server with priority ceiling … 4.104.114.84.95
(edit) @a14684c3   08/07/96 20:58:59 Mark.Johannes _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation case 4.104.114.84.95
(edit) @cc757fe   08/07/96 20:57:28 Mark.Johannes _CORE_Mutex_seize: added checks for priority ceiling violation, also … 4.104.114.84.95
(edit) @c123a084   08/07/96 15:52:30 Joel Sherrill added complete test cases for pthread_attr_getschedparam, … 4.104.114.84.95
(edit) @4bab8e2d   08/06/96 17:45:12 Joel Sherrill get_errno: no longer needed by gnat runtime 4.104.114.84.95
(edit) @0f99198   08/06/96 16:26:11 Mark.Johannes _CORE_mutex_Seize: added change priority case if the mutex was obtained. 4.104.114.84.95
(edit) @a61f1a46   08/06/96 16:24:41 Joel Sherrill _POSIX_Threads_Delete_extension: reorder to eliminate use of local … 4.104.114.84.95
(edit) @06883e13   08/06/96 16:24:06 Mark.Johannes POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priority 4.104.114.84.95
(edit) @b521ae2   08/06/96 16:23:09 Joel Sherrill pthread_getspecific: use local variable so references to tcb are … 4.104.114.84.95
(edit) @20de272   08/02/96 18:25:16 Joel Sherrill join/detach basic tests pass 4.104.114.84.95
(edit) @375f37d   08/02/96 16:46:56 Joel Sherrill removed unused prototypes 4.104.114.84.95
(edit) @870f2976   08/01/96 21:02:54 Joel Sherrill test successfully exercises all of pthread_attr_* set and get routines 4.104.114.84.95
(edit) @22b4b2e   08/01/96 19:24:57 Joel Sherrill added page delimiters for comment blocks 4.104.114.84.95
(edit) @16bae52   08/01/96 15:06:00 Joel Sherrill added 3 nops following write to wim since a restore following it is … 4.104.114.84.95
(edit) @c65a0cee   07/31/96 17:17:48 Joel Sherrill added key test 4.104.114.84.95
(edit) @adae080a   07/15/96 14:02:14 Mark.Johannes Fixed default vectors initialization, sigaction which had a redundant … 4.104.114.84.95
(edit) @69c9543   07/04/96 18:09:23 Joel Sherrill basic test cases passed 4.104.114.84.95
(edit) @ce78b894   07/04/96 17:38:55 Joel Sherrill added test case for timeout using pthread_mutex_timedlock 4.104.114.84.95
(edit) @c6d15c2   07/04/96 17:01:48 Joel Sherrill first test cases for mutex manager pass 4.104.114.84.95
(edit) @e21cf313   07/03/96 14:24:07 Joel Sherrill another attempt at the rtems_posix_api ifdef 4.104.114.84.95
(edit) @503dc058   07/03/96 14:20:03 Joel Sherrill switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" 4.104.114.84.95
(edit) @5fc0dc1   07/03/96 14:19:09 Joel Sherrill changed version 4.104.114.84.95
(edit) @729c8f2e   07/02/96 18:14:52 Joel Sherrill updated for 3.5.17 4.104.114.84.95
(edit) @df8d1440   07/02/96 18:13:59 Joel Sherrill * empty log message * 4.104.114.84.95
(edit) @e399e182   07/02/96 17:47:51 Joel Sherrill updated to reflect latest gnu tools versions 4.104.114.84.95
(edit) @b7acc57f   07/02/96 17:46:34 Joel Sherrill updated to reflect 3.5.17 4.104.114.84.95
(edit) @8d7a1d76   06/18/96 19:06:58 Joel Sherrill minor changes to insure the few posix-ish routines needed in non-posix … 4.104.114.84.95
(edit) @c486e917   06/18/96 19:06:19 Joel Sherrill changed reboot to a macro to avoid the "noreturn returns" warning. 4.104.114.84.95
(edit) @7d74395f   06/18/96 16:43:12 Joel Sherrill corrected typo 4.104.114.84.95
(edit) @f88310da   06/15/96 19:56:19 Joel Sherrill initial modifications to test sigtimedwait. 4.104.114.84.95
(edit) @108ef35   06/15/96 19:55:39 Joel Sherrill initial modifications to support sigtimedwait. 4.104.114.84.95
(edit) @7f13a932   06/14/96 15:49:31 Joel Sherrill fields for init threads stuff said tasks. 4.104.114.84.95
(edit) @9e28da4   06/13/96 22:16:47 Mark.Johannes sigtimedwait passes initial test cases of timeout and simple satisfaction. 4.104.114.84.95
(edit) @36197e53   06/13/96 22:16:08 Mark.Johannes first successful run. Has test cases for a simple sigtimedwait() … 4.104.114.84.95
(edit) @4334949   06/13/96 21:01:21 Mark.Johannes added maximum_queued_signals to _POSIX_Default_configuration 4.104.114.84.95
(edit) @eb0551f   06/13/96 20:47:31 Joel Sherrill added posix configuration parameter maximum_queued_signals. 4.104.114.84.95
(edit) @3a075f5   06/13/96 20:46:43 Joel Sherrill now passing maximum_queued_signals to posix signals manager initialization 4.104.114.84.95
(edit) @c53cfd0f   06/13/96 20:46:15 Joel Sherrill added queued signals and cleaned up setting of process wide signals so … 4.104.114.84.95
(edit) @25a882a6   06/13/96 20:45:38 Joel Sherrill config.h: added maximum_queued_signals. psignal.h: fixed typo. 4.104.114.84.95
(edit) @022923e   06/13/96 16:45:51 Joel Sherrill Added _Thread_Do_post_task_switch_extension variable. 4.104.114.84.95
(edit) @728b5a7   06/13/96 16:45:11 Joel Sherrill Added a macro for "empty_line" which will go between test cases. 4.104.114.84.95
(edit) @ce0f7d95   06/13/96 16:44:46 Joel Sherrill Added more test cases for kill() and alarm(). kill() now can unblock … 4.104.114.84.95
(edit) @1b17790c   06/13/96 16:43:39 Joel Sherrill Added code so post context switch extensions can be run on every … 4.104.114.84.95
(edit) @e89f8cac   06/13/96 16:42:51 Joel Sherrill Added include so _POSIX_signals_Manager_initialization is prototyped. 4.104.114.84.95
(edit) @b85649c4   06/13/96 16:42:21 Joel Sherrill basic test cases for kill() and alarm(). kill() in particular needs … 4.104.114.84.95
(edit) @7fc3029   06/13/96 16:39:28 Joel Sherrill added prototype for manager initialization routine. 4.104.114.84.95
(edit) @1094754f   06/12/96 22:52:13 Joel Sherrill new files 4.104.114.84.95
(edit) @da4b6e8   06/12/96 22:50:03 Joel Sherrill use exit() from newlib by default. 4.104.114.84.95
(edit) @2e0ebd11   06/12/96 22:49:33 Joel Sherrill added initialization of posix signal manager. 4.104.114.84.95
(edit) @281ad52   06/12/96 22:49:14 Joel Sherrill basic kill() which send a signal to pthread_self() appears to work. 4.104.114.84.95
(edit) @4a1bc34b   06/12/96 17:45:34 Joel Sherrill added waiting for signal state. 4.104.114.84.95
(edit) @2291b71   06/12/96 17:45:01 Joel Sherrill initial implementation of blocking signal routines -- sigwait, … 4.104.114.84.95
(edit) @937808f5   06/11/96 22:55:39 Joel Sherrill added comment to make sure we add unblock of thread 4.104.114.84.95
(edit) @ea1a5bef   06/11/96 22:52:42 Joel Sherrill first attempt at adding algorithm to select the thread which will … 4.104.114.84.95
(edit) @20d099e   06/11/96 22:51:59 Joel Sherrill deleted field for signals_global_pending. 4.104.114.84.95
(edit) @699fe08a   06/11/96 20:46:13 Joel Sherrill Added test case which blocks a signal, sees what signals are pending, … 4.104.114.84.95
(edit) @c8f5ab5   06/11/96 20:43:55 Joel Sherrill tested blocking a signal, sending it to self, then unblocking it. … 4.104.114.84.95
(edit) @fb39f19   06/11/96 16:04:25 Joel Sherrill modified to test pthread_kill() to self and pthread_kill() to a … 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.