source: rtems/c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f198c63   09/06/96 18:11:41 Joel Sherrill new file for MIPS port by Craig Lebakken (lebakken@…) and … 4.104.114.84.95
(edit) @f29032c   09/06/96 18:09:25 Joel Sherrill added MIPS port by Craig Lebakken (lebakken@…) and Derrick … 4.104.114.84.95
(edit) @2ffcc2ed   09/06/96 15:17:39 Joel Sherrill modified test to take into account change in default value of … 4.104.114.84.95
(edit) @7fea679b   09/06/96 15:16:19 Joel Sherrill changed _TOD_Is_set from a function to a boolean variable 4.104.114.84.95
(edit) @65c421f   09/05/96 20:45:05 Joel Sherrill default thread attributes: default value for inheritsched changed from … 4.104.114.84.95
(edit) @297be5c   09/05/96 20:41:10 Joel Sherrill pthread_mutex_setprioceiling: fixed bug where returned priority was … 4.104.114.84.95
(edit) @7e230f10   09/05/96 20:31:32 Joel Sherrill added printf of status when not successful 4.104.114.84.95
(edit) @9a5cbef0   09/05/96 20:29:07 Joel Sherrill nanosleep: negative value for tv_sec is no longer an error. It now is … 4.104.114.84.95
(edit) @f254b93f   09/05/96 20:03:19 Joel Sherrill nanosleep no longer consider a negative value of tv_sec to be an … 4.104.114.84.95
(edit) @62bf651f   08/29/96 16:39:01 Joel Sherrill new file to support GNU Ada. currently the only routine in this file … 4.104.114.84.95
(edit) @b5c04b6   08/27/96 15:19:51 Joel Sherrill fixed typo .. changed == to != 4.104.114.84.95
(edit) @5a234809   08/27/96 15:19:33 Joel Sherrill check that we were passed a valid mutex and ignore errors from the … 4.104.114.84.95
(edit) @e4cc4176   08/23/96 15:58:24 Mark.Johannes Changed all EFAULTS to EINVALs 4.104.114.84.95
(edit) @3adf786   08/23/96 15:56:50 Mark.Johannes filled in screen 4.104.114.84.95
(edit) @237088c   08/23/96 15:56:22 Mark.Johannes Filled in screen 4.104.114.84.95
(edit) @78f5dae   08/23/96 15:55:02 Mark.Johannes Filled in the screen 4.104.114.84.95
(edit) @e2ceeca7   08/23/96 15:50:53 Mark.Johannes Added build_time statement to provide a tm for the test 4.104.114.84.95
(edit) @257adba   08/23/96 15:17:16 Mark.Johannes Changed test 5 to test 10 at bottom 4.104.114.84.95
(edit) @0b710dbb   08/23/96 14:47:58 Mark.Johannes pthread_create: changed EINVAL for no more threads back to EAGAIN 4.104.114.84.95
(edit) @df70c6b   08/22/96 20:18:44 Mark.Johannes Commented out the EINVAL for mutex not acquired befor cond_wait call 4.104.114.84.95
(edit) @6702bffc   08/21/96 15:49:21 Mark.Johannes updated to support ENOTSUP 4.104.114.84.95
(edit) @256a462   08/20/96 21:41:08 Mark.Johannes Added Einval case for mutex not initialized 4.104.114.84.95
(edit) @c5c5f8c   08/19/96 15:30:25 Mark.Johannes Changed all EFAULTs to EINVALs 4.104.114.84.95
(edit) @02f041e   08/19/96 15:27:37 Mark.Johannes pthread_mutex_init: added error messages for NULL mutex and EBUSY 4.104.114.84.95
(edit) @cd3868cd   08/15/96 21:09:02 Joel Sherrill updates from Tony Bennett (tbennett@…) 4.104.114.84.95
(edit) @0600e86f   08/15/96 21:05:21 Joel Sherrill _Thread_Start_multitasking: added code to initialize the floating … 4.104.114.84.95
(edit) @9ac3e76   08/15/96 19:38:46 Mark.Johannes changed ENOMEM error message 4.104.114.84.95
(edit) @7fb19bb   08/15/96 19:27:08 Mark.Johannes init: added tests for pthread_kill and kill errors. 4.104.114.84.95
(edit) @851b18d   08/15/96 18:59:34 Joel Sherrill changed error code 4.104.114.84.95
(edit) @fdf6917   08/15/96 18:59:00 Joel Sherrill changed error for too many threads to EAGAIN 4.104.114.84.95
(edit) @f3e19146   08/15/96 18:58:09 Joel Sherrill clock_gettime: changed assert condition to a standard error code … 4.104.114.84.95
(edit) @b03ab630   08/15/96 18:57:07 Joel Sherrill sched_rr_get_interval: converted assert condition into a standard … 4.104.114.84.95
(edit) @57dae56   08/15/96 18:56:09 Joel Sherrill added constant to indicate there is no mutex associated with this … 4.104.114.84.95
(edit) @de45ddc   08/15/96 16:29:00 Mark.Johannes pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO 4.104.114.84.95
(edit) @948721c   08/15/96 16:24:44 Mark.Johannes pthread_kill: moved check for SA_SIGINFO to allow for validation of … 4.104.114.84.95
(edit) @48e685c   08/15/96 16:22:59 Mark.Johannes fixed typo for NOTSUP -> ENOTSUP 4.104.114.84.95
(edit) @fb7d080   08/14/96 20:25:57 Joel Sherrill pthread_mutex_init returns EAGAIN not ENOMEM when there are too many … 4.104.114.84.95
(edit) @ac81b6ca   08/14/96 19:41:47 Joel Sherrill added test cases for NULL being passed to pthread attribute get routines 4.104.114.84.95
(edit) @ff53a6d4   08/14/96 19:30:49 Joel Sherrill added test case for pthread_attr_getscope being passed a NULL … 4.104.114.84.95
(edit) @4e63ae5   08/14/96 17:20:45 Mark.Johannes commented of ENOTSUP until fixed in newlib 4.104.114.84.95
(edit) @aae1c932   08/14/96 17:20:03 Mark.Johannes pthread_cond_timedwait: added error cases for abstime 4.104.114.84.95
(edit) @87c8fd09   08/14/96 17:19:03 Mark.Johannes system.h: added task3 and changed condition variable config to 1 4.104.114.84.95
(edit) @b0c483ed   08/14/96 17:18:02 Mark.Johannes task3: added to test error case in Wait_support for lock on mutex 4.104.114.84.95
(edit) @520949bf   08/14/96 17:16:14 Mark.Johannes init: added error case for wait timedwait, and wait support 4.104.114.84.95
(edit) @645fc954   08/14/96 15:27:14 Joel Sherrill pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scope 4.104.114.84.95
(edit) @dce801d   08/13/96 21:32:49 Mark.Johannes pthread_cond_destroy: added enable dispatch to EBUSY case 4.104.114.84.95
(edit) @95b76bc   08/13/96 21:10:06 Mark.Johannes pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First 4.104.114.84.95
(edit) @456b3769   08/13/96 20:50:54 Mark.Johannes pthread_cond_destroy: EBUSY case now uses Thread_queue_First 4.104.114.84.95
(edit) @c53eb2c3   08/13/96 20:46:10 Mark.Johannes removed count from Thread_queue_Control 4.104.114.84.95
(edit) @a66fcc5   08/13/96 20:43:51 Mark.Johannes removed Thread_queue_Get_number_waiting 4.104.114.84.95
(edit) @392b35e   08/13/96 20:38:30 Joel Sherrill deleted a line for spacing correction 4.104.114.84.95
(edit) @48b40d8   08/13/96 19:53:51 Mark.Johannes _POSIX_Condition_variables_Wait_support: changed status of lock and … 4.104.114.84.95
(edit) @c8a4ed6   08/13/96 19:06:45 Mark.Johannes task_2: added comments and print statement for task exit 4.104.114.84.95
(edit) @1d428a3c   08/13/96 19:06:12 Mark.Johannes task_1: added comments and print statement for task exit 4.104.114.84.95
(edit) @c9c94387   08/13/96 19:05:27 Mark.Johannes Init.c: added timewait case, added broadcast case 4.104.114.84.95
(edit) @76f03c6   08/13/96 19:03:29 Mark.Johannes _POSIX_Condition_variables_Wait_support: fixed the timeout sequence. 4.104.114.84.95
(edit) @b2e8026   08/13/96 15:43:12 Joel Sherrill fixed spacing 4.104.114.84.95
(edit) @9b67f170   08/13/96 15:36:28 Joel Sherrill corrected problem in which sigtimedwait() was being invoked with the … 4.104.114.84.95
(edit) @fc960ab   08/13/96 15:35:36 Joel Sherrill chenaged format of output 4.104.114.84.95
(edit) @0d59c7a   08/13/96 14:47:52 Joel Sherrill added include of errno.h so the test can check for EINTR. 4.104.114.84.95
(edit) @85f5b4ab   08/13/96 14:47:31 Joel Sherrill nanosleep now returns -1 and EINTR when a signal interrupts EINTR. 4.104.114.84.95
(edit) @f48c9068   08/13/96 14:24:00 Joel Sherrill removed errors for TOD not set yet. made nanosleep return -1/EINTR … 4.104.114.84.95
(edit) @aac34f7b   08/13/96 14:23:16 Joel Sherrill added page break before sysconf() 4.104.114.84.95
(edit) @e9624663   08/12/96 21:52:37 Mark.Johannes task_1: added to handle cases of waiting tasks on condition variables 4.104.114.84.95
(edit) @a7f4c5a   08/12/96 21:51:44 Mark.Johannes system.h: added protoypes for task and task2, added mutex id, and task ids 4.104.114.84.95
(edit) @aad3fe6   08/12/96 21:49:54 Mark.Johannes Init.c: added cases for signal, wait and broadcast 4.104.114.84.95
(edit) @08515de   08/12/96 21:49:14 Mark.Johannes Task2: new task for broadcast case 4.104.114.84.95
(edit) @5da2ae8   08/12/96 21:15:15 Joel Sherrill added test cases for clock_getres 4.104.114.84.95
(edit) @1087564   08/12/96 20:59:41 Joel Sherrill clock_getres: added error check for NULL pointer being passed in. 4.104.114.84.95
(edit) @3fbfbcd   08/12/96 20:48:13 Joel Sherrill sleep: wrong page number 4.104.114.84.95
(edit) @702a31c   08/12/96 20:08:36 Joel Sherrill removed comment about NO_UNINITIALIZED_WARNINGS since that macro no … 4.104.114.84.95
(edit) @221bd65   08/12/96 20:00:02 Joel Sherrill added test case for stack too large 4.104.114.84.95
(edit) @5f08fd6   08/12/96 19:55:09 Joel Sherrill nanosleep: verify rqtp parameter is non-NULL. nanosleep: return 0 … 4.104.114.84.95
(edit) @c4f5e752   08/12/96 19:54:12 Joel Sherrill added test cases for clock_gettime (invalid id), clock_settime … 4.104.114.84.95
(edit) @d60d9505   08/12/96 19:20:18 Joel Sherrill added test case for non-NULL parameter to time() 4.104.114.84.95
(edit) @40cfab47   08/12/96 19:19:03 Joel Sherrill time: It is not an error if the TOD is not set. 4.104.114.84.95
(edit) @9b77fee   08/12/96 19:00:12 Mark.Johannes Wait_support: removed the calls to mutex core to posix status codes 4.104.114.84.95
(edit) @3b97b7a0   08/12/96 18:58:12 Mark.Johannes mutex.h: removes the promotion of core status code to POSXI status codes 4.104.114.84.95
(edit) @1402ee25   08/12/96 18:56:04 Joel Sherrill fixed spacing ; moved a dummy MP support routine to clean up printout. 4.104.114.84.95
(edit) @c7a9c66   08/12/96 18:06:27 Joel Sherrill _POSIX_Mutex_Get: made null id an error 4.104.114.84.95
(edit) @ccdf4c57   08/12/96 18:05:47 Joel Sherrill pthread_mutex_getprioceiling: added error check for null old_ceiling … 4.104.114.84.95
(edit) @d06e9ca   08/12/96 18:04:38 Joel Sherrill added numerous error test cases. 4.104.114.84.95
(edit) @b1af454   08/12/96 17:41:37 Mark.Johannes mutex.h: promoted out _POSIX_Mutex_From_core_mutex_status 4.104.114.84.95
(edit) @af04a791   08/12/96 17:40:56 Mark.Johannes _POSIX_Condition_variables_Wait_support: added … 4.104.114.84.95
(edit) @cdcea6ce   08/12/96 17:21:04 Mark.Johannes _POSIX_Condition_variables_Signal_support: added setting mutex back to … 4.104.114.84.95
(edit) @f126ae2   08/12/96 17:04:13 Joel Sherrill pthread_mutexattr_setprioceiling: fixed typo 4.104.114.84.95
(edit) @db8e9011   08/12/96 17:02:39 Joel Sherrill pthread_mutexattr_setprioceiling: valid priority ceiling check looked … 4.104.114.84.95
(edit) @684c3c4   08/12/96 16:29:14 Joel Sherrill pthread_mutexattr_getprotocol: added check for attribute structure … 4.104.114.84.95
(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
Note: See TracRevisionLog for help on using the revision log.