# # ChangeLog for c/src in rtems # # Generated by Trac 1.2.1.dev0 # 05/01/24 19:58:03 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 ... 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 ... 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 ... Wed, 29 May 1996 21:27:26 GMT Joel Sherrill [7f72217e] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.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/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.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) comment clean up Wed, 29 May 1996 21:02:20 GMT Joel Sherrill [2a98af84] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/types.c (modified) types.c: spacing psignal.c: kill recognizes SIGABRT and exits to ... Wed, 29 May 1996 20:58:45 GMT Joel Sherrill [5240c71c] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) fixed support for posix initialization threads table Wed, 29 May 1996 20:56:57 GMT Joel Sherrill [2197a2e1] * 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) simple version of test which shows pthread_create, pthread_exit, and ... Wed, 29 May 1996 20:55:05 GMT Joel Sherrill [cfcfdf0] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) added pthread_exit first posix thread ran Wed, 29 May 1996 20:50:52 GMT Joel Sherrill [5e0efa2b] * 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) cleaned up spacing and parentheses Wed, 29 May 1996 19:28:15 GMT Joel Sherrill [d835a35] * c/src/exec/score/src/object.c (modified) * cpukit/score/src/object.c (modified) spacing Wed, 29 May 1996 19:28:01 GMT Joel Sherrill [ece8c9a] * c/src/exec/posix/headers/pthread.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/pthread.h (modified) * cpukit/posix/src/pthread.c (modified) first cut at pthread_create Wed, 29 May 1996 18:46:46 GMT Joel Sherrill [9c877c0d] * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/pthread.c (modified) addressed minimum stack size attribute. There is a potential ... Wed, 29 May 1996 16:55:05 GMT Joel Sherrill [98849f44] * c/src/exec/rtems/src/tasks.c (modified) * cpukit/rtems/src/tasks.c (modified) *** empty log message *** Wed, 29 May 1996 16:54:52 GMT Joel Sherrill [613cff6] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/devctl.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/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) removed all ifdef's on NOT_IMPLEMENTED. Wed, 29 May 1996 16:54:24 GMT Joel Sherrill [e941ea13] * c/src/exec/posix/headers/config.h (modified) * c/src/exec/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/config.h (modified) added entry point for posix initialization threads to the posix ... Wed, 29 May 1996 16:07:21 GMT Joel Sherrill [d9a0689e] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) Addressed RTEMS API initialization tasks table in a system without ... Wed, 29 May 1996 16:06:47 GMT Joel Sherrill [0252200] * 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) Gutted test of rtems api calls and added comments to indicate what ... Wed, 29 May 1996 16:05:28 GMT Joel Sherrill [99f9dffa] * c/src/exec/sapi/src/posixapi.c (modified) * cpukit/sapi/src/posixapi.c (modified) Added default POSIX API configuration table. Wed, 29 May 1996 16:05:06 GMT Joel Sherrill [019bce7] * c/src/exec/rtems/src/tasks.c (modified) * cpukit/rtems/src/tasks.c (modified) It is now not an error to have 0 RTEMS initialization tasks since you ... Wed, 29 May 1996 16:04:31 GMT Joel Sherrill [974ff40] * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.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/pthread.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) renamed signal.c to psignal.c to avoid naming problems. added mp ... Tue, 28 May 1996 21:40:52 GMT Joel Sherrill [c627b2a3] * 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/posixapi.h (added) * 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/posixapi.h (added) * c/src/exec/posix/include/rtems/posix/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/semaphore.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/include/rtems/rtems/dpmem.h (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/ratemon.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/status.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/timer.h (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/io.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/include/rtems/io.h (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/posixapi.c (modified) * c/src/exec/sapi/src/rtemsapi.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/bitfield.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/copyrt.h (modified) * c/src/exec/score/headers/debug.h (modified) * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/threadq.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/debug.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/bitfield.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/copyrt.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/objectmp.h (modified) * c/src/exec/score/include/rtems/score/priority.h (modified) * c/src/exec/score/include/rtems/score/sysstate.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/threadmp.h (modified) * c/src/exec/score/include/rtems/score/threadq.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * c/src/exec/score/include/rtems/system.h (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/posixapi.h (added) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/semaphore.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/status.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/include/rtems/io.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/sapi/src/rtemsapi.c (modified) * cpukit/score/include/rtems/debug.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/bitfield.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/copyrt.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/system.h (modified) split the inclusion of "EXTERN" data based on whether it was sapi, ... Tue, 28 May 1996 19:29:51 GMT Joel Sherrill [c6fa38c0] * c/src/exec/sapi/headers/confdefs.h (modified) * c/src/exec/sapi/include/confdefs.h (modified) * cpukit/sapi/include/confdefs.h (modified) added maximum keys Tue, 28 May 1996 19:29:02 GMT Joel Sherrill [7640525] * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) added enumerated constant for the POSIX API as an error source Tue, 28 May 1996 19:28:32 GMT Joel Sherrill [5a18e04] * 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) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/include/rtems/posix/pthread.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/pthread.c (modified) added initial set of api extension callouts Tue, 28 May 1996 16:33:11 GMT Joel Sherrill [962c9b65] * c/src/exec/sapi/src/posixapi.c (added) * cpukit/sapi/src/posixapi.c (added) new file Tue, 28 May 1996 16:32:55 GMT Joel Sherrill [47d6b140] * 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 interrupt support