# # ChangeLog for cpukit in rtems # # Generated by Trac 1.2.1.dev0 # 05/04/24 19:11:46 Thu, 08 Aug 1996 18:27:11 GMT Mark Johannes [2a9a479] * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enum Thu, 08 Aug 1996 18:24:29 GMT Mark Johannes [567ac45] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) _POSIX_signals_Clear_signals: added this routine ... Thu, 08 Aug 1996 16:51:14 GMT Joel Sherrill [f55d898] * 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 ss_high_priority field to support sporadic server. 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 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 ... 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 ... 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 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 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" 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- ... 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 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: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: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: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: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: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 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: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: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 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 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: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: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 ... 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 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: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. 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 ... Wed, 29 May 1996 22:48:26 GMT Joel Sherrill [be1c11ed] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * c/src/tests/libtests/stackchk/system.h (modified) * c/src/tests/mptests/mp01/system.h (modified) * c/src/tests/mptests/mp02/system.h (modified) * c/src/tests/mptests/mp03/system.h (modified) * c/src/tests/mptests/mp04/system.h (modified) * c/src/tests/mptests/mp05/system.h (modified) * c/src/tests/mptests/mp06/system.h (modified) * c/src/tests/mptests/mp07/system.h (modified) * c/src/tests/mptests/mp08/system.h (modified) * c/src/tests/mptests/mp09/system.h (modified) * c/src/tests/mptests/mp10/system.h (modified) * c/src/tests/mptests/mp11/system.h (modified) * c/src/tests/mptests/mp12/system.h (modified) * c/src/tests/mptests/mp13/system.h (modified) * c/src/tests/mptests/mp14/system.h (modified) * c/src/tests/psxtests/psx01/init.c (modified) * c/src/tests/psxtests/psx01/system.h (modified) * c/src/tests/samples/base_mp/system.h (modified) * c/src/tests/samples/base_sp/system.h (modified) * c/src/tests/samples/cdtest/system.h (modified) * c/src/tests/samples/hello/system.h (modified) * c/src/tests/samples/paranoia/system.h (modified) * c/src/tests/samples/ticker/system.h (modified) * c/src/tests/sptests/sp01/system.h (modified) * c/src/tests/sptests/sp02/system.h (modified) * c/src/tests/sptests/sp03/system.h (modified) * c/src/tests/sptests/sp04/system.h (modified) * c/src/tests/sptests/sp05/system.h (modified) * c/src/tests/sptests/sp06/system.h (modified) * c/src/tests/sptests/sp07/system.h (modified) * c/src/tests/sptests/sp08/system.h (modified) * c/src/tests/sptests/sp09/system.h (modified) * c/src/tests/sptests/sp11/system.h (modified) * c/src/tests/sptests/sp12/system.h (modified) * c/src/tests/sptests/sp13/system.h (modified) * c/src/tests/sptests/sp14/system.h (modified) * c/src/tests/sptests/sp15/system.h (modified) * c/src/tests/sptests/sp16/system.h (modified) * c/src/tests/sptests/sp17/system.h (modified) * c/src/tests/sptests/sp19/system.h (modified) * c/src/tests/sptests/sp20/system.h (modified) * c/src/tests/sptests/sp21/system.h (modified) * c/src/tests/sptests/sp22/system.h (modified) * c/src/tests/sptests/sp23/system.h (modified) * c/src/tests/sptests/sp24/system.h (modified) * c/src/tests/sptests/sp25/system.h (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/sptests/spsize/system.h (modified) * c/src/tests/tmtests/tm01/system.h (modified) * c/src/tests/tmtests/tm02/system.h (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/libtests/stackchk/system.h (modified) * testsuites/mptests/mp01/system.h (modified) * testsuites/mptests/mp02/system.h (modified) * testsuites/mptests/mp03/system.h (modified) * testsuites/mptests/mp04/system.h (modified) * testsuites/mptests/mp05/system.h (modified) * testsuites/mptests/mp06/system.h (modified) * testsuites/mptests/mp07/system.h (modified) * testsuites/mptests/mp08/system.h (modified) * testsuites/mptests/mp09/system.h (modified) * testsuites/mptests/mp10/system.h (modified) * testsuites/mptests/mp11/system.h (modified) * testsuites/mptests/mp12/system.h (modified) * testsuites/mptests/mp13/system.h (modified) * testsuites/mptests/mp14/system.h (modified) * testsuites/psxtests/psx01/init.c (modified) * testsuites/psxtests/psx01/system.h (modified) * testsuites/samples/base_mp/system.h (modified) * testsuites/samples/base_sp/system.h (modified) * testsuites/samples/cdtest/system.h (modified) * testsuites/samples/hello/system.h (modified) * testsuites/samples/paranoia/system.h (modified) * testsuites/samples/ticker/system.h (modified) * testsuites/sptests/sp01/system.h (modified) * testsuites/sptests/sp02/system.h (modified) * testsuites/sptests/sp03/system.h (modified) * testsuites/sptests/sp04/system.h (modified) * testsuites/sptests/sp05/system.h (modified) * testsuites/sptests/sp06/system.h (modified) * testsuites/sptests/sp07/system.h (modified) * testsuites/sptests/sp08/system.h (modified) * testsuites/sptests/sp09/system.h (modified) * testsuites/sptests/sp11/system.h (modified) * testsuites/sptests/sp12/system.h (modified) * testsuites/sptests/sp13/system.h (modified) * testsuites/sptests/sp14/system.h (modified) * testsuites/sptests/sp15/system.h (modified) * testsuites/sptests/sp16/system.h (modified) * testsuites/sptests/sp17/system.h (modified) * testsuites/sptests/sp19/system.h (modified) * testsuites/sptests/sp20/system.h (modified) * testsuites/sptests/sp21/system.h (modified) * testsuites/sptests/sp22/system.h (modified) * testsuites/sptests/sp23/system.h (modified) * testsuites/sptests/sp24/system.h (modified) * testsuites/sptests/sp25/system.h (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/sptests/spsize/system.h (modified) * testsuites/tmtests/tm01/system.h (modified) * testsuites/tmtests/tm02/system.h (modified) tests now specify whether using posix initialization threads table ... Wed, 29 May 1996 22:46:05 GMT Joel Sherrill [dd32d883] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/headers/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/src/pthread.c (modified) posix initialization threads table was misnamed "posix initialization ...