# # ChangeLog for c/src/exec/score in rtems # # Generated by Trac 1.2.1.dev0 # 04/27/24 17:58:30 Wed, 29 Jan 1997 00:12:31 GMT Joel Sherrill [985796a] * c/src/exec/score/cpu/powerpc/cpu_asm.s (modified) * c/src/exec/score/cpu/powerpc/rtems.s (modified) Changed include of asm.h so it is in brackets not quotes. asm.h is ... Wed, 29 Jan 1997 00:11:16 GMT Joel Sherrill [5ddfa53b] * c/src/exec/score/cpu/no_cpu/cpu.h (modified) Fixed spacing on comments. Wed, 29 Jan 1997 00:10:28 GMT Joel Sherrill [375a6c0] * c/src/exec/score/cpu/mips64orion/cpu.h (modified) Fixed spacing on comment. Wed, 29 Jan 1997 00:09:49 GMT Joel Sherrill [860e77a] * c/src/exec/score/cpu/m68k/cpu.h (modified) Fixed comments. Fixed so this file can be included from assembly code. Wed, 29 Jan 1997 00:08:14 GMT Joel Sherrill [95a1d50] * c/src/exec/score/cpu/i386/cpu.h (modified) Added comment. Wed, 29 Jan 1997 00:07:15 GMT Joel Sherrill [7446899] * c/src/exec/score/cpu/a29k/cpu.h (modified) fixed spacing problem Wed, 15 Jan 1997 20:21:48 GMT Joel Sherrill [fc5e2d73] * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * cpukit/score/cpu/m68k/cpu.c (modified) fixed comments on vanilla 68000 SW interrupt stack (or the lack thereof) Wed, 08 Jan 1997 16:20:47 GMT Joel Sherrill [1019ae4] * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadmp.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadmp.c (modified) added some casts to reduce warnings reported by users with Microtec ... Wed, 08 Jan 1997 16:19:47 GMT Joel Sherrill [0d051533] * 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 type definitions for all supported task entry formats Mon, 02 Dec 1996 22:47:38 GMT Joel Sherrill [e1a06d1b] * c/src/exec/score/cpu/sparc/asm.h (modified) * c/src/exec/score/cpu/sparc/cpu.c (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) * cpukit/score/cpu/sparc/asm.h (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/sparc/rtems/asm.h (modified) Changes to reflect new revision of erc32 per Jiri Gaisler's ... Mon, 02 Dec 1996 22:42:30 GMT Joel Sherrill [6764c84] * c/src/exec/score/cpu/m68k/cpu.h (modified) minor changes to eliminate warnings from C++ compilers per user ... Mon, 02 Dec 1996 19:48:29 GMT Joel Sherrill [29d8227e] * c/src/exec/score/cpu/a29k/a29k.h (modified) * c/src/exec/score/cpu/a29k/cpu.c (modified) * c/src/exec/score/cpu/a29k/cpu.h (modified) * c/src/exec/score/cpu/a29k/cpu_asm.s (modified) * cpukit/score/cpu/a29k/cpu.c (modified) Updates from Derrick Ostertag to fix bug in ... Mon, 02 Dec 1996 19:43:22 GMT Joel Sherrill [f4b7e297] * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/cpu_asm.s (modified) * cpukit/score/cpu/m68k/cpu.c (modified) Update from Chris Johns to add better support for ... Tue, 15 Oct 1996 21:38:43 GMT Joel Sherrill [27f0d424] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) added support for cpu time used field in tcb Tue, 15 Oct 1996 21:38:33 GMT Joel Sherrill [f8c6333] * 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 cpu time used field to tcb Mon, 14 Oct 1996 19:17:37 GMT Joel Sherrill [2d0383b] * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) patches to erc32.h to correct handling of timer mirror from Jiri Gaisler. Tue, 01 Oct 1996 17:36:57 GMT Joel Sherrill [355c262c] * c/src/exec/score/cpu/i386/i386.h (modified) i386_nofp cpu model entry incorrectly had floating point enabled. Mon, 30 Sep 1996 20:15:01 GMT Joel Sherrill [855edec] * c/src/exec/score/cpu/unix/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro. Wed, 18 Sep 1996 20:51:48 GMT Joel Sherrill [94218b8] * c/src/exec/score/src/wkspace.c (modified) * cpukit/score/src/wkspace.c (modified) loop to clear workspace memory changed to use sizeof rather than ... Wed, 18 Sep 1996 20:50:58 GMT Joel Sherrill [56e0b88] * c/src/exec/score/src/object.c (modified) * cpukit/score/src/object.c (modified) corrected prototype of _Objects_Get_next Wed, 18 Sep 1996 20:50:27 GMT Joel Sherrill [3861130] * c/src/exec/score/src/heap.c (modified) * cpukit/score/src/heap.c (modified) uses address object rather than direct pointer arithmetic Wed, 18 Sep 1996 20:50:04 GMT Joel Sherrill [4944b5bf] * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/object.h (modified) OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather than ... Wed, 18 Sep 1996 20:49:36 GMT Joel Sherrill [857c52f] * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeof ... Wed, 18 Sep 1996 20:48:56 GMT Joel Sherrill [533f89f] * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) modified declaration of CORE_message_queue_Buffer_control to avoid ... Wed, 18 Sep 1996 20:47:39 GMT Joel Sherrill [2069773] * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/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) use address object to avoid direct pointer arithmetic Wed, 18 Sep 1996 20:47:31 GMT Joel Sherrill [d1193c7] * c/src/exec/score/cpu/unix/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) corrected white space problems added CPU_STRUCTURE_ALIGNMENT to ... Wed, 18 Sep 1996 20:45:27 GMT Joel Sherrill [a4d97d94] * c/src/exec/score/cpu/a29k/a29k.h (added) * c/src/exec/score/cpu/a29k/a29ktypes.h (added) * c/src/exec/score/cpu/a29k/amd.ah (added) * c/src/exec/score/cpu/a29k/asm.h (added) * c/src/exec/score/cpu/a29k/cpu.c (added) * c/src/exec/score/cpu/a29k/cpu.h (added) * c/src/exec/score/cpu/a29k/cpu_asm.h (added) * c/src/exec/score/cpu/a29k/cpu_asm.s (added) * c/src/exec/score/cpu/a29k/pswmacro.ah (added) * c/src/exec/score/cpu/a29k/rtems.c (added) * cpukit/score/cpu/a29k/amd.ah (added) * cpukit/score/cpu/a29k/asm.h (added) * cpukit/score/cpu/a29k/cpu.c (added) * cpukit/score/cpu/a29k/pswmacro.ah (added) new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick ... Tue, 17 Sep 1996 21:33:07 GMT Joel Sherrill [1d9d044] * c/src/exec/score/src/coremutex.c (modified) * cpukit/score/src/coremutex.c (modified) Reversed logic in conditional to correctly distinguish between FIFO ... Wed, 11 Sep 1996 19:16:07 GMT Joel Sherrill [cda277f] * c/src/exec/score/cpu/mips/asm.h (modified) * c/src/exec/score/cpu/mips/cpu.c (modified) * c/src/exec/score/cpu/mips/cpu_asm.S (modified) * c/src/exec/score/cpu/mips/cpu_asm.h (modified) * c/src/exec/score/cpu/mips/idtcpu.h (modified) * c/src/exec/score/cpu/mips/idtmon.h (modified) * c/src/exec/score/cpu/mips/iregdef.h (modified) * c/src/exec/score/cpu/mips/rtems.c (modified) * c/src/exec/score/cpu/mips64orion/asm.h (modified) * c/src/exec/score/cpu/mips64orion/cpu.c (modified) * c/src/exec/score/cpu/mips64orion/cpu.h (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.S (modified) * c/src/exec/score/cpu/mips64orion/cpu_asm.h (modified) * c/src/exec/score/cpu/mips64orion/idtcpu.h (modified) * c/src/exec/score/cpu/mips64orion/idtmon.h (modified) * c/src/exec/score/cpu/mips64orion/iregdef.h (modified) * c/src/exec/score/cpu/mips64orion/mips64orion.h (modified) * c/src/exec/score/cpu/mips64orion/mipstypes.h (modified) * c/src/exec/score/cpu/mips64orion/rtems.c (modified) * cpukit/score/cpu/mips/asm.h (modified) * cpukit/score/cpu/mips/cpu.c (modified) * cpukit/score/cpu/mips/cpu_asm.S (modified) * cpukit/score/cpu/mips/idtcpu.h (modified) * cpukit/score/cpu/mips/iregdef.h (modified) * cpukit/score/cpu/mips/rtems/asm.h (modified) * cpukit/score/cpu/mips/rtems/mips/idtcpu.h (modified) * cpukit/score/cpu/mips/rtems/mips/iregdef.h (modified) * cpukit/score/cpu/mips64orion/asm.h (modified) * cpukit/score/cpu/mips64orion/cpu.c (modified) * cpukit/score/cpu/mips64orion/cpu_asm.S (modified) * cpukit/score/cpu/mips64orion/cpu_asm.h (modified) * cpukit/score/cpu/mips64orion/idtcpu.h (modified) * cpukit/score/cpu/mips64orion/idtmon.h (modified) * cpukit/score/cpu/mips64orion/iregdef.h (modified) added $Id$ to file headers cpu.h: added prototype for ... Fri, 06 Sep 1996 18:11:41 GMT Joel Sherrill [f198c63] * c/src/exec/score/cpu/mips/asm.h (added) * c/src/exec/score/cpu/mips/cpu.c (added) * c/src/exec/score/cpu/mips/cpu_asm.S (added) * c/src/exec/score/cpu/mips/cpu_asm.h (added) * c/src/exec/score/cpu/mips/idtcpu.h (added) * c/src/exec/score/cpu/mips/idtmon.h (added) * c/src/exec/score/cpu/mips/iregdef.h (added) * c/src/exec/score/cpu/mips/rtems.c (added) * c/src/exec/score/cpu/mips64orion/asm.h (added) * c/src/exec/score/cpu/mips64orion/cpu.c (added) * c/src/exec/score/cpu/mips64orion/cpu.h (added) * c/src/exec/score/cpu/mips64orion/cpu_asm.S (added) * c/src/exec/score/cpu/mips64orion/cpu_asm.h (added) * c/src/exec/score/cpu/mips64orion/idtcpu.h (added) * c/src/exec/score/cpu/mips64orion/idtmon.h (added) * c/src/exec/score/cpu/mips64orion/iregdef.h (added) * c/src/exec/score/cpu/mips64orion/mips64orion.h (added) * c/src/exec/score/cpu/mips64orion/mipstypes.h (added) * c/src/exec/score/cpu/mips64orion/rtems.c (added) * c/src/lib/libbsp/mips/p4000/README (added) * c/src/lib/libbsp/mips/p4000/console/console.c (added) * c/src/lib/libbsp/mips/p4000/console/led.S (added) * c/src/lib/libbsp/mips/p4000/include/bsp.h (added) * c/src/lib/libbsp/mips/p4000/include/coverhd.h (added) * c/src/lib/libbsp/mips/p4000/liblnk/lnklib.S (added) * c/src/lib/libbsp/mips/p4000/start/start.S (added) * c/src/lib/libbsp/mips/p4000/startup/bspclean.c (added) * c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds (added) * c/src/lib/libbsp/mips/p4000/startup/idtmem.S (added) * c/src/lib/libbsp/mips/p4000/startup/linkcmds (added) * c/src/lib/libbsp/mips/p4000/startup/setvec.c (added) * c/src/lib/libbsp/mips/p4000/times (added) * c/src/lib/libbsp/mips64orion/p4000/README (added) * c/src/lib/libbsp/mips64orion/p4000/console/console.c (added) * c/src/lib/libbsp/mips64orion/p4000/console/led.S (added) * c/src/lib/libbsp/mips64orion/p4000/include/bsp.h (added) * c/src/lib/libbsp/mips64orion/p4000/include/coverhd.h (added) * c/src/lib/libbsp/mips64orion/p4000/liblnk/lnklib.S (added) * c/src/lib/libbsp/mips64orion/p4000/start/start.S (added) * c/src/lib/libbsp/mips64orion/p4000/startup/bspclean.c (added) * c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds (added) * c/src/lib/libbsp/mips64orion/p4000/startup/idtmem.S (added) * c/src/lib/libbsp/mips64orion/p4000/startup/linkcmds (added) * c/src/lib/libbsp/mips64orion/p4000/startup/setvec.c (added) * c/src/lib/libbsp/mips64orion/p4000/times (added) * c/src/lib/libcpu/mips/clock/ckinit.c (added) * c/src/lib/libcpu/mips/clock/clock.S (added) * c/src/lib/libcpu/mips/clock/clock.h (added) * c/src/lib/libcpu/mips/timer/gettime.S (added) * c/src/lib/libcpu/mips/timer/timer.c (added) * c/src/lib/libcpu/mips64orion/clock/ckinit.c (added) * c/src/lib/libcpu/mips64orion/clock/clock.S (added) * c/src/lib/libcpu/mips64orion/clock/clock.h (added) * c/src/lib/libcpu/mips64orion/timer/gettime.S (added) * c/src/lib/libcpu/mips64orion/timer/timer.c (added) * c/src/lib/start/mips64orion/idt_csu.S (added) * cpukit/score/cpu/mips/asm.h (added) * cpukit/score/cpu/mips/cpu.c (added) * cpukit/score/cpu/mips/cpu_asm.S (added) * cpukit/score/cpu/mips/idtcpu.h (added) * cpukit/score/cpu/mips/iregdef.h (added) * cpukit/score/cpu/mips/rtems/asm.h (added) * cpukit/score/cpu/mips/rtems/mips/idtcpu.h (added) * cpukit/score/cpu/mips/rtems/mips/iregdef.h (added) * cpukit/score/cpu/mips64orion/asm.h (added) * cpukit/score/cpu/mips64orion/cpu.c (added) * cpukit/score/cpu/mips64orion/cpu_asm.S (added) * cpukit/score/cpu/mips64orion/cpu_asm.h (added) * cpukit/score/cpu/mips64orion/idtcpu.h (added) * cpukit/score/cpu/mips64orion/idtmon.h (added) * cpukit/score/cpu/mips64orion/iregdef.h (added) new file for MIPS port by Craig Lebakken (lebakken@minn.net) and ... Fri, 06 Sep 1996 15:16:19 GMT Joel Sherrill [7fea679b] * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/include/rtems/score/tod.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) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/macros/rtems/score/tod.inl (modified) * cpukit/score/src/coretod.c (modified) changed _TOD_Is_set from a function to a boolean variable Thu, 15 Aug 1996 21:09:02 GMT Joel Sherrill [cd3868cd] * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) updates from Tony Bennett (tbennett@divnc.com) Thu, 15 Aug 1996 21:05:21 GMT Joel Sherrill [0600e86f] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) _Thread_Start_multitasking: added code to initialize the floating ... Tue, 13 Aug 1996 20:46:10 GMT Mark Johannes [c53eb2c3] * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) removed count from Thread_queue_Control Tue, 13 Aug 1996 20:43:51 GMT Mark Johannes [a66fcc5] * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) removed Thread_queue_Get_number_waiting Tue, 13 Aug 1996 15:43:12 GMT Joel Sherrill [b2e8026] * c/src/exec/score/src/coremutex.c (modified) * cpukit/score/src/coremutex.c (modified) fixed spacing Mon, 12 Aug 1996 20:08:36 GMT Joel Sherrill [702a31c] * c/src/exec/score/cpu/m68k/cpu.h (modified) removed comment about NO_UNINITIALIZED_WARNINGS since that macro no ... 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 16:52:24 GMT Joel Sherrill [66e519c1] * c/src/exec/score/cpu/sparc/erc32.h (modified) * c/src/lib/libcpu/sparc/include/erc32.h (modified) ERC32_Force_interrupt implementation replaced per Jiri Gaisler's ... 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 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 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. 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, 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" 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 ... 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. 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. ... 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 ... 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" 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 ... 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 ... 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 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 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. 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 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 ... 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 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: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 13:24:58 GMT Joel Sherrill [cb96372] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler. ... Thu, 23 May 1996 15:37:38 GMT Joel Sherrill [8b2ecf85] * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.s (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libcpu/hppa1.1/timer/timer.c (modified) * c/src/tests/mptests/mp07/task1.c (modified) * c/src/tests/mptests/mp14/exit.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) * testsuites/mptests/mp07/task1.c (modified) * testsuites/mptests/mp14/exit.c (modified) updates from Tony Bennett Thu, 23 May 1996 15:35:32 GMT Joel Sherrill [a5f56a43] * c/src/exec/score/tools/unix/gensize.c (modified) * tools/cpu/unix/gensize.c (modified) *** empty log message *** Thu, 23 May 1996 15:35:26 GMT Joel Sherrill [859f17ce] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) invoke thread stack free routine instead of Workspace free. Thu, 23 May 1996 15:34:54 GMT Joel Sherrill [d196e48] * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * cpukit/score/cpu/unix/cpu.c (modified) updates from Tony Bennett. Broke the setjmp/longjmp pair in the ... Wed, 22 May 1996 22:34:18 GMT Joel Sherrill [ef006c1] * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/object.h (modified) Modified to correct variables which defined the range of object ... Wed, 08 May 1996 21:53:50 GMT Joel Sherrill [1c964ffa] * c/src/exec/score/cpu/unix/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) *** empty log message *** Wed, 01 May 1996 15:24:37 GMT Joel Sherrill [dce1c1a1] * c/src/exec/score/cpu/m68k/m68360.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * cpukit/score/cpu/m68k/m68360.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/m68360.h (modified) Updates from Eric Norum to use the mcpu32 flags and fix comments. Wed, 24 Apr 1996 17:36:35 GMT Joel Sherrill [1543932] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) added comment regarding stack alignment issues to thread stack ... Mon, 22 Apr 1996 16:53:46 GMT Joel Sherrill [8389628] * c/src/exec/libcsupport/include/rtems/assoc.h (modified) * c/src/exec/libcsupport/include/rtems/error.h (modified) * c/src/exec/libcsupport/src/assoc.c (modified) * c/src/exec/libcsupport/src/error.c (modified) * c/src/exec/score/tools/hppa1.1/genoffsets.c (modified) * c/src/lib/include/rtems/assoc.h (modified) * c/src/lib/include/rtems/error.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libc/assoc.c (modified) * c/src/lib/libc/assoc.h (modified) * c/src/lib/libc/error.c (modified) * c/src/lib/libc/error.h (modified) * c/src/lib/libmisc/assoc/assoc.c (modified) * c/src/lib/libmisc/assoc/assoc.h (modified) * c/src/lib/libmisc/error/error.c (modified) * c/src/lib/libmisc/error/error.h (modified) * c/src/lib/libmisc/monitor/mon-command.c (modified) * c/src/lib/libmisc/monitor/mon-config.c (modified) * c/src/lib/libmisc/monitor/mon-dname.c (modified) * c/src/lib/libmisc/monitor/mon-driver.c (modified) * c/src/lib/libmisc/monitor/mon-extension.c (modified) * c/src/lib/libmisc/monitor/mon-itask.c (modified) * c/src/lib/libmisc/monitor/mon-manager.c (modified) * c/src/lib/libmisc/monitor/mon-monitor.c (modified) * c/src/lib/libmisc/monitor/mon-mpci.c (modified) * c/src/lib/libmisc/monitor/mon-object.c (modified) * c/src/lib/libmisc/monitor/mon-prmisc.c (modified) * c/src/lib/libmisc/monitor/mon-queue.c (modified) * c/src/lib/libmisc/monitor/mon-server.c (modified) * c/src/lib/libmisc/monitor/mon-symbols.c (modified) * c/src/lib/libmisc/monitor/mon-task.c (modified) * c/src/lib/libmisc/monitor/monitor.h (modified) * c/src/lib/libmisc/monitor/symbols.h (modified) * c/src/lib/libmisc/stackchk/check.c (modified) * c/src/libmisc/assoc/assoc.c (modified) * c/src/libmisc/assoc/assoc.h (modified) * c/src/libmisc/error/error.c (modified) * c/src/libmisc/error/error.h (modified) * c/src/libmisc/monitor/mon-command.c (modified) * c/src/libmisc/monitor/mon-config.c (modified) * c/src/libmisc/monitor/mon-dname.c (modified) * c/src/libmisc/monitor/mon-driver.c (modified) * c/src/libmisc/monitor/mon-extension.c (modified) * c/src/libmisc/monitor/mon-itask.c (modified) * c/src/libmisc/monitor/mon-manager.c (modified) * c/src/libmisc/monitor/mon-monitor.c (modified) * c/src/libmisc/monitor/mon-mpci.c (modified) * c/src/libmisc/monitor/mon-object.c (modified) * c/src/libmisc/monitor/mon-prmisc.c (modified) * c/src/libmisc/monitor/mon-queue.c (modified) * c/src/libmisc/monitor/mon-server.c (modified) * c/src/libmisc/monitor/mon-symbols.c (modified) * c/src/libmisc/monitor/mon-task.c (modified) * c/src/libmisc/monitor/monitor.h (modified) * c/src/libmisc/monitor/symbols.h (modified) * c/src/libmisc/stackchk/check.c (modified) * c/src/tests/sptests/spfatal/fatal.c (modified) * c/src/tests/sptests/spfatal/system.h (modified) * c/src/tests/tmtests/tm21/task1.c (modified) * c/src/tests/tools/generic/difftest (modified) * cpukit/libcsupport/include/rtems/assoc.h (modified) * cpukit/libcsupport/include/rtems/error.h (modified) * cpukit/libcsupport/src/assoc.c (modified) * cpukit/libcsupport/src/error.c (modified) * cpukit/libmisc/monitor/mon-command.c (modified) * cpukit/libmisc/monitor/mon-config.c (modified) * cpukit/libmisc/monitor/mon-dname.c (modified) * cpukit/libmisc/monitor/mon-driver.c (modified) * cpukit/libmisc/monitor/mon-extension.c (modified) * cpukit/libmisc/monitor/mon-itask.c (modified) * cpukit/libmisc/monitor/mon-manager.c (modified) * cpukit/libmisc/monitor/mon-monitor.c (modified) * cpukit/libmisc/monitor/mon-mpci.c (modified) * cpukit/libmisc/monitor/mon-object.c (modified) * cpukit/libmisc/monitor/mon-prmisc.c (modified) * cpukit/libmisc/monitor/mon-queue.c (modified) * cpukit/libmisc/monitor/mon-server.c (modified) * cpukit/libmisc/monitor/mon-symbols.c (modified) * cpukit/libmisc/monitor/mon-task.c (modified) * cpukit/libmisc/monitor/monitor.h (modified) * cpukit/libmisc/monitor/symbols.h (modified) * cpukit/libmisc/stackchk/check.c (modified) * testsuites/sptests/spfatal/fatal.c (modified) * testsuites/sptests/spfatal/system.h (modified) * testsuites/tmtests/tm21/task1.c (modified) * tools/cpu/hppa1.1/genoffsets.c (modified) updates from Tony Bennett Mon, 22 Apr 1996 16:46:36 GMT Joel Sherrill [8faca06] * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/wkspace.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/wkspace.c (modified) thread.c: added support for optional user provided stack allocator ... Mon, 22 Apr 1996 16:46:00 GMT Joel Sherrill [6365f81] * c/src/exec/score/inline/rtems/score/wkspace.inl (modified) * c/src/exec/score/inline/wkspace.inl (modified) * c/src/exec/score/macros/rtems/score/wkspace.inl (modified) * c/src/exec/score/macros/wkspace.inl (modified) * cpukit/score/inline/rtems/score/wkspace.inl (modified) * cpukit/score/macros/rtems/score/wkspace.inl (modified) made initialization routine a regular subroutine Mon, 22 Apr 1996 16:45:47 GMT Joel Sherrill [a155b3c] * c/src/exec/score/headers/interr.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/score/interr.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/score/interr.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) interr.h: added stack allocater error code wkspace.h: made ... Mon, 22 Apr 1996 16:44:54 GMT Joel Sherrill [cc4c1fe4] * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * cpukit/score/cpu/unix/cpu.c (modified) added stack allocation fields to the cpu table updates from Tony ... Mon, 22 Apr 1996 16:44:04 GMT Joel Sherrill [96981e3a] * c/src/exec/score/cpu/i960/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) added stack allocation fields to the cpu table Mon, 22 Apr 1996 16:43:44 GMT Joel Sherrill [9a1ccb3] * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/m68360.h (added) * c/src/exec/score/cpu/m68k/m68k.h (modified) * cpukit/score/cpu/m68k/m68360.h (added) * cpukit/score/cpu/m68k/rtems/m68k/m68360.h (added) added stack allocation fields to the cpu table added ... Mon, 22 Apr 1996 16:30:30 GMT Joel Sherrill [f581163a] * c/src/exec/score/cpu/i386/cpu.h (modified) added stack allocation fields to the cpu table Mon, 22 Apr 1996 16:30:02 GMT Joel Sherrill [d0b7c4e6] * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.s (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) updartes from Tony Bennett Fri, 19 Apr 1996 19:36:59 GMT Joel Sherrill [f4d52cd7] * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) changes to compile in macro configuration without warnings. Thu, 21 Mar 1996 20:19:55 GMT Joel Sherrill [14966f8] * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/include/rtems/score/address.h (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/src/thread.c (modified) *** empty log message *** Thu, 21 Mar 1996 20:19:33 GMT Joel Sherrill [f398452] * c/src/exec/score/cpu/m68k/asm.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * cpukit/score/cpu/m68k/asm.h (modified) * cpukit/score/cpu/m68k/rtems/asm.h (modified) updated for 68302 and so gen68360 bsp would compile Wed, 06 Mar 1996 22:23:56 GMT Joel Sherrill [110f4ff7] * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) Added 68360 support submitted by W. Eric Norum ... Wed, 06 Mar 1996 21:34:57 GMT Joel Sherrill [1a8fde6c] * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/rtems/headers/asr.h (modified) * c/src/exec/rtems/headers/attr.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/eventset.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/modes.h (modified) * c/src/exec/rtems/headers/options.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/rtems.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/status.h (modified) * c/src/exec/rtems/headers/support.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/asr.h (modified) * c/src/exec/rtems/include/rtems/rtems/attr.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/eventset.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/modes.h (modified) * c/src/exec/rtems/include/rtems/rtems/options.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/support.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/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/event.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/event.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/rtems/macros/modes.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/modes.inl (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/inline/extension.inl (modified) * c/src/exec/sapi/inline/rtems/extension.inl (modified) * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/headers/coresem.h (modified) * c/src/exec/score/headers/heap.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mppkt.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/stack.h (modified) * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/tqdata.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/score/address.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/include/rtems/score/heap.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mppkt.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/stack.h (modified) * c/src/exec/score/include/rtems/score/states.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/tod.h (modified) * c/src/exec/score/include/rtems/score/tqdata.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/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) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * c/src/lib/libc/newlibc.c (modified) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/asr.h (modified) * cpukit/rtems/include/rtems/rtems/attr.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventset.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/modes.h (modified) * cpukit/rtems/include/rtems/rtems/options.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/support.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (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/event.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/rtems/macros/rtems/rtems/modes.inl (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/inline/rtems/extension.inl (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mppkt.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/stack.h (modified) * cpukit/score/include/rtems/score/states.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/tod.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.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) * cpukit/score/macros/rtems/score/tqdata.inl (modified) Removed prototyes for static inline routines and moved the comments ... Wed, 06 Mar 1996 21:26:28 GMT Joel Sherrill [8e76546] * c/src/exec/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) Removed prototyes for static inline rgutines and moved the comments ... Wed, 21 Feb 1996 14:44:11 GMT Joel Sherrill [adf98bd] * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * c/src/exec/score/include/rtems/score/object.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/inline/rtems/score/thread.inl (modified) * c/src/exec/score/inline/thread.inl (modified) * c/src/exec/score/macros/rtems/score/thread.inl (modified) * c/src/exec/score/macros/thread.inl (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/inline/rtems/score/thread.inl (modified) * cpukit/score/macros/rtems/score/thread.inl (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/thread.c (modified) Removed the internal thread objects and dispersed its contents to ... Wed, 21 Feb 1996 14:43:34 GMT Joel Sherrill [75f09e5] * 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.c (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.c (modified) * c/src/exec/score/cpu/sparc/cpu.h (modified) * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/sparc/cpu.c (modified) * cpukit/score/cpu/unix/cpu.c (modified) Dispersal of internal thread handler resulted in IDLE thread becoming ... Wed, 14 Feb 1996 19:00:00 GMT Joel Sherrill [b2b52cbc] * 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) Removed arguments from _Thread_Start_multitasking. Wed, 14 Feb 1996 18:48:39 GMT Joel Sherrill [744d2878] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) removed arguments from _Thread_Start_multitasking Wed, 14 Feb 1996 17:06:57 GMT Joel Sherrill [df26b788] * c/src/exec/score/src/thread.c (modified) * cpukit/score/src/thread.c (modified) white space problem Tue, 13 Feb 1996 22:14:48 GMT Joel Sherrill [94b3ec59] * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/inline/rtems/score/userext.inl (modified) * c/src/exec/score/inline/userext.inl (modified) * c/src/exec/score/macros/rtems/score/userext.inl (modified) * c/src/exec/score/macros/userext.inl (modified) * c/src/exec/score/src/apiext.c (modified) * c/src/exec/score/src/thread.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/inline/rtems/score/userext.inl (modified) * cpukit/score/macros/rtems/score/userext.inl (modified) * cpukit/score/src/apiext.c (modified) * cpukit/score/src/thread.c (modified) changed post task extension from user set to api set and added flag ... Tue, 13 Feb 1996 22:14:25 GMT Joel Sherrill [6ca1184] * c/src/exec/score/cpu/sparc/cpu_asm.s (modified) added clear of _ISR_Signals_to_thread_executing Tue, 13 Feb 1996 15:38:37 GMT Joel Sherrill [391f6628] * c/src/exec/score/src/threadq.c (modified) * cpukit/score/src/threadq.c (modified) more comments added and existing ones cleaned up in synchronization paths Tue, 13 Feb 1996 15:38:03 GMT Joel Sherrill [b38955b] * 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) comma removed from end of last enumerated element