Timeline



09/05/96:

20:45 Changeset in rtems [65c421f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
default thread attributes: default value for inheritsched changed from explicit to inherit scheduler to be consistent with FSU pthreads for gnat. _POSIX_Threads_Create_extension: now inherit signal blocked mask from creator if the new thread is a posix thread. _POSIX_Threads_Initialize_user_threads: make sure posix initialization threads start with a useful priority. If they inherit the priority of the creating thread, they will end up at the same priority as the idle thread. Since the idle thread does not yield, they will not run.
20:41 Changeset in rtems [297be5c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
pthread_mutex_setprioceiling: fixed bug where returned priority was not converted from core priority to posix priority.
20:31 Changeset in rtems [7e230f10]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
added printf of status when not successful
20:29 Changeset in rtems [9a5cbef0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
nanosleep: negative value for tv_sec is no longer an error. It now is changed into being a 0 delay.
20:03 Changeset in rtems [f254b93f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
nanosleep no longer consider a negative value of tv_sec to be an error. Instead it is an indication of a request for a small delay.

08/29/96:

16:39 Changeset in rtems [62bf651f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
new file to support GNU Ada. currently the only routine in this file simply returns the minimum stack size for each thread.

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
Note: See TracTimeline for information about the timeline view.