Timeline
Aug 21, 1996:
- 3:49 PM Changeset in rtems [6702bffc]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- updated to support ENOTSUP
Aug 20, 1996:
- 9:41 PM Changeset in rtems [256a462]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Added Einval case for mutex not initialized
Aug 19, 1996:
- 3:30 PM Changeset in rtems [c5c5f8c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed all EFAULTs to EINVALs
- 3:27 PM Changeset in rtems [02f041e]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_mutex_init: added error messages for NULL mutex and EBUSY
Aug 15, 1996:
- 9:09 PM Changeset in rtems [cd3868cd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- updates from Tony Bennett (tbennett@…)
- 9:05 PM Changeset in rtems [0600e86f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- _Thread_Start_multitasking: added code to initialize the floating point context of the first thread to execute.
- 7:38 PM Changeset in rtems [9ac3e76]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- changed ENOMEM error message
- 7:27 PM Changeset in rtems [7fb19bb]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- init: added tests for pthread_kill and kill errors.
- 6:59 PM Changeset in rtems [851b18d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed error code
- 6:59 PM Changeset in rtems [fdf6917]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed error for too many threads to EAGAIN
- 6:58 PM Changeset in rtems [f3e19146]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- clock_gettime: changed assert condition to a standard error code clock_getres: now checking for a null pointer being passed in
- 6:57 PM Changeset in rtems [b03ab630]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- sched_rr_get_interval: converted assert condition into a standard error code and added check for a NULL interval being passed in.
- 6:56 PM Changeset in rtems [57dae56]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added constant to indicate there is no mutex associated with this condition variable
- 4:29 PM Changeset in rtems [de45ddc]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO
- 4:24 PM Changeset in rtems [948721c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_kill: moved check for SA_SIGINFO to allow for validation of all parameters. Also changed returns to macro of -1 and errno set.
- 4:22 PM Changeset in rtems [48e685c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- fixed typo for NOTSUP -> ENOTSUP
Aug 14, 1996:
- 8:25 PM Changeset in rtems [fb7d080]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.
- 7:41 PM Changeset in rtems [ac81b6ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for NULL being passed to pthread attribute get routines
- 7:30 PM Changeset in rtems [ff53a6d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test case for pthread_attr_getscope being passed a NULL contentionscope
- 5:20 PM Changeset in rtems [4e63ae5]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- commented of ENOTSUP until fixed in newlib
- 5:20 PM Changeset in rtems [aae1c932]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_timedwait: added error cases for abstime
- 5:19 PM Changeset in rtems [87c8fd09]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- system.h: added task3 and changed condition variable config to 1
- 5:18 PM Changeset in rtems [b0c483ed]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task3: added to test error case in Wait_support for lock on mutex
- 5:16 PM Changeset in rtems [520949bf]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- init: added error case for wait timedwait, and wait support
- 3:27 PM Changeset in rtems [645fc954]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scope
Aug 13, 1996:
- 9:32 PM Changeset in rtems [dce801d]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_destroy: added enable dispatch to EBUSY case
- 9:10 PM Changeset in rtems [95b76bc]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_codn_destroy: EBUSY case moved and uses Thread_queue_First
- 8:50 PM Changeset in rtems [456b3769]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_destroy: EBUSY case now uses Thread_queue_First
- 8:46 PM Changeset in rtems [c53eb2c3]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- removed count from Thread_queue_Control
- 8:43 PM Changeset in rtems [a66fcc5]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- removed Thread_queue_Get_number_waiting
- 8:38 PM Changeset in rtems [392b35e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- deleted a line for spacing correction
- 7:53 PM Changeset in rtems [48b40d8]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Condition_variables_Wait_support: changed status of lock and unlock to return EINVAL is there is an error
- 7:06 PM Changeset in rtems [c8a4ed6]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task_2: added comments and print statement for task exit
- 7:06 PM Changeset in rtems [1d428a3c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task_1: added comments and print statement for task exit
- 7:05 PM Changeset in rtems [c9c94387]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init.c: added timewait case, added broadcast case
- 7:03 PM Changeset in rtems [76f03c6]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Condition_variables_Wait_support: fixed the timeout sequence.
- 3:43 PM Changeset in rtems [b2e8026]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed spacing
- 3:36 PM Changeset in rtems [9b67f170]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- corrected problem in which sigtimedwait() was being invoked with the wrong mask. removed code which was commented out. This code was in another test.
- 3:35 PM Changeset in rtems [fc960ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- chenaged format of output
- 2:47 PM Changeset in rtems [0d59c7a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added include of errno.h so the test can check for EINTR.
- 2:47 PM Changeset in rtems [85f5b4ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- nanosleep now returns -1 and EINTR when a signal interrupts EINTR.
- 2:24 PM Changeset in rtems [f48c9068]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- removed errors for TOD not set yet. made nanosleep return -1/EINTR for being interrupted for a signal.
- 2:23 PM Changeset in rtems [aac34f7b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added page break before sysconf()
Aug 12, 1996:
- 9:52 PM Changeset in rtems [e9624663]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task_1: added to handle cases of waiting tasks on condition variables
- 9:51 PM Changeset in rtems [a7f4c5a]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- system.h: added protoypes for task and task2, added mutex id, and task ids
- 9:49 PM Changeset in rtems [aad3fe6]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init.c: added cases for signal, wait and broadcast
- 9:49 PM Changeset in rtems [08515de]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Task2: new task for broadcast case
- 9:15 PM Changeset in rtems [5da2ae8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for clock_getres
- 8:59 PM Changeset in rtems [1087564]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- clock_getres: added error check for NULL pointer being passed in.
- 8:48 PM Changeset in rtems [3fbfbcd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- sleep: wrong page number
- 8:08 PM Changeset in rtems [702a31c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- removed comment about NO_UNINITIALIZED_WARNINGS since that macro no longer exists.
- 8:00 PM Changeset in rtems [221bd65]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test case for stack too large
- 7:55 PM Changeset in rtems [5f08fd6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- nanosleep: verify rqtp parameter is non-NULL. nanosleep: return 0 time remaining for a yield case.
- 7:54 PM Changeset in rtems [c4f5e752]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for clock_gettime (invalid id), clock_settime (invalid_id), nanosleep (yield cpu), and numerous error cases in nanosleep
- 7:20 PM Changeset in rtems [d60d9505]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test case for non-NULL parameter to time()
- 7:19 PM Changeset in rtems [40cfab47]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- time: It is not an error if the TOD is not set.
- 7:00 PM Changeset in rtems [9b77fee]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Wait_support: removed the calls to mutex core to posix status codes
- 6:58 PM Changeset in rtems [3b97b7a0]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- mutex.h: removes the promotion of core status code to POSXI status codes
- 6:56 PM Changeset in rtems [1402ee25]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed spacing ; moved a dummy MP support routine to clean up printout.
- 6:06 PM Changeset in rtems [c7a9c66]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- _POSIX_Mutex_Get: made null id an error
- 6:05 PM Changeset in rtems [ccdf4c57]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_mutex_getprioceiling: added error check for null old_ceiling pthread_mutex_setprioceiling: added comment indicating an error was impossible to generate.
- 6:04 PM Changeset in rtems [d06e9ca]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added numerous error test cases.
- 5:41 PM Changeset in rtems [b1af454]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- mutex.h: promoted out _POSIX_Mutex_From_core_mutex_status
- 5:40 PM Changeset in rtems [af04a791]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Condition_variables_Wait_support: added _POSIX_Mutex_From_core_mutex_status for the two calls to the mutex manager
- 5:21 PM Changeset in rtems [cdcea6ce]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Condition_variables_Signal_support: added setting mutex back to NULL if the queue has been emptied of waiting tasks. _POSIX_Condition_variables_Wait_support: added error check for different mutexesfor the same condition variable. Also added _Thread_queue_Enter_critical_section
- 5:04 PM Changeset in rtems [f126ae2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_mutexattr_setprioceiling: fixed typo
- 5:02 PM Changeset in rtems [db8e9011]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_mutexattr_setprioceiling: valid priority ceiling check looked at value in attribute structure instead of passed in priority
- 4:29 PM Changeset in rtems [684c3c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_mutexattr_getprotocol: added check for attribute structure being initialized
- 3:15 PM Changeset in rtems [0cd15947]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init: added pthread_cond_init with an attr non-NULL, initialized the attr again
- 2:49 PM Changeset in rtems [5263668]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init: added prliminary phtread_cond_init and destroy cases.
- 2:48 PM Changeset in rtems [da4e38d]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- system.h: added condition variable #define for 10 condition variables
Aug 9, 1996:
- 9:16 PM Changeset in rtems [da2e539]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for errors in pthread_mutexattr_getpshared
- 7:58 PM Changeset in rtems [b9444fb9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added code to catch NULL pointers for return values passed to get routines
- 7:55 PM Changeset in rtems [13adea0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for EINVAL cases in pthread_mutexattr_destroy
- 7:50 PM Changeset in rtems [c03aeaf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test case for pthread_mutexattr_init being passed a null pointer.
- 7:20 PM Changeset in rtems [76117f2b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed style of output to match other tests
- 7:10 PM Changeset in rtems [1406a4b]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- system.h: initial cvs
- 6:48 PM Changeset in rtems [c7dd091f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- lowered maximum number of threads to 2 to make test case easier. include sched.h so test can invoke scheduler routines.
- 6:47 PM Changeset in rtems [d0b5249]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test case for sched_yield. changed format of some output.
- 6:47 PM Changeset in rtems [f643e230]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for errors in sched_get_priority_min and sched_get_priority_max. added test case for sched_yield.
- 6:45 PM Changeset in rtems [8699a70]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- sched_yield: was not invoking the dispatcher.
- 6:28 PM Changeset in rtems [695dd0b]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init: added condattr - destroy, init, set and get cases
- 5:44 PM Changeset in rtems [66dfd0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for invalid key ids
- 5:30 PM Changeset in rtems [d858fdb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- merged remote object id and invalid id error cases.
- 4:02 PM Changeset in rtems [760ee96d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- reduced maximum keys to 2 to more easily generate error
- 4:01 PM Changeset in rtems [5b08e20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed printf's which could be puts's to puts
Aug 8, 1996:
- 11:02 PM Changeset in rtems [54e34e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- new test to test scheduling policy and paremeter paths in pthread_create.
- 10:26 PM Changeset in rtems [13642cbc]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init: Original file - tests for condition variables.
- 9:58 PM Changeset in rtems [79f189e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- split test into multiple tasks.
- 9:46 PM Changeset in rtems [76de65b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added cases to increase coverage of pthread_create. cases added tested error paths as well as inherit scheduling attributes.
- 8:47 PM Changeset in rtems [2b613588]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test to complete coverage of pthread_setschedparam and increase coverage of pthread_create
- 7:21 PM Changeset in rtems [8ca831af]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init: spacing
- 7:20 PM Changeset in rtems [e3515731]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Task_1: changed comment and task name to task1.
- 7:19 PM Changeset in rtems [9f1a034e]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init.c: added priority ceiling task cases.
- 6:50 PM Changeset in rtems [77597dd]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Added task2 and task3 prototypes and ids
- 6:44 PM Changeset in rtems [481d8f8]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Signal_info_handler: added multiple signal cases to finish out the test
- 6:27 PM Changeset in rtems [4357da1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed phrase "RTEMS is support" to "RTEMS is supposed"
- 6:27 PM Changeset in rtems [2a9a479]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum
- 6:24 PM Changeset in rtems [567ac45]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_signals_Clear_signals: added this routine _POSIX_signals_Get_highest: changed initial starting signal to SIGHUP, still needs SIGFIRSTNOTRT
- 4:53 PM Changeset in rtems [8b1c1ae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- print_current_time: added leading underscore to variables allocated inside macros.
- 4:52 PM Changeset in rtems [66e519c1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- ERC32_Force_interrupt implementation replaced per Jiri Gaisler's experience on the real erc32 hardware.
- 4:51 PM Changeset in rtems [f55d898]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added ss_high_priority field to support sporadic server.
- 4:28 PM Changeset in rtems [644c0fa6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added complete test cases for pthread_once.
- 12:35 PM Changeset in rtems [b67f5bfb]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _MPCI_Register_packet_processor: changed protoype first parameter type to MP_packet_Classes
- 12:32 PM Changeset in rtems [6b722e2]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _MPCI_Register_packet_processor: Changed prototype of fist parameter name to the_class
- 12:31 PM Changeset in rtems [3fd3da4]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _MPCI_Register_packet_processor: changes first parameter type to MP_packet_Classes
Aug 7, 1996:
- 10:06 PM Changeset in rtems [2014063]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- sporadic server debugged and working. This required minor changes in all sporadic server related routines.
- 10:05 PM Changeset in rtems [ecc912f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added more error cases to complete testing of pthread_equal when RTEMS_DEBUG is enabled.
- 10:00 PM Changeset in rtems [42418a9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added test cases for ESRCH from pthread_join and pthread_detach
- 9:38 PM Changeset in rtems [84b03316]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- removed if 0 for basic sporadic server case accidentally left in.
- 9:27 PM Changeset in rtems [7e811af1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- basic sporadic server test. sporadic server with priority ceiling mutex test.
- 8:58 PM Changeset in rtems [a14684c3]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation case
- 8:57 PM Changeset in rtems [cc757fe]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _CORE_Mutex_seize: added checks for priority ceiling violation, also added checks to ensure priority was not lowered.
- 3:52 PM Changeset in rtems [c123a084]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- added complete test cases for pthread_attr_getschedparam, pthread_attr_setschedparam, and pthread_getschedparam. added test cases for error paths for pthread_setschedparam.
Note: See TracTimeline
for information about the timeline view.