Timeline
08/27/96:
- 15:19 Changeset in rtems [b5c04b6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed typo .. changed == to !=
- 15:19 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.
08/23/96:
- 15:58 Changeset in rtems [e4cc4176]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed all EFAULTS to EINVALs
- 15:56 Changeset in rtems [3adf786]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- filled in screen
- 15:56 Changeset in rtems [237088c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Filled in screen
- 15:55 Changeset in rtems [78f5dae]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Filled in the screen
- 15:50 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
- 15:17 Changeset in rtems [257adba]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed test 5 to test 10 at bottom
- 14:47 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
08/22/96:
- 20:18 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
08/21/96:
- 15:49 Changeset in rtems [6702bffc]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- updated to support ENOTSUP
08/20/96:
- 21:41 Changeset in rtems [256a462]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Added Einval case for mutex not initialized
08/19/96:
- 15:30 Changeset in rtems [c5c5f8c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Changed all EFAULTs to EINVALs
- 15:27 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
08/15/96:
- 21:09 Changeset in rtems [cd3868cd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- updates from Tony Bennett (tbennett@…)
- 21:05 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.
- 19:38 Changeset in rtems [9ac3e76]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- changed ENOMEM error message
- 19:27 Changeset in rtems [7fb19bb]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- init: added tests for pthread_kill and kill errors.
- 18:59 Changeset in rtems [851b18d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed error code
- 18:59 Changeset in rtems [fdf6917]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- changed error for too many threads to EAGAIN
- 18:58 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
- 18:57 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.
- 18:56 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
- 16:29 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
- 16:24 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.
- 16:22 Changeset in rtems [48e685c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- fixed typo for NOTSUP -> ENOTSUP
08/14/96:
- 20:25 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.
- 19:41 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
- 19:30 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
- 17:20 Changeset in rtems [4e63ae5]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- commented of ENOTSUP until fixed in newlib
- 17:20 Changeset in rtems [aae1c932]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_timedwait: added error cases for abstime
- 17:19 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
- 17:18 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
- 17:16 Changeset in rtems [520949bf]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- init: added error case for wait timedwait, and wait support
- 15:27 Changeset in rtems [645fc954]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scope
08/13/96:
- 21:32 Changeset in rtems [dce801d]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_destroy: added enable dispatch to EBUSY case
- 21:10 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
- 20:50 Changeset in rtems [456b3769]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- pthread_cond_destroy: EBUSY case now uses Thread_queue_First
- 20:46 Changeset in rtems [c53eb2c3]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- removed count from Thread_queue_Control
- 20:43 Changeset in rtems [a66fcc5]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- removed Thread_queue_Get_number_waiting
- 20:38 Changeset in rtems [392b35e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- deleted a line for spacing correction
- 19:53 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
- 19:06 Changeset in rtems [c8a4ed6]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task_2: added comments and print statement for task exit
- 19:06 Changeset in rtems [1d428a3c]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- task_1: added comments and print statement for task exit
- 19:05 Changeset in rtems [c9c94387]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- Init.c: added timewait case, added broadcast case
- 19:03 Changeset in rtems [76f03c6]4.104.114.84.95 by Mark Johannes <Mark.Johannes@…>
- _POSIX_Condition_variables_Wait_support: fixed the timeout sequence.
- 15:43 Changeset in rtems [b2e8026]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- fixed spacing
- 15:36 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.
- 15:35 Changeset in rtems [fc960ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
- chenaged format of output
- 14:47 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.
- 14:47 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.
- 14:24 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.
- 14:23 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.