# # ChangeLog for c in rtems # # Generated by Trac 1.2.1.dev0 # 05/04/24 06:50:48 Mon, 19 Aug 1996 15:27:37 GMT Mark Johannes [02f041e] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_init: added error messages for NULL mutex and EBUSY Thu, 15 Aug 1996 21:09:02 GMT Joel Sherrill [cd3868cd] * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) updates from Tony Bennett (tbennett@divnc.com) Thu, 15 Aug 1996 21:05:21 GMT Joel Sherrill [0600e86f] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) _Thread_Start_multitasking: added code to initialize the floating ... Thu, 15 Aug 1996 19:38:46 GMT Mark Johannes [9ac3e76] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) changed ENOMEM error message Thu, 15 Aug 1996 19:27:08 GMT Mark Johannes [7fb19bb] * c/src/tests/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/init.c (modified) init: added tests for pthread_kill and kill errors. Thu, 15 Aug 1996 18:59:34 GMT Joel Sherrill [851b18d] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) changed error code Thu, 15 Aug 1996 18:59:00 GMT Joel Sherrill [fdf6917] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) changed error for too many threads to EAGAIN Thu, 15 Aug 1996 18:58:09 GMT Joel Sherrill [f3e19146] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) clock_gettime: changed assert condition to a standard error code ... Thu, 15 Aug 1996 18:57:07 GMT Joel Sherrill [b03ab630] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) sched_rr_get_interval: converted assert condition into a standard ... Thu, 15 Aug 1996 18:56:09 GMT Joel Sherrill [57dae56] * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) added constant to indicate there is no mutex associated with this ... Thu, 15 Aug 1996 16:29:00 GMT Mark Johannes [de45ddc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO Thu, 15 Aug 1996 16:24:44 GMT Mark Johannes [948721c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: moved check for SA_SIGINFO to allow for validation of ... Thu, 15 Aug 1996 16:22:59 GMT Mark Johannes [48e685c] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) fixed typo for NOTSUP -> ENOTSUP Wed, 14 Aug 1996 20:25:57 GMT Joel Sherrill [fb7d080] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) pthread_mutex_init returns EAGAIN not ENOMEM when there are too many ... Wed, 14 Aug 1996 19:41:47 GMT Joel Sherrill [ac81b6ca] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) added test cases for NULL being passed to pthread attribute get routines Wed, 14 Aug 1996 19:30:49 GMT Joel Sherrill [ff53a6d4] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) added test case for pthread_attr_getscope being passed a NULL ... Wed, 14 Aug 1996 17:20:45 GMT Mark Johannes [4e63ae5] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) commented of ENOTSUP until fixed in newlib Wed, 14 Aug 1996 17:20:03 GMT Mark Johannes [aae1c932] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_timedwait: added error cases for abstime Wed, 14 Aug 1996 17:19:03 GMT Mark Johannes [87c8fd09] * c/src/tests/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) system.h: added task3 and changed condition variable config to 1 Wed, 14 Aug 1996 17:18:02 GMT Mark Johannes [b0c483ed] * c/src/tests/psxtests/psx10/task3.c (added) * testsuites/psxtests/psx10/task3.c (added) task3: added to test error case in Wait_support for lock on mutex Wed, 14 Aug 1996 17:16:14 GMT Mark Johannes [520949bf] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) init: added error case for wait timedwait, and wait support Wed, 14 Aug 1996 15:27:14 GMT Joel Sherrill [645fc954] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scope Tue, 13 Aug 1996 21:32:49 GMT Mark Johannes [dce801d] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_destroy: added enable dispatch to EBUSY case Tue, 13 Aug 1996 21:10:06 GMT Mark Johannes [95b76bc] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First Tue, 13 Aug 1996 20:50:54 GMT Mark Johannes [456b3769] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) pthread_cond_destroy: EBUSY case now uses Thread_queue_First Tue, 13 Aug 1996 20:46:10 GMT Mark Johannes [c53eb2c3] * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) removed count from Thread_queue_Control Tue, 13 Aug 1996 20:43:51 GMT Mark Johannes [a66fcc5] * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) removed Thread_queue_Get_number_waiting Tue, 13 Aug 1996 20:38:30 GMT Joel Sherrill [392b35e] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) deleted a line for spacing correction Tue, 13 Aug 1996 19:53:51 GMT Mark Johannes [48b40d8] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: changed status of lock and ... Tue, 13 Aug 1996 19:06:45 GMT Mark Johannes [c8a4ed6] * c/src/tests/psxtests/psx10/task2.c (modified) * testsuites/psxtests/psx10/task2.c (modified) task_2: added comments and print statement for task exit Tue, 13 Aug 1996 19:06:12 GMT Mark Johannes [1d428a3c] * c/src/tests/psxtests/psx10/task.c (modified) * testsuites/psxtests/psx10/task.c (modified) task_1: added comments and print statement for task exit Tue, 13 Aug 1996 19:05:27 GMT Mark Johannes [c9c94387] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) Init.c: added timewait case, added broadcast case Tue, 13 Aug 1996 19:03:29 GMT Mark Johannes [76f03c6] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: fixed the timeout sequence. Tue, 13 Aug 1996 15:43:12 GMT Joel Sherrill [b2e8026] * c/src/exec/score/src/coremutex.c (modified) * cpukit/score/src/coremutex.c (modified) fixed spacing Tue, 13 Aug 1996 15:36:28 GMT Joel Sherrill [9b67f170] * c/src/tests/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx03/init.c (modified) corrected problem in which sigtimedwait() was being invoked with the ... Tue, 13 Aug 1996 15:35:36 GMT Joel Sherrill [fc960ab] * c/src/tests/psxtests/psx03/task.c (modified) * testsuites/psxtests/psx03/task.c (modified) chenaged format of output Tue, 13 Aug 1996 14:47:52 GMT Joel Sherrill [0d59c7a] * c/src/tests/psxtests/psx02/system.h (modified) * testsuites/psxtests/psx02/system.h (modified) added include of errno.h so the test can check for EINTR. Tue, 13 Aug 1996 14:47:31 GMT Joel Sherrill [85f5b4ab] * c/src/tests/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/init.c (modified) nanosleep now returns -1 and EINTR when a signal interrupts EINTR. Tue, 13 Aug 1996 14:24:00 GMT Joel Sherrill [f48c9068] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) removed errors for TOD not set yet. made nanosleep return -1/EINTR ... Tue, 13 Aug 1996 14:23:16 GMT Joel Sherrill [aac34f7b] * c/src/exec/posix/src/unistd.c (modified) added page break before sysconf() Mon, 12 Aug 1996 21:52:37 GMT Mark Johannes [e9624663] * c/src/tests/psxtests/psx10/task.c (added) * testsuites/psxtests/psx10/task.c (added) task_1: added to handle cases of waiting tasks on condition variables Mon, 12 Aug 1996 21:51:44 GMT Mark Johannes [a7f4c5a] * c/src/tests/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) system.h: added protoypes for task and task2, added mutex id, and ... Mon, 12 Aug 1996 21:49:54 GMT Mark Johannes [aad3fe6] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) Init.c: added cases for signal, wait and broadcast Mon, 12 Aug 1996 21:49:14 GMT Mark Johannes [08515de] * c/src/tests/psxtests/psx10/task2.c (added) * testsuites/psxtests/psx10/task2.c (added) Task2: new task for broadcast case Mon, 12 Aug 1996 21:15:15 GMT Joel Sherrill [5da2ae8] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test cases for clock_getres Mon, 12 Aug 1996 20:59:41 GMT Joel Sherrill [1087564] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) clock_getres: added error check for NULL pointer being passed in. Mon, 12 Aug 1996 20:48:13 GMT Joel Sherrill [3fbfbcd] * c/src/exec/posix/src/unistd.c (modified) sleep: wrong page number Mon, 12 Aug 1996 20:08:36 GMT Joel Sherrill [702a31c] * c/src/exec/score/cpu/m68k/cpu.h (modified) removed comment about NO_UNINITIALIZED_WARNINGS since that macro no ... Mon, 12 Aug 1996 20:00:02 GMT Joel Sherrill [221bd65] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) added test case for stack too large Mon, 12 Aug 1996 19:55:09 GMT Joel Sherrill [5f08fd6] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) nanosleep: verify rqtp parameter is non-NULL. nanosleep: return 0 ... Mon, 12 Aug 1996 19:54:12 GMT Joel Sherrill [c4f5e752] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test cases for clock_gettime (invalid id), clock_settime ... Mon, 12 Aug 1996 19:20:18 GMT Joel Sherrill [d60d9505] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test case for non-NULL parameter to time() Mon, 12 Aug 1996 19:19:03 GMT Joel Sherrill [40cfab47] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) time: It is not an error if the TOD is not set. Mon, 12 Aug 1996 19:00:12 GMT Mark Johannes [9b77fee] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) Wait_support: removed the calls to mutex core to posix status codes Mon, 12 Aug 1996 18:58:12 GMT Mark Johannes [3b97b7a0] * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) mutex.h: removes the promotion of core status code to POSXI status codes Mon, 12 Aug 1996 18:56:04 GMT Joel Sherrill [1402ee25] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) fixed spacing ; moved a dummy MP support routine to clean up printout. Mon, 12 Aug 1996 18:06:27 GMT Joel Sherrill [c7a9c66] * c/src/exec/posix/inline/mutex.inl (modified) * c/src/exec/posix/inline/rtems/posix/mutex.inl (modified) * cpukit/posix/inline/rtems/posix/mutex.inl (modified) _POSIX_Mutex_Get: made null id an error Mon, 12 Aug 1996 18:05:47 GMT Joel Sherrill [ccdf4c57] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutex_getprioceiling: added error check for null old_ceiling ... Mon, 12 Aug 1996 18:04:38 GMT Joel Sherrill [d06e9ca] * c/src/tests/psxtests/psx05/init.c (modified) * c/src/tests/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/system.h (modified) added numerous error test cases. Mon, 12 Aug 1996 17:41:37 GMT Mark Johannes [b1af454] * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) mutex.h: promoted out _POSIX_Mutex_From_core_mutex_status Mon, 12 Aug 1996 17:40:56 GMT Mark Johannes [af04a791] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Wait_support: added ... Mon, 12 Aug 1996 17:21:04 GMT Mark Johannes [cdcea6ce] * c/src/exec/posix/src/cond.c (modified) * cpukit/posix/src/cond.c (modified) _POSIX_Condition_variables_Signal_support: added setting mutex back ... Mon, 12 Aug 1996 17:04:13 GMT Joel Sherrill [f126ae2] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_setprioceiling: fixed typo Mon, 12 Aug 1996 17:02:39 GMT Joel Sherrill [db8e9011] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_setprioceiling: valid priority ceiling check looked ... Mon, 12 Aug 1996 16:29:14 GMT Joel Sherrill [684c3c4] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) pthread_mutexattr_getprotocol: added check for attribute structure ... Mon, 12 Aug 1996 15:15:51 GMT Mark Johannes [0cd15947] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) Init: added pthread_cond_init with an attr non-NULL, initialized the ... Mon, 12 Aug 1996 14:49:02 GMT Mark Johannes [5263668] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) Init: added prliminary phtread_cond_init and destroy cases. Mon, 12 Aug 1996 14:48:13 GMT Mark Johannes [da4e38d] * c/src/tests/psxtests/psx10/system.h (modified) * testsuites/psxtests/psx10/system.h (modified) system.h: added condition variable #define for 10 condition variables Fri, 09 Aug 1996 21:16:01 GMT Joel Sherrill [da2e539] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) added test cases for errors in pthread_mutexattr_getpshared Fri, 09 Aug 1996 19:58:58 GMT Joel Sherrill [b9444fb9] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) added code to catch NULL pointers for return values passed to get ... Fri, 09 Aug 1996 19:55:04 GMT Joel Sherrill [13adea0] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) added test cases for EINVAL cases in pthread_mutexattr_destroy Fri, 09 Aug 1996 19:50:26 GMT Joel Sherrill [c03aeaf] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) added test case for pthread_mutexattr_init being passed a null pointer. Fri, 09 Aug 1996 19:20:54 GMT Joel Sherrill [76117f2b] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) changed style of output to match other tests Fri, 09 Aug 1996 19:10:50 GMT Mark Johannes [1406a4b] * c/src/tests/psxtests/psx10/system.h (added) * testsuites/psxtests/psx10/system.h (added) system.h: initial cvs Fri, 09 Aug 1996 18:48:33 GMT Joel Sherrill [c7dd091f] * c/src/tests/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/system.h (modified) lowered maximum number of threads to 2 to make test case easier. ... Fri, 09 Aug 1996 18:47:58 GMT Joel Sherrill [d0b5249] * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/task.c (modified) added test case for sched_yield. changed format of some output. Fri, 09 Aug 1996 18:47:38 GMT Joel Sherrill [f643e230] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test cases for errors in sched_get_priority_min and ... Fri, 09 Aug 1996 18:45:10 GMT Joel Sherrill [8699a70] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) sched_yield: was not invoking the dispatcher. Fri, 09 Aug 1996 18:28:21 GMT Mark Johannes [695dd0b] * c/src/tests/psxtests/psx10/init.c (modified) * testsuites/psxtests/psx10/init.c (modified) Init: added condattr - destroy, init, set and get cases Fri, 09 Aug 1996 17:44:04 GMT Joel Sherrill [66dfd0b] * c/src/tests/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx06/init.c (modified) added test cases for invalid key ids Fri, 09 Aug 1996 17:30:13 GMT Joel Sherrill [d858fdb] * c/src/exec/posix/src/key.c (modified) * cpukit/posix/src/key.c (modified) merged remote object id and invalid id error cases. Fri, 09 Aug 1996 16:02:06 GMT Joel Sherrill [760ee96d] * c/src/tests/psxtests/psx06/system.h (modified) * testsuites/psxtests/psx06/system.h (modified) reduced maximum keys to 2 to more easily generate error Fri, 09 Aug 1996 16:01:50 GMT Joel Sherrill [5b08e20] * c/src/tests/psxtests/psx06/init.c (modified) * c/src/tests/psxtests/psx06/task.c (modified) * c/src/tests/psxtests/psx06/task2.c (modified) * testsuites/psxtests/psx06/init.c (modified) * testsuites/psxtests/psx06/task.c (modified) * testsuites/psxtests/psx06/task2.c (modified) changed printf's which could be puts's to puts Thu, 08 Aug 1996 23:02:13 GMT Joel Sherrill [54e34e7] * c/src/tests/psxtests/psx12/init.c (added) * c/src/tests/psxtests/psx12/psx12.scn (added) * c/src/tests/psxtests/psx12/system.h (added) * c/src/tests/psxtests/psx12/task.c (added) * testsuites/psxtests/psx12/init.c (added) * testsuites/psxtests/psx12/psx12.scn (added) * testsuites/psxtests/psx12/system.h (added) * testsuites/psxtests/psx12/task.c (added) new test to test scheduling policy and paremeter paths in pthread_create. Thu, 08 Aug 1996 22:26:55 GMT Mark Johannes [13642cbc] * c/src/tests/psxtests/psx10/init.c (added) * testsuites/psxtests/psx10/init.c (added) Init: Original file - tests for condition variables. Thu, 08 Aug 1996 21:58:26 GMT Joel Sherrill [79f189e] * c/src/tests/psxtests/psx05/system.h (modified) * c/src/tests/psxtests/psx05/task2.c (added) * c/src/tests/psxtests/psx05/task3.c (added) * testsuites/psxtests/psx05/system.h (modified) * testsuites/psxtests/psx05/task2.c (added) * testsuites/psxtests/psx05/task3.c (added) split test into multiple tasks. Thu, 08 Aug 1996 21:46:40 GMT Joel Sherrill [76de65b3] * c/src/tests/psxtests/psx07/init.c (modified) * c/src/tests/psxtests/psx07/system.h (modified) * c/src/tests/psxtests/psx07/task.c (added) * testsuites/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx07/task.c (added) added cases to increase coverage of pthread_create. cases added ... Thu, 08 Aug 1996 20:47:49 GMT Joel Sherrill [2b613588] * c/src/tests/psxtests/psx11/init.c (added) * c/src/tests/psxtests/psx11/psx11.scn (added) * c/src/tests/psxtests/psx11/system.h (added) * c/src/tests/psxtests/psx11/task.c (added) * testsuites/psxtests/psx11/init.c (added) * testsuites/psxtests/psx11/psx11.scn (added) * testsuites/psxtests/psx11/system.h (added) * testsuites/psxtests/psx11/task.c (added) added test to complete coverage of pthread_setschedparam and increase ... Thu, 08 Aug 1996 19:21:47 GMT Mark Johannes [8ca831af] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) Init: spacing Thu, 08 Aug 1996 19:20:13 GMT Mark Johannes [e3515731] * c/src/tests/psxtests/psx05/task.c (modified) * testsuites/psxtests/psx05/task.c (modified) Task_1: changed comment and task name to task1. Thu, 08 Aug 1996 19:19:09 GMT Mark Johannes [9f1a034e] * c/src/tests/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/init.c (modified) Init.c: added priority ceiling task cases. Thu, 08 Aug 1996 18:50:39 GMT Mark Johannes [77597dd] * c/src/tests/psxtests/psx04/system.h (modified) * testsuites/psxtests/psx04/system.h (modified) Added task2 and task3 prototypes and ids Thu, 08 Aug 1996 18:44:09 GMT Mark Johannes [481d8f8] * c/src/tests/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/init.c (modified) Signal_info_handler: added multiple signal cases to finish out the test Thu, 08 Aug 1996 18:27:44 GMT Joel Sherrill [4357da1] * c/src/tests/psxtests/psxhdrs/pthread11.c (modified) * c/src/tests/psxtests/psxhdrs/pthread12.c (modified) * c/src/tests/psxtests/psxhdrs/pthread13.c (modified) * c/src/tests/psxtests/psxhdrs/pthread14.c (modified) * c/src/tests/psxtests/psxhdrs/pthread15.c (modified) * c/src/tests/psxtests/psxhdrs/pthread16.c (modified) * c/src/tests/psxtests/psxhdrs/pthread17.c (modified) * c/src/tests/psxtests/psxhdrs/pthread18.c (modified) * c/src/tests/psxtests/psxhdrs/pthread19.c (modified) * c/src/tests/psxtests/psxhdrs/pthread20.c (modified) * c/src/tests/psxtests/psxhdrs/pthread22.c (modified) * c/src/tests/psxtests/psxhdrs/pthread23.c (modified) * testsuites/psxtests/psxhdrs/pthread11.c (modified) * testsuites/psxtests/psxhdrs/pthread12.c (modified) * testsuites/psxtests/psxhdrs/pthread13.c (modified) * testsuites/psxtests/psxhdrs/pthread14.c (modified) * testsuites/psxtests/psxhdrs/pthread15.c (modified) * testsuites/psxtests/psxhdrs/pthread16.c (modified) * testsuites/psxtests/psxhdrs/pthread17.c (modified) * testsuites/psxtests/psxhdrs/pthread18.c (modified) * testsuites/psxtests/psxhdrs/pthread19.c (modified) * testsuites/psxtests/psxhdrs/pthread20.c (modified) * testsuites/psxtests/psxhdrs/pthread22.c (modified) * testsuites/psxtests/psxhdrs/pthread23.c (modified) changed phrase "RTEMS is support" to "RTEMS is supposed" Thu, 08 Aug 1996 18:27:11 GMT Mark Johannes [2a9a479] * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum Thu, 08 Aug 1996 18:24:29 GMT Mark Johannes [567ac45] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) _POSIX_signals_Clear_signals: added this routine ... Thu, 08 Aug 1996 16:53:32 GMT Joel Sherrill [8b1c1ae] * c/src/tests/psxtests/include/pmacros.h (modified) * c/src/tests/psxtests/support/include/pmacros.h (modified) * testsuites/psxtests/include/pmacros.h (modified) print_current_time: added leading underscore to variables allocated ... Thu, 08 Aug 1996 16:52:24 GMT Joel Sherrill [66e519c1] * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) ERC32_Force_interrupt implementation replaced per Jiri Gaisler's ... Thu, 08 Aug 1996 16:51:14 GMT Joel Sherrill [f55d898] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) added ss_high_priority field to support sporadic server. Thu, 08 Aug 1996 16:28:24 GMT Joel Sherrill [644c0fa6] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) added complete test cases for pthread_once.