# # ChangeLog for c/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/12/24 11:53:44 Thu, 08 Aug 1996 12:35:20 GMT Mark Johannes [b67f5bfb] * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/optman/rtems/no-mp.c (modified) _MPCI_Register_packet_processor: changed protoype first parameter ... Thu, 08 Aug 1996 12:32:50 GMT Mark Johannes [6b722e2] * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) _MPCI_Register_packet_processor: Changed prototype of fist parameter ... Thu, 08 Aug 1996 12:31:01 GMT Mark Johannes [3fd3da4] * c/src/exec/score/src/mpci.c (modified) * cpukit/score/src/mpci.c (modified) _MPCI_Register_packet_processor: changes first parameter type to ... Wed, 07 Aug 1996 22:06:08 GMT Joel Sherrill [2014063] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) sporadic server debugged and working. This required minor changes in ... Wed, 07 Aug 1996 22:05:15 GMT Joel Sherrill [ecc912f4] * c/src/tests/psxtests/psx01/task.c (modified) * testsuites/psxtests/psx01/task.c (modified) added more error cases to complete testing of pthread_equal when ... Wed, 07 Aug 1996 22:00:57 GMT Joel Sherrill [42418a9] * c/src/tests/psxtests/psx08/init.c (modified) * testsuites/psxtests/psx08/init.c (modified) added test cases for ESRCH from pthread_join and pthread_detach Wed, 07 Aug 1996 21:38:18 GMT Joel Sherrill [84b03316] * c/src/tests/psxtests/psx09/init.c (modified) * testsuites/psxtests/psx09/init.c (modified) removed if 0 for basic sporadic server case accidentally left in. Wed, 07 Aug 1996 21:27:25 GMT Joel Sherrill [7e811af1] * c/src/tests/psxtests/psx09/init.c (added) * c/src/tests/psxtests/psx09/psx09.scn (added) * c/src/tests/psxtests/psx09/system.h (added) * testsuites/psxtests/psx09/init.c (added) * testsuites/psxtests/psx09/psx09.scn (added) * testsuites/psxtests/psx09/system.h (added) basic sporadic server test. sporadic server with priority ceiling ... Wed, 07 Aug 1996 20:58:59 GMT Mark Johannes [a14684c3] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) _POSIX_Mutex_From_core_mutex_status: added priority ceiling violation ... Wed, 07 Aug 1996 20:57:28 GMT Mark Johannes [cc757fe] * c/src/exec/score/src/coremutex.c (modified) * cpukit/score/src/coremutex.c (modified) _CORE_Mutex_seize: added checks for priority ceiling violation, also ... Wed, 07 Aug 1996 15:52:30 GMT Joel Sherrill [c123a084] * c/src/tests/psxtests/psx07/init.c (modified) * testsuites/psxtests/psx07/init.c (modified) added complete test cases for pthread_attr_getschedparam, ... Tue, 06 Aug 1996 17:45:12 GMT Joel Sherrill [4bab8e2d] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) get_errno: no longer needed by gnat runtime Tue, 06 Aug 1996 16:26:11 GMT Mark Johannes [0f99198] * c/src/exec/score/src/coremutex.c (modified) * cpukit/score/src/coremutex.c (modified) _CORE_mutex_Seize: added change priority case if the mutex was obtained. Tue, 06 Aug 1996 16:24:41 GMT Joel Sherrill [a61f1a46] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) _POSIX_Threads_Delete_extension: reorder to eliminate use of local ... Tue, 06 Aug 1996 16:24:06 GMT Mark Johannes [06883e13] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priority Tue, 06 Aug 1996 16:23:09 GMT Joel Sherrill [b521ae2] * c/src/exec/posix/src/key.c (modified) * cpukit/posix/src/key.c (modified) pthread_getspecific: use local variable so references to tcb are ... Fri, 02 Aug 1996 18:25:16 GMT Joel Sherrill [20de272] * c/src/tests/psxtests/psx08/init.c (added) * c/src/tests/psxtests/psx08/psx08.scn (added) * c/src/tests/psxtests/psx08/system.h (added) * c/src/tests/psxtests/psx08/task.c (added) * c/src/tests/psxtests/psx08/task2.c (added) * testsuites/psxtests/psx08/init.c (added) * testsuites/psxtests/psx08/psx08.scn (added) * testsuites/psxtests/psx08/system.h (added) * testsuites/psxtests/psx08/task2.c (added) join/detach basic tests pass Fri, 02 Aug 1996 16:46:56 GMT Joel Sherrill [375f37d] * c/src/tests/psxtests/psx07/system.h (modified) * testsuites/psxtests/psx07/system.h (modified) removed unused prototypes Thu, 01 Aug 1996 21:02:54 GMT Joel Sherrill [870f2976] * c/src/tests/psxtests/psx07/init.c (added) * c/src/tests/psxtests/psx07/psx07.scn (added) * c/src/tests/psxtests/psx07/system.h (added) * testsuites/psxtests/psx07/init.c (added) * testsuites/psxtests/psx07/psx07.scn (added) * testsuites/psxtests/psx07/system.h (added) test successfully exercises all of pthread_attr_* set and get routines Thu, 01 Aug 1996 19:24:57 GMT Joel Sherrill [22b4b2e] * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) added page delimiters for comment blocks Thu, 01 Aug 1996 15:06:00 GMT Joel Sherrill [16bae52] * c/src/exec/score/cpu/sparc/cpu_asm.s (modified) added 3 nops following write to wim since a restore following it is ... Wed, 31 Jul 1996 17:17:48 GMT Joel Sherrill [c65a0cee] * c/src/tests/psxtests/psx06/init.c (added) * c/src/tests/psxtests/psx06/psx06.scn (added) * c/src/tests/psxtests/psx06/system.h (added) * c/src/tests/psxtests/psx06/task.c (added) * c/src/tests/psxtests/psx06/task2.c (added) * testsuites/psxtests/psx06/init.c (added) * testsuites/psxtests/psx06/psx06.scn (added) * testsuites/psxtests/psx06/system.h (added) * testsuites/psxtests/psx06/task.c (added) * testsuites/psxtests/psx06/task2.c (added) added key test Mon, 15 Jul 1996 14:02:14 GMT Mark Johannes [adae080a] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Fixed default vectors initialization, sigaction which had a redundant ... Thu, 04 Jul 1996 18:09:23 GMT Joel Sherrill [69c9543] * c/src/exec/posix/src/mutex.c (modified) * cpukit/posix/src/mutex.c (modified) basic test cases passed Thu, 04 Jul 1996 17:38:55 GMT Joel Sherrill [ce78b894] * c/src/tests/psxtests/psx05/init.c (modified) * c/src/tests/psxtests/psx05/task.c (modified) * testsuites/psxtests/psx05/init.c (modified) * testsuites/psxtests/psx05/task.c (modified) added test case for timeout using pthread_mutex_timedlock Thu, 04 Jul 1996 17:01:48 GMT Joel Sherrill [c6d15c2] * c/src/tests/psxtests/psx05/init.c (added) * c/src/tests/psxtests/psx05/psx05.scn (added) * c/src/tests/psxtests/psx05/system.h (added) * c/src/tests/psxtests/psx05/task.c (added) * testsuites/psxtests/psx05/init.c (added) * testsuites/psxtests/psx05/psx05.scn (added) * testsuites/psxtests/psx05/system.h (added) * testsuites/psxtests/psx05/task.c (added) first test cases for mutex manager pass Wed, 03 Jul 1996 14:24:07 GMT Joel Sherrill [e21cf313] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) another attempt at the rtems_posix_api ifdef Wed, 03 Jul 1996 14:20:03 GMT Joel Sherrill [503dc058] * c/src/exec/posix/headers/cond.h (modified) * c/src/exec/posix/headers/intr.h (modified) * c/src/exec/posix/headers/key.h (modified) * c/src/exec/posix/headers/mqueue.h (modified) * c/src/exec/posix/headers/mutex.h (modified) * c/src/exec/posix/headers/priority.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/headers/semaphore.h (modified) * c/src/exec/posix/include/rtems/posix/cond.h (modified) * c/src/exec/posix/include/rtems/posix/intr.h (modified) * c/src/exec/posix/include/rtems/posix/key.h (modified) * c/src/exec/posix/include/rtems/posix/mqueue.h (modified) * c/src/exec/posix/include/rtems/posix/mutex.h (modified) * c/src/exec/posix/include/rtems/posix/priority.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/posix/inline/cond.inl (modified) * c/src/exec/posix/inline/intr.inl (modified) * c/src/exec/posix/inline/key.inl (modified) * c/src/exec/posix/inline/mqueue.inl (modified) * c/src/exec/posix/inline/mutex.inl (modified) * c/src/exec/posix/inline/priority.inl (modified) * c/src/exec/posix/inline/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/cond.inl (modified) * c/src/exec/posix/inline/rtems/posix/intr.inl (modified) * c/src/exec/posix/inline/rtems/posix/key.inl (modified) * c/src/exec/posix/inline/rtems/posix/mqueue.inl (modified) * c/src/exec/posix/inline/rtems/posix/mutex.inl (modified) * c/src/exec/posix/inline/rtems/posix/priority.inl (modified) * c/src/exec/posix/inline/rtems/posix/pthread.inl (modified) * c/src/exec/posix/inline/rtems/posix/semaphore.inl (modified) * c/src/exec/posix/inline/semaphore.inl (modified) * c/src/exec/rtems/inline/asr.inl (modified) * c/src/exec/rtems/inline/attr.inl (modified) * c/src/exec/rtems/inline/dpmem.inl (modified) * c/src/exec/rtems/inline/eventset.inl (modified) * c/src/exec/rtems/inline/message.inl (modified) * c/src/exec/rtems/inline/modes.inl (modified) * c/src/exec/rtems/inline/options.inl (modified) * c/src/exec/rtems/inline/part.inl (modified) * c/src/exec/rtems/inline/ratemon.inl (modified) * c/src/exec/rtems/inline/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/attr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/dpmem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/eventset.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/message.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/modes.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/options.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/part.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/ratemon.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/region.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/sem.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/status.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/support.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/tasks.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/timer.inl (modified) * c/src/exec/rtems/inline/sem.inl (modified) * c/src/exec/rtems/inline/status.inl (modified) * c/src/exec/rtems/inline/support.inl (modified) * c/src/exec/rtems/inline/tasks.inl (modified) * c/src/exec/rtems/inline/timer.inl (modified) * c/src/exec/sapi/inline/extension.inl (modified) * c/src/exec/sapi/inline/rtems/extension.inl (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/exec/score/inline/address.inl (modified) * c/src/exec/score/inline/chain.inl (modified) * c/src/exec/score/inline/coremsg.inl (modified) * c/src/exec/score/inline/coremutex.inl (modified) * c/src/exec/score/inline/coresem.inl (modified) * c/src/exec/score/inline/heap.inl (modified) * c/src/exec/score/inline/isr.inl (modified) * c/src/exec/score/inline/mppkt.inl (modified) * c/src/exec/score/inline/object.inl (modified) * c/src/exec/score/inline/objectmp.inl (modified) * c/src/exec/score/inline/priority.inl (modified) * c/src/exec/score/inline/rtems/score/address.inl (modified) * c/src/exec/score/inline/rtems/score/chain.inl (modified) * c/src/exec/score/inline/rtems/score/coremsg.inl (modified) * c/src/exec/score/inline/rtems/score/coremutex.inl (modified) * c/src/exec/score/inline/rtems/score/coresem.inl (modified) * c/src/exec/score/inline/rtems/score/heap.inl (modified) * c/src/exec/score/inline/rtems/score/isr.inl (modified) * c/src/exec/score/inline/rtems/score/mppkt.inl (modified) * c/src/exec/score/inline/rtems/score/object.inl (modified) * c/src/exec/score/inline/rtems/score/objectmp.inl (modified) * c/src/exec/score/inline/rtems/score/priority.inl (modified) * c/src/exec/score/inline/rtems/score/stack.inl (modified) * c/src/exec/score/inline/rtems/score/states.inl (modified) * c/src/exec/score/inline/rtems/score/sysstate.inl (modified) * c/src/exec/score/inline/rtems/score/thread.inl (modified) * c/src/exec/score/inline/rtems/score/threadmp.inl (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/rtems/score/userext.inl (modified) * c/src/exec/score/inline/rtems/score/watchdog.inl (modified) * c/src/exec/score/inline/rtems/score/wkspace.inl (modified) * c/src/exec/score/inline/stack.inl (modified) * c/src/exec/score/inline/states.inl (modified) * c/src/exec/score/inline/sysstate.inl (modified) * c/src/exec/score/inline/thread.inl (modified) * c/src/exec/score/inline/threadmp.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/inline/userext.inl (modified) * c/src/exec/score/inline/watchdog.inl (modified) * c/src/exec/score/inline/wkspace.inl (modified) * cpukit/posix/include/rtems/posix/cond.h (modified) * cpukit/posix/include/rtems/posix/intr.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/mqueue.h (modified) * cpukit/posix/include/rtems/posix/mutex.h (modified) * cpukit/posix/include/rtems/posix/priority.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/posix/inline/rtems/posix/cond.inl (modified) * cpukit/posix/inline/rtems/posix/intr.inl (modified) * cpukit/posix/inline/rtems/posix/key.inl (modified) * cpukit/posix/inline/rtems/posix/mqueue.inl (modified) * cpukit/posix/inline/rtems/posix/mutex.inl (modified) * cpukit/posix/inline/rtems/posix/priority.inl (modified) * cpukit/posix/inline/rtems/posix/pthread.inl (modified) * cpukit/posix/inline/rtems/posix/semaphore.inl (modified) * cpukit/rtems/inline/rtems/rtems/asr.inl (modified) * cpukit/rtems/inline/rtems/rtems/attr.inl (modified) * cpukit/rtems/inline/rtems/rtems/dpmem.inl (modified) * cpukit/rtems/inline/rtems/rtems/eventset.inl (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (modified) * cpukit/rtems/inline/rtems/rtems/modes.inl (modified) * cpukit/rtems/inline/rtems/rtems/options.inl (modified) * cpukit/rtems/inline/rtems/rtems/part.inl (modified) * cpukit/rtems/inline/rtems/rtems/ratemon.inl (modified) * cpukit/rtems/inline/rtems/rtems/region.inl (modified) * cpukit/rtems/inline/rtems/rtems/sem.inl (modified) * cpukit/rtems/inline/rtems/rtems/status.inl (modified) * cpukit/rtems/inline/rtems/rtems/support.inl (modified) * cpukit/rtems/inline/rtems/rtems/tasks.inl (modified) * cpukit/rtems/inline/rtems/rtems/timer.inl (modified) * cpukit/sapi/inline/rtems/extension.inl (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/inline/rtems/score/address.inl (modified) * cpukit/score/inline/rtems/score/chain.inl (modified) * cpukit/score/inline/rtems/score/coremsg.inl (modified) * cpukit/score/inline/rtems/score/coremutex.inl (modified) * cpukit/score/inline/rtems/score/coresem.inl (modified) * cpukit/score/inline/rtems/score/heap.inl (modified) * cpukit/score/inline/rtems/score/isr.inl (modified) * cpukit/score/inline/rtems/score/mppkt.inl (modified) * cpukit/score/inline/rtems/score/object.inl (modified) * cpukit/score/inline/rtems/score/objectmp.inl (modified) * cpukit/score/inline/rtems/score/priority.inl (modified) * cpukit/score/inline/rtems/score/stack.inl (modified) * cpukit/score/inline/rtems/score/states.inl (modified) * cpukit/score/inline/rtems/score/sysstate.inl (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/inline/rtems/score/threadmp.inl (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/inline/rtems/score/userext.inl (modified) * cpukit/score/inline/rtems/score/watchdog.inl (modified) * cpukit/score/inline/rtems/score/wkspace.inl (modified) switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" Wed, 03 Jul 1996 14:19:09 GMT Joel Sherrill [5fc0dc1] * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) changed version Tue, 02 Jul 1996 18:14:52 GMT Joel Sherrill [729c8f2e] * c/TESTED (modified) * c/src/lib/libbsp/i386/force386/times (modified) * c/src/lib/libbsp/i386/go32/times_i486dx (modified) * c/src/lib/libbsp/m68k/mvme136/times (modified) updated for 3.5.17 Tue, 02 Jul 1996 18:13:59 GMT Joel Sherrill [df8d1440] * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/time.c (modified) *** empty log message *** Tue, 18 Jun 1996 19:06:58 GMT Joel Sherrill [8d7a1d76] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) minor changes to insure the few posix-ish routines needed in non- ... Tue, 18 Jun 1996 19:06:19 GMT Joel Sherrill [c486e917] * c/src/lib/libbsp/m68k/efi332/include/efi332.h (modified) * c/src/lib/libbsp/m68k/efi68k/include/efi68k.h (modified) changed reboot to a macro to avoid the "noreturn returns" warning. Tue, 18 Jun 1996 16:43:12 GMT Joel Sherrill [7d74395f] * c/src/lib/libbsp/m68k/efi68k/startup/efi68k_tcp.c (modified) corrected typo Sat, 15 Jun 1996 19:56:19 GMT Joel Sherrill [f88310da] * c/src/tests/psxtests/psx03/init.c (modified) * testsuites/psxtests/psx03/init.c (modified) initial modifications to test sigtimedwait. Sat, 15 Jun 1996 19:55:39 GMT Joel Sherrill [108ef35] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) initial modifications to support sigtimedwait. Fri, 14 Jun 1996 15:49:31 GMT Joel Sherrill [7f13a932] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/sapi/src/posixapi.c (modified) fields for init threads stuff said tasks. Thu, 13 Jun 1996 22:16:47 GMT Mark Johannes [9e28da4] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) sigtimedwait passes initial test cases of timeout and simple ... 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 ...