# # ChangeLog for / in rtems # # Generated by Trac 1.2.1.dev0 # 05/19/24 08:31:02 Thu, 13 Jun 1996 22:16:08 GMT Mark Johannes [36197e53] * c/src/tests/psxtests/psx03/init.c (added) * c/src/tests/psxtests/psx03/psx03.scn (added) * c/src/tests/psxtests/psx03/system.h (added) * c/src/tests/psxtests/psx03/task.c (added) * testsuites/psxtests/psx03/init.c (added) * testsuites/psxtests/psx03/psx03.scn (added) * testsuites/psxtests/psx03/system.h (added) * testsuites/psxtests/psx03/task.c (added) first successful run. Has test cases for a simple sigtimedwait() ... Thu, 13 Jun 1996 21:01:21 GMT Mark Johannes [4334949] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) added maximum_queued_signals to _POSIX_Default_configuration Thu, 13 Jun 1996 20:47:31 GMT Joel Sherrill [eb0551f] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) added posix configuration parameter maximum_queued_signals. Thu, 13 Jun 1996 20:46:43 GMT Joel Sherrill [3a075f5] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) now passing maximum_queued_signals to posix signals manager ... Thu, 13 Jun 1996 20:46:15 GMT Joel Sherrill [c53cfd0f] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) added queued signals and cleaned up setting of process wide signals ... Thu, 13 Jun 1996 20:45:38 GMT Joel Sherrill [25a882a6] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/psignal.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) config.h: added maximum_queued_signals. psignal.h: fixed typo. Thu, 13 Jun 1996 16:45:51 GMT Joel Sherrill [022923e] * c/src/tests/sptests/spsize/size.c (modified) * testsuites/sptests/spsize/size.c (modified) Added _Thread_Do_post_task_switch_extension variable. Thu, 13 Jun 1996 16:45:11 GMT Joel Sherrill [728b5a7] * c/src/tests/psxtests/include/pmacros.h (modified) * c/src/tests/psxtests/support/include/pmacros.h (modified) * testsuites/psxtests/include/pmacros.h (modified) Added a macro for "empty_line" which will go between test cases. Thu, 13 Jun 1996 16:44:46 GMT Joel Sherrill [ce0f7d95] * c/src/tests/psxtests/psx04/init.c (modified) * testsuites/psxtests/psx04/init.c (modified) Added more test cases for kill() and alarm(). kill() now can unblock ... Thu, 13 Jun 1996 16:43:39 GMT Joel Sherrill [1b17790c] * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/thread.c (modified) Added code so post context switch extensions can be run on every ... Thu, 13 Jun 1996 16:42:51 GMT Joel Sherrill [e89f8cac] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) Added include so _POSIX_signals_Manager_initialization is prototyped. Thu, 13 Jun 1996 16:42:21 GMT Joel Sherrill [b85649c4] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) basic test cases for kill() and alarm(). kill() in particular needs ... Thu, 13 Jun 1996 16:39:28 GMT Joel Sherrill [7fc3029] * c/src/exec/posix/headers/psignal.h (modified) * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) added prototype for manager initialization routine. Wed, 12 Jun 1996 22:52:13 GMT Joel Sherrill [1094754f] * c/src/tests/psxtests/psx04/init.c (added) * c/src/tests/psxtests/psx04/psx04.scn (added) * c/src/tests/psxtests/psx04/system.h (added) * testsuites/psxtests/psx04/init.c (added) * testsuites/psxtests/psx04/psx04.scn (added) * testsuites/psxtests/psx04/system.h (added) new files Wed, 12 Jun 1996 22:50:03 GMT Joel Sherrill [da4b6e8] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) use exit() from newlib by default. Wed, 12 Jun 1996 22:49:33 GMT Joel Sherrill [2e0ebd11] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) added initialization of posix signal manager. Wed, 12 Jun 1996 22:49:14 GMT Joel Sherrill [281ad52] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) basic kill() which send a signal to pthread_self() appears to work. Wed, 12 Jun 1996 17:45:34 GMT Joel Sherrill [4a1bc34b] * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/states.h (modified) added waiting for signal state. Wed, 12 Jun 1996 17:45:01 GMT Joel Sherrill [2291b71] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) initial implementation of blocking signal routines -- sigwait, ... Tue, 11 Jun 1996 22:55:39 GMT Joel Sherrill [937808f5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) added comment to make sure we add unblock of thread Tue, 11 Jun 1996 22:52:42 GMT Joel Sherrill [ea1a5bef] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) first attempt at adding algorithm to select the thread which will ... Tue, 11 Jun 1996 22:51:59 GMT Joel Sherrill [20d099e] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) deleted field for signals_global_pending. Tue, 11 Jun 1996 20:46:13 GMT Joel Sherrill [699fe08a] * c/src/tests/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/init.c (modified) Added test case which blocks a signal, sees what signals are pending, ... Tue, 11 Jun 1996 20:43:55 GMT Joel Sherrill [c8f5ab5] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) tested blocking a signal, sending it to self, then unblocking it. ... Tue, 11 Jun 1996 16:04:25 GMT Joel Sherrill [fb39f19] * c/src/tests/psxtests/psx02/init.c (modified) * c/src/tests/psxtests/psx02/task.c (modified) * testsuites/psxtests/psx02/init.c (modified) * testsuites/psxtests/psx02/task.c (modified) modified to test pthread_kill() to self and pthread_kill() to a ... Tue, 11 Jun 1996 16:03:15 GMT Joel Sherrill [12aeff91] * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/states.h (modified) Interruptible by signals state was added to the STATES_BLOCKED set. ... Tue, 11 Jun 1996 16:01:37 GMT Joel Sherrill [98ed15e] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) Basic signal functionality appears to work. pthread_kill() can ... Tue, 11 Jun 1996 16:00:06 GMT Joel Sherrill [d0baf81] * c/src/exec/posix/headers/psignal.h (modified) * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) new file. Mon, 10 Jun 1996 21:04:14 GMT Joel Sherrill [494740c] * c/src/exec/posix/headers/psignal.h (added) * c/src/exec/posix/include/rtems/posix/psignal.h (added) * cpukit/posix/include/rtems/posix/psignal.h (added) added psignal.h Mon, 10 Jun 1996 20:51:31 GMT Joel Sherrill [1ba858d] * c/src/tests/psxtests/psx02/init.c (added) * c/src/tests/psxtests/psx02/psx02.scn (added) * c/src/tests/psxtests/psx02/system.h (added) * c/src/tests/psxtests/psx02/task.c (added) * testsuites/psxtests/psx02/init.c (added) * testsuites/psxtests/psx02/psx02.scn (added) * testsuites/psxtests/psx02/system.h (added) * testsuites/psxtests/psx02/task.c (added) new files. This test does a basic checkout of signals with a ... Mon, 10 Jun 1996 20:49:21 GMT Joel Sherrill [1e608b0f] * c/src/tests/psxtests/include/pmacros.h (added) * c/src/tests/psxtests/support/include/pmacros.h (added) * testsuites/psxtests/include/pmacros.h (added) new file Mon, 10 Jun 1996 20:49:08 GMT Joel Sherrill [893103c] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) moved the time macros to pmacros.h. Mon, 10 Jun 1996 20:47:56 GMT Joel Sherrill [0f63c86] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) added code to _Thread_Clear_state to check if the state was not ... Mon, 10 Jun 1996 20:47:23 GMT Joel Sherrill [fdec30b] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) first attempt at the routine which vectors signals. Mon, 10 Jun 1996 20:46:36 GMT Joel Sherrill [d03f192] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) *** empty log message *** Fri, 07 Jun 1996 15:22:19 GMT Joel Sherrill [81daab3] * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/states.h (modified) added states for "join at exit" and "interruptible by signal" Fri, 07 Jun 1996 15:21:27 GMT Joel Sherrill [05ce4e09] * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) changed code which set errno and then returned -1 to use the macro ... Fri, 07 Jun 1996 15:20:55 GMT Joel Sherrill [fa03f08] * c/src/exec/posix/headers/seterr.h (added) * c/src/exec/posix/include/rtems/posix/seterr.h (added) new file Fri, 07 Jun 1996 13:54:23 GMT Joel Sherrill [895efd9] * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) key destructor is now run at correct point in pthread_exit() sequence ... Thu, 06 Jun 1996 21:27:33 GMT Joel Sherrill [fce2e9d] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) in newlib now Thu, 06 Jun 1996 19:16:20 GMT Joel Sherrill [0a359a7] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added include of and fixed warnings Thu, 06 Jun 1996 19:09:27 GMT Joel Sherrill [782bdfd] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) Removed assert's from routines which return the error ENOSYS. Thu, 06 Jun 1996 17:57:39 GMT Joel Sherrill [09b1f1a] * c/src/exec/libcsupport/src/libio.c (modified) * c/src/lib/libc/libio.c (modified) * cpukit/libcsupport/src/libio.c (modified) patch from Tony Bennett on the ifdef for O_NDELAY Thu, 06 Jun 1996 17:54:37 GMT Joel Sherrill [e754dd1d] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) process oriented scheduler routines now return ENOSYS Thu, 06 Jun 1996 17:24:44 GMT Joel Sherrill [5d9cb7e] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) removed timer_getoverrun() since it was also in ptimer.c Thu, 06 Jun 1996 15:36:18 GMT Joel Sherrill [0207c55] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) Made the implementation of pthread_equal conditional on RTEMS_DEBUG. ... Thu, 06 Jun 1996 15:32:49 GMT Joel Sherrill [65a5c1b] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) completed pthread_setschedparam. Thu, 06 Jun 1996 14:55:08 GMT Joel Sherrill [ebd40c0] * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/thread.c (modified) Added Sporadic Server support to posix threads which required changes ... Thu, 06 Jun 1996 14:55:01 GMT Joel Sherrill [2f200c7] * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) Added Sporadic Server support to posix threads which required changes ... Thu, 06 Jun 1996 14:53:12 GMT Joel Sherrill [624133c] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) added Sporadic Server support Thu, 06 Jun 1996 14:52:53 GMT Joel Sherrill [ed10d76] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) added Sporadic_timer field to support sporadic server Wed, 05 Jun 1996 21:12:06 GMT Joel Sherrill [7aa4671] * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/thread.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/thread.c (modified) * testsuites/sptests/spsize/size.c (modified) added cpu_time_budget field to Thread_Control and removed the global ... Wed, 05 Jun 1996 18:34:48 GMT Joel Sherrill [7169852] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) fixed spacing Wed, 05 Jun 1996 14:46:04 GMT Joel Sherrill [23305a25] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) added support for the api providing the thread stack area Wed, 05 Jun 1996 14:45:45 GMT Joel Sherrill [98162c35] * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) added boolean to indicate whether or not the stack area was provided ... Wed, 05 Jun 1996 14:45:05 GMT Joel Sherrill [9b4e549] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) renamed Schedule to schedparam in the posix api control information. ... Wed, 05 Jun 1996 14:44:03 GMT Joel Sherrill [7189a40] * c/src/exec/posix/inline/priority.inl (modified) * c/src/exec/posix/inline/rtems/posix/priority.inl (modified) * cpukit/posix/inline/rtems/posix/priority.inl (modified) added comments to to document the definition of posix priority and ... Wed, 05 Jun 1996 14:43:52 GMT Joel Sherrill [09c1e31d] * c/src/exec/posix/headers/priority.h (modified) * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/priority.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/priority.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) added comments to priority.h to document the definition of posix ... Tue, 04 Jun 1996 20:36:37 GMT Joel Sherrill [2c207d1f] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) make PTHREAD_SCOPE_SYSTEM an unsupported value for contentionscope. Tue, 04 Jun 1996 19:50:15 GMT Joel Sherrill [65911c32] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) made sure _Thread_Enable_dispatch is not invoked in cases where ... Tue, 04 Jun 1996 19:48:08 GMT Joel Sherrill [56bd4a36] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) made sure routines which called _Objects_Get also called ... Tue, 04 Jun 1996 19:44:16 GMT Joel Sherrill [230a0dcb] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) added some of the required functionality to pthread_setschedparam and ... Tue, 04 Jun 1996 19:20:53 GMT Joel Sherrill [3ff4688] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) clean up pass Tue, 04 Jun 1996 19:15:28 GMT Joel Sherrill [6b067c4] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) renamed the local variable attrp to the_attr in pthread_create Tue, 04 Jun 1996 19:06:30 GMT Joel Sherrill [95645a4] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test case for sched_get_priority_min, sched_get_priority_max, ... Tue, 04 Jun 1996 19:05:16 GMT Joel Sherrill [24adc5b] * c/src/exec/posix/src/sched.c (modified) * cpukit/posix/src/sched.c (modified) changed sched_rr_get_interval to use the interval to timespec routine. Tue, 04 Jun 1996 16:15:59 GMT Joel Sherrill [c48e0ee] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/types.c (modified) added interpretation of scheduling policy and parameter information ... Tue, 04 Jun 1996 16:14:55 GMT Joel Sherrill [12c77ab] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) added scheduling policy and parameter information Tue, 04 Jun 1996 14:32:21 GMT Joel Sherrill [15974b65] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/task.c (modified) added basic test cases for pthread_self and pthread_equal Mon, 03 Jun 1996 22:08:18 GMT Joel Sherrill [8f857992] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) added thread queue for list of threads waiting to join. thread is ... Mon, 03 Jun 1996 22:07:14 GMT Joel Sherrill [552a345d] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) added thread queue for list of threads waiting to join. Mon, 03 Jun 1996 21:08:26 GMT Joel Sherrill [742b399] * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/score/src/coremutex.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/score/src/coremutex.c (modified) added priority ceiling support Mon, 03 Jun 1996 21:08:16 GMT Joel Sherrill [f39b01e] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) added an assert if a pthread_t is not the same size as an Objects_Id Mon, 03 Jun 1996 21:06:51 GMT Joel Sherrill [e811d68] * c/src/exec/posix/inline/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/pthread.inl (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/inline/rtems/posix/pthread.inl (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) deleted POSIX threads typedef masking Thread_Control added initial ... Mon, 03 Jun 1996 21:06:12 GMT Joel Sherrill [4427a64] * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) deleted POSIX threads typedef masking Thread_Control Mon, 03 Jun 1996 20:15:16 GMT Joel Sherrill [fa4fdd7d] * c/src/tests/sptests/sp01/sp01.scn (modified) * c/src/tests/sptests/sp04/sp04.scn (modified) * c/src/tests/sptests/sp19/sp19.scn (modified) * c/src/tests/sptests/sp23/sp23.scn (modified) * c/src/tests/sptests/sp24/sp24.scn (modified) * testsuites/sptests/sp01/sp01.scn (modified) * testsuites/sptests/sp04/sp04.scn (modified) * testsuites/sptests/sp19/sp19.scn (modified) * testsuites/sptests/sp23/sp23.scn (modified) * testsuites/sptests/sp24/sp24.scn (modified) updated screen Mon, 03 Jun 1996 18:59:59 GMT Joel Sherrill [e984c645] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test code for return of remaining time from sleep(). Mon, 03 Jun 1996 18:59:24 GMT Joel Sherrill [685f4d65] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) sleep moved into newlibc.c so the sleep.o object would not be in the ... Mon, 03 Jun 1996 18:28:30 GMT Joel Sherrill [e88b589] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test case for nanosleep filling in the time remaining structure. Mon, 03 Jun 1996 18:27:48 GMT Joel Sherrill [a26ee01c] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) nanosleep now fills in the time remaining structure. Mon, 03 Jun 1996 17:32:19 GMT Joel Sherrill [5b748a1] * c/src/exec/posix/headers/time.h (modified) * c/src/exec/posix/include/rtems/posix/time.h (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/include/rtems/posix/time.h (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/time.c (modified) renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_interval Mon, 03 Jun 1996 16:30:44 GMT Joel Sherrill [19962562] * c/src/tests/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/init.c (modified) added test code for nanosleep and return code from sleep. Mon, 03 Jun 1996 16:29:59 GMT Joel Sherrill [5ff991e8] * c/src/exec/posix/src/ptimer.c (added) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/ptimer.c (added) * cpukit/posix/src/time.c (modified) created ptimer.c and moved the timer_* routines out of time.c into ... Mon, 03 Jun 1996 16:29:35 GMT Joel Sherrill [a3828359] * c/src/exec/posix/headers/time.h (modified) * c/src/exec/posix/include/rtems/posix/time.h (modified) * cpukit/posix/include/rtems/posix/time.h (modified) added constant for seconds between posix epoch (1970) and rtems epoch ... Mon, 03 Jun 1996 15:49:22 GMT Joel Sherrill [f6e6ed8] * c/src/exec/score/cpu/m68k/sim.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/sim.h (modified) * cpukit/score/cpu/m68k/sim.h (modified) changed so this file is usable from assembly files. no longer uses ... Mon, 03 Jun 1996 15:47:45 GMT Joel Sherrill [52a0641] * c/build-tools/src/unhex.c (modified) * c/build-tools/unhex.c (modified) * tools/build/src/unhex.c (modified) * tools/build/unhex.c (modified) added ifdef for sunos 4.x since it does not have strtoul. Fri, 31 May 1996 23:27:45 GMT Joel Sherrill [5e7b6272] * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/macros/rtems/score/tod.inl (modified) * c/src/exec/score/macros/tod.inl (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/watchdog.c (modified) * testsuites/sptests/spsize/size.c (modified) renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the ... Fri, 31 May 1996 21:40:48 GMT Joel Sherrill [c238a218] * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/types.c (modified) added checks to validate values passed to set attribute routines Fri, 31 May 1996 20:57:17 GMT Joel Sherrill [f31da72] * c/src/exec/score/cpu/m68k/cpu.h (modified) fixed typo in merge of Eric Norum's patch Fri, 31 May 1996 19:02:13 GMT Joel Sherrill [c832429] * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) added nanoseconds per second constant Fri, 31 May 1996 19:01:59 GMT Joel Sherrill [1e665a5] * c/src/exec/score/cpu/m68k/cpu.h (modified) corrected minor problem in Eric Norum's changes in the bfffo macro. Fri, 31 May 1996 19:01:26 GMT Joel Sherrill [e72d995a] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/unistd.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) moved sleep() from psignal.c to unistd.c implemented sigemptyset() ... Fri, 31 May 1996 18:59:57 GMT Joel Sherrill [b927fba] * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) commented out cancel handlers related items. Fri, 31 May 1996 18:59:31 GMT Joel Sherrill [285af80] * c/src/exec/posix/base/pthread.h (modified) * c/src/exec/posix/include/pthread.h (modified) moved attribute related constants into the rtems specific sys/types.h ... Thu, 30 May 1996 20:49:16 GMT Joel Sherrill [9594cdb] * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) added code to test clock and time related functionality. Thu, 30 May 1996 20:48:33 GMT Joel Sherrill [7c55e06] * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) Added nanoseconds constant Thu, 30 May 1996 20:48:10 GMT Joel Sherrill [5600661] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/time.c (modified) First cut at implementing time, clock_gettime, clock_settime, ... Thu, 30 May 1996 20:34:46 GMT Joel Sherrill [b169590e] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) added dummy versions of __kill and __getpid which assert(0) so that ... Thu, 30 May 1996 19:29:01 GMT Joel Sherrill [53fd6e2] * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) Eric Norum sent in new versions of the inline assembly macros which ... Thu, 30 May 1996 14:01:33 GMT Joel Sherrill [a96a713] * c/src/tests/tmtests/tm03/system.h (modified) * c/src/tests/tmtests/tm04/system.h (modified) * c/src/tests/tmtests/tm05/system.h (modified) * c/src/tests/tmtests/tm06/system.h (modified) * c/src/tests/tmtests/tm07/system.h (modified) * c/src/tests/tmtests/tm08/system.h (modified) * c/src/tests/tmtests/tm09/system.h (modified) * c/src/tests/tmtests/tm10/system.h (modified) * c/src/tests/tmtests/tm11/system.h (modified) * c/src/tests/tmtests/tm12/system.h (modified) * c/src/tests/tmtests/tm13/system.h (modified) * c/src/tests/tmtests/tm14/system.h (modified) * c/src/tests/tmtests/tm15/system.h (modified) * c/src/tests/tmtests/tm16/system.h (modified) * c/src/tests/tmtests/tm17/system.h (modified) * c/src/tests/tmtests/tm18/system.h (modified) * c/src/tests/tmtests/tm19/system.h (modified) * c/src/tests/tmtests/tm20/system.h (modified) * c/src/tests/tmtests/tm21/system.h (modified) * c/src/tests/tmtests/tm22/system.h (modified) * c/src/tests/tmtests/tm23/system.h (modified) * c/src/tests/tmtests/tm24/system.h (modified) * c/src/tests/tmtests/tm25/system.h (modified) * c/src/tests/tmtests/tm26/system.h (modified) * c/src/tests/tmtests/tm27/system.h (modified) * c/src/tests/tmtests/tm28/system.h (modified) * c/src/tests/tmtests/tm29/system.h (modified) * c/src/tests/tmtests/tmck/system.h (modified) * c/src/tests/tmtests/tmoverhd/system.h (modified) * testsuites/tmtests/tm03/system.h (modified) * testsuites/tmtests/tm04/system.h (modified) * testsuites/tmtests/tm05/system.h (modified) * testsuites/tmtests/tm06/system.h (modified) * testsuites/tmtests/tm07/system.h (modified) * testsuites/tmtests/tm08/system.h (modified) * testsuites/tmtests/tm09/system.h (modified) * testsuites/tmtests/tm10/system.h (modified) * testsuites/tmtests/tm11/system.h (modified) * testsuites/tmtests/tm12/system.h (modified) * testsuites/tmtests/tm13/system.h (modified) * testsuites/tmtests/tm14/system.h (modified) * testsuites/tmtests/tm15/system.h (modified) * testsuites/tmtests/tm16/system.h (modified) * testsuites/tmtests/tm17/system.h (modified) * testsuites/tmtests/tm18/system.h (modified) * testsuites/tmtests/tm19/system.h (modified) * testsuites/tmtests/tm20/system.h (modified) * testsuites/tmtests/tm21/system.h (modified) * testsuites/tmtests/tm22/system.h (modified) * testsuites/tmtests/tm23/system.h (modified) * testsuites/tmtests/tm24/system.h (modified) * testsuites/tmtests/tm25/system.h (modified) * testsuites/tmtests/tm26/system.h (modified) * testsuites/tmtests/tm27/system.h (modified) * testsuites/tmtests/tm28/system.h (modified) * testsuites/tmtests/tm29/system.h (modified) * testsuites/tmtests/tmck/system.h (modified) * testsuites/tmtests/tmoverhd/system.h (modified) tests now specify whether they are using rtems initialization tasks ...