Timeline
Aug 27, 1996:
- 3:19 PM Changeset in rtems [b5c04b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed typo .. changed == to !=
- 3:19 PM Changeset in rtems [5a234809]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- check that we were passed a valid mutex and ignore errors from the later pthread_mutex_lock. This makes our behavior more compatible with that of FSU pthreads.
Aug 23, 1996:
- 3:58 PM Changeset in rtems [e4cc4176]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed all EFAULTS to EINVALs
- 3:56 PM Changeset in rtems [3adf786]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- filled in screen
- 3:56 PM Changeset in rtems [237088c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Filled in screen
- 3:55 PM Changeset in rtems [78f5dae]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Filled in the screen
- 3:50 PM Changeset in rtems [e2ceeca7]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Added build_time statement to provide a tm for the test
- 3:17 PM Changeset in rtems [257adba]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed test 5 to test 10 at bottom
- 2:47 PM Changeset in rtems [0b710dbb]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_create: changed EINVAL for no more threads back to EAGAIN
Aug 22, 1996:
- 8:18 PM Changeset in rtems [df70c6b]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Commented out the EINVAL for mutex not acquired befor cond_wait call
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()
Note: See TracTimeline
for information about the timeline view.