Changeset eb5a7e07 in rtems
- Timestamp:
- 10/06/95 20:48:38 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 591d45e
- Parents:
- c62d36f
- Files:
-
- 136 edited
Legend:
- Unmodified
- Added
- Removed
-
c/build-tools/os/msdos/cklength.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 begin 664 cklength 2 5 M?T5,1@$" 0 " ( ! $,% #0 "T8 T " -
c/build-tools/os/msdos/fixtimer.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 begin 664 fixtimer.exe 2 5 M35IF 0X 0 @ T __^; 8 (@ $ ^R!R:@$ -
c/build-tools/os/msdos/ifc_exe.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 2 5 begin 664 ifc.exe -
c/build-tools/src/unhex.c
rc62d36f reb5a7e07 17 17 * x+1..x+2 cksum (2's compl of (len+addr+data)) 18 18 * x+3 \n -- newline 19 * 20 * $Id$ 19 21 */ 20 22 -
c/build-tools/unhex.c
rc62d36f reb5a7e07 17 17 * x+1..x+2 cksum (2's compl of (len+addr+data)) 18 18 * x+3 \n -- newline 19 * 20 * $Id$ 19 21 */ 20 22 -
c/src/exec/libcsupport/include/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/libcsupport/src/hosterr.c
rc62d36f reb5a7e07 10 10 * notice must appear in all copies of this file and its derivatives. 11 11 * 12 * $Id$ 12 13 */ 13 14 -
c/src/exec/libcsupport/src/unixlibc.c
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 4 1 5 #if defined(RTEMS_UNIXLIB) 2 6 -
c/src/exec/libcsupport/src/utsname.c
rc62d36f reb5a7e07 1 1 /* utsname.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/aio.h
rc62d36f reb5a7e07 1 1 /* aio.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/devctl.h
rc62d36f reb5a7e07 1 1 /* devctl.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/intr.h
rc62d36f reb5a7e07 3 3 * XXX: It is unclear if the type "intr_t" should be defined when 4 4 * _POSIX_INTERRUPT_CONTROL is not. 5 * 6 * $Id$ 5 7 */ 6 8 -
c/src/exec/posix/base/limits.h
rc62d36f reb5a7e07 8 8 * to our implementation. We also need to set the Run-Time Invariant 9 9 * and other related values. 10 * 11 * $Id$ 10 12 */ 11 13 -
c/src/exec/posix/base/mqueue.h
rc62d36f reb5a7e07 1 1 /* mqueue.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/pthread.h
rc62d36f reb5a7e07 1 1 /* pthread.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/sched.h
rc62d36f reb5a7e07 1 1 /* sched.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/semaphore.h
rc62d36f reb5a7e07 1 1 /* semaphore.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/base/unistd.h
rc62d36f reb5a7e07 1 1 /* unistd.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/headers/cancel.h
rc62d36f reb5a7e07 1 1 /* rtems/posix/cancel.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/headers/threadsup.h
rc62d36f reb5a7e07 1 1 /* threadsup.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/aio.h
rc62d36f reb5a7e07 1 1 /* aio.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/devctl.h
rc62d36f reb5a7e07 1 1 /* devctl.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/intr.h
rc62d36f reb5a7e07 3 3 * XXX: It is unclear if the type "intr_t" should be defined when 4 4 * _POSIX_INTERRUPT_CONTROL is not. 5 * 6 * $Id$ 5 7 */ 6 8 -
c/src/exec/posix/include/limits.h
rc62d36f reb5a7e07 8 8 * to our implementation. We also need to set the Run-Time Invariant 9 9 * and other related values. 10 * 11 * $Id$ 10 12 */ 11 13 -
c/src/exec/posix/include/mqueue.h
rc62d36f reb5a7e07 1 1 /* mqueue.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/pthread.h
rc62d36f reb5a7e07 1 1 /* pthread.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/rtems/posix/cancel.h
rc62d36f reb5a7e07 1 1 /* rtems/posix/cancel.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/rtems/posix/threadsup.h
rc62d36f reb5a7e07 1 1 /* threadsup.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/sched.h
rc62d36f reb5a7e07 1 1 /* sched.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/semaphore.h
rc62d36f reb5a7e07 1 1 /* semaphore.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/include/unistd.h
rc62d36f reb5a7e07 1 1 /* unistd.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/inline/priority.inl
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 1 4 2 5 #ifndef __RTEMS_POSIX_PRIORITY_inl -
c/src/exec/posix/inline/rtems/posix/priority.inl
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 1 4 2 5 #ifndef __RTEMS_POSIX_PRIORITY_inl -
c/src/exec/posix/src/aio.c
rc62d36f reb5a7e07 1 1 /* aio.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/cancel.c
rc62d36f reb5a7e07 1 1 /* cancel.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/cond.c
rc62d36f reb5a7e07 1 1 /* cond.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/devctl.c
rc62d36f reb5a7e07 1 1 /* devctl.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/intr.c
rc62d36f reb5a7e07 4 4 * No matter which interrupt occurs that it has registered, 5 5 * the same semaphore is used. 6 * 7 * $Id$ 6 8 */ 7 9 -
c/src/exec/posix/src/key.c
rc62d36f reb5a7e07 1 1 /* key.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/mqueue.c
rc62d36f reb5a7e07 12 12 * This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open 13 13 * time. 14 * 15 * $Id$ 14 16 */ 15 17 -
c/src/exec/posix/src/mutex.c
rc62d36f reb5a7e07 1 1 /* mutex.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/psignal.c
rc62d36f reb5a7e07 1 1 /* signal.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/pthread.c
rc62d36f reb5a7e07 1 1 /* pthread.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/sched.c
rc62d36f reb5a7e07 1 1 /* sched.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/semaphore.c
rc62d36f reb5a7e07 1 1 /* semaphore.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/time.c
rc62d36f reb5a7e07 1 1 /* time.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/types.c
rc62d36f reb5a7e07 1 1 /* types.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/unistd.c
rc62d36f reb5a7e07 1 1 /* unistd.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/src/utsname.c
rc62d36f reb5a7e07 1 1 /* utsname.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/posix/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/exec/score/cpu/hppa1.1/cpu.c
rc62d36f reb5a7e07 15 15 * suitability of this software for any purpose. 16 16 * 17 * cpu.c,v 1.7 1995/09/19 14:49:35 joel Exp17 * $Id$ 18 18 */ 19 19 -
c/src/exec/score/cpu/hppa1.1/cpu.h
rc62d36f reb5a7e07 21 21 * This file is included by both C and assembler code ( -DASM ) 22 22 * 23 * cpu.h,v 1.5 1995/09/11 19:24:10 joel Exp23 * $Id$ 24 24 */ 25 25 -
c/src/exec/score/cpu/hppa1.1/cpu_asm.s
rc62d36f reb5a7e07 25 25 # suitability of this software for any purpose. 26 26 # 27 # cpu_asm.S,v 1.5 1995/09/19 14:49:36 joel Exp27 # $Id$ 28 28 # 29 29 -
c/src/exec/score/cpu/hppa1.1/hppa.h
rc62d36f reb5a7e07 25 25 * This file is included by both C and assembler code ( -DASM ) 26 26 * 27 * hppa.h,v 1.4 1995/09/19 14:49:37 joel Exp27 * $Id$ 28 28 */ 29 29 -
c/src/exec/score/cpu/m68k/qsm.h
rc62d36f reb5a7e07 35 35 * 36 36 *------------------------------------------------------------------ 37 * 38 * $Id$ 37 39 */ 40 38 41 #ifndef _QSM_H_ 39 42 #define _QSM_H_ -
c/src/exec/score/cpu/m68k/sim.h
rc62d36f reb5a7e07 43 43 * 44 44 *------------------------------------------------------------------ 45 * 46 * $Id$ 45 47 */ 48 46 49 #ifndef _SIM_H_ 47 50 #define _SIM_H_ -
c/src/exec/score/cpu/powerpc/README
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 4 1 5 There are various issues regarding this port: 2 6 … … 18 22 as a place-holder). 19 23 24 NOTE: IBM released the alignment exception handler under generous enough 25 terms where it could be included in this distribution. 20 26 21 27 -
c/src/exec/score/cpu/powerpc/TODO
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 4 1 5 Todo list: 2 6 -
c/src/exec/score/cpu/powerpc/cpu.c
rc62d36f reb5a7e07 27 27 * notice must appear in all copies of this file and its derivatives. 28 28 * 29 * $Id$ 29 30 */ 30 31 -
c/src/exec/score/cpu/powerpc/cpu.h
rc62d36f reb5a7e07 29 29 * notice must appear in all copies of this file and its derivatives. 30 30 * 31 * $Id$ 31 32 */ 32 33 -
c/src/exec/score/cpu/powerpc/cpu_asm.s
rc62d36f reb5a7e07 29 29 * notice must appear in all copies of this file and its derivatives. 30 30 * 31 * cpu_asm.c,v 1.3 1995/06/07 02:40:23 joel Exp31 * $Id$ 32 32 */ 33 33 -
c/src/exec/score/cpu/powerpc/irq_stub.s
rc62d36f reb5a7e07 18 18 * i-cubed limited makes no representations about the suitability 19 19 * of this software for any purpose. 20 * 21 * $Id$ 20 22 */ 21 23 -
c/src/exec/score/cpu/powerpc/ppc.h
rc62d36f reb5a7e07 32 32 * This file is included by both C and assembler code ( -DASM ) 33 33 * 34 * $Id$ 34 35 */ 35 36 -
c/src/exec/score/cpu/powerpc/ppctypes.h
rc62d36f reb5a7e07 29 29 * notice must appear in all copies of this file and its derivatives. 30 30 * 31 * ppctypes.h,v 1.3 1995/05/31 14:57:15 joel Exp31 * $Id$ 32 32 */ 33 33 -
c/src/exec/score/cpu/powerpc/rtems.s
rc62d36f reb5a7e07 29 29 * notice must appear in all copies of this file and its derivatives. 30 30 * 31 * $Id$ 31 32 */ 32 33 -
c/src/lib/include/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h
rc62d36f reb5a7e07 2 2 * @(#)ttydrv.h 1.1 - 95/06/02 3 3 * 4 * $Id$ 4 5 */ 5 6 -
c/src/lib/libbsp/m68k/idp/README
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 4 1 5 This board support package has not been tested with multiprocessor 2 6 or the timing support. The uniprocessor IDP package was tested though -
c/src/lib/libbsp/m68k/idp/console/duart.c
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 4 1 5 /*######################################################### 2 6 # -
c/src/lib/libbsp/m68k/idp/console/leds.c
rc62d36f reb5a7e07 2 2 * leds.c -- control the led's on a Motorola mc68ec0x0 board. 3 3 * Written by rob@cygnus.com (Rob Savoye) 4 * 5 * $Id$ 4 6 */ 5 7 #include "leds.h" -
c/src/lib/libbsp/m68k/idp/console/mc68ec.c
rc62d36f reb5a7e07 2 2 * mc68ec.c -- Low level support for the Motorola mc68ec0x0 board. 3 3 * Written by rob@cygnus.com (Rob Savoye) 4 * 5 * $Id$ 4 6 */ 7 5 8 #include "leds.h" 6 9 -
c/src/lib/libbsp/m68k/idp/include/leds.h
rc62d36f reb5a7e07 2 2 * leds.c -- control the led's on a Motorola mc68ec0x0 board. 3 3 * Written by rob@cygnus.com (Rob Savoye) 4 * 5 * $Id$ 4 6 */ 5 7 -
c/src/lib/libbsp/m68k/idp/startup/linkcmds
rc62d36f reb5a7e07 3 3 * Rob Savoye. Other ideas came from Joel Sherrill for the RTEMS linkcmds 4 4 * file (this is basically a mixture of the two). 5 * 6 * $Id$ 5 7 */ 6 8 -
c/src/lib/libbsp/powerpc/papyrus/README
rc62d36f reb5a7e07 1 1 # 2 # README,v 1.2 1995/05/31 16:56:03 joel Exp 3 # 2 # $Id$ 4 3 # 5 4 -
c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s
rc62d36f reb5a7e07 18 18 * i-cubed limited makes no representations about the suitability 19 19 * of this software for any purpose. 20 * 21 * $Id$ 20 22 */ 21 23 -
c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s
rc62d36f reb5a7e07 18 18 * i-cubed limited makes no representations about the suitability 19 19 * of this software for any purpose. 20 * 21 * $Id$ 20 22 */ 21 23 -
c/src/lib/libbsp/powerpc/papyrus/include/bsp.h
rc62d36f reb5a7e07 28 28 * notice must appear in all copies of this file and its derivatives. 29 29 * 30 * bsp.h,v 1.2 1995/05/31 16:56:13 joel Exp30 * $Id$ 31 31 */ 32 32 -
c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h
rc62d36f reb5a7e07 23 23 * notice must appear in all copies of this file and its derivatives. 24 24 * 25 * coverhd.h,v 1.2 1995/05/31 16:56:15 joel Exp25 * $Id$ 26 26 */ 27 27 -
c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c
rc62d36f reb5a7e07 33 33 * notice must appear in all copies of this file and its derivatives. 34 34 * 35 * bspclean.c,v 1.2 1995/05/31 16:56:27 joel Exp35 * $Id$ 36 36 */ 37 37 -
c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
rc62d36f reb5a7e07 35 35 * notice must appear in all copies of this file and its derivatives. 36 36 * 37 * bspstart.c,v 1.2 1995/05/31 16:56:29 joel Exp37 * $Id$ 38 38 */ 39 39 -
c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c
rc62d36f reb5a7e07 38 38 * notice must appear in all copies of this file and its derivatives. 39 39 * 40 * setvec.c,v 1.2 1995/05/31 16:56:35 joel Exp40 * $Id$ 41 41 */ 42 42 -
c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc
rc62d36f reb5a7e07 47 47 * TODO: 48 48 * 49 * $Id$ 49 50 */ 50 51 -
c/src/lib/libc/hosterr.c
rc62d36f reb5a7e07 10 10 * notice must appear in all copies of this file and its derivatives. 11 11 * 12 * $Id$ 12 13 */ 13 14 -
c/src/lib/libc/unixlibc.c
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 4 1 5 #if defined(RTEMS_UNIXLIB) 2 6 -
c/src/lib/libc/utsname.c
rc62d36f reb5a7e07 1 1 /* utsname.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
c/src/lib/libcpu/powerpc/README
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 4 1 5 This hierachy contains support routines for the various 2 6 PowerPC processors. -
c/src/tests/samples/README
rc62d36f reb5a7e07 7 7 # to the copyright license under the clause at DFARS 252.227-7013. This 8 8 # notice must appear in all copies of this file and its derivatives. 9 # 10 # $Id$ 9 11 # 10 12 -
c/src/tests/sptests/sp02/init.c
rc62d36f reb5a7e07 20 20 * notice must appear in all copies of this file and its derivatives. 21 21 * 22 * init.c,v 1.2 1995/05/31 17:06:49 joel Exp22 * $Id$ 23 23 */ 24 24 -
c/src/tests/sptests/sp02/preempt.c
rc62d36f reb5a7e07 16 16 * notice must appear in all copies of this file and its derivatives. 17 17 * 18 * preempt.c,v 1.2 1995/05/31 17:06:51 joel Exp18 * $Id$ 19 19 */ 20 20 -
c/src/tests/sptests/sp02/task1.c
rc62d36f reb5a7e07 16 16 * notice must appear in all copies of this file and its derivatives. 17 17 * 18 * task1.c,v 1.2 1995/05/31 17:06:56 joel Exp18 * $Id$ 19 19 */ 20 20 -
c/src/tests/sptests/sp02/task2.c
rc62d36f reb5a7e07 18 18 * notice must appear in all copies of this file and its derivatives. 19 19 * 20 * task2.c,v 1.2 1995/05/31 17:06:58 joel Exp20 * $Id$ 21 21 */ 22 22 -
c/src/tests/sptests/sp02/task3.c
rc62d36f reb5a7e07 17 17 * notice must appear in all copies of this file and its derivatives. 18 18 * 19 * task3.c,v 1.2 1995/05/31 17:07:00 joel Exp19 * $Id$ 20 20 */ 21 21 -
cpukit/libcsupport/include/sys/utsname.h
rc62d36f reb5a7e07 1 1 /* sys/utsname.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/libcsupport/src/hosterr.c
rc62d36f reb5a7e07 10 10 * notice must appear in all copies of this file and its derivatives. 11 11 * 12 * $Id$ 12 13 */ 13 14 -
cpukit/libcsupport/src/unixlibc.c
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 4 1 5 #if defined(RTEMS_UNIXLIB) 2 6 -
cpukit/libcsupport/src/utsname.c
rc62d36f reb5a7e07 1 1 /* utsname.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/aio.h
rc62d36f reb5a7e07 1 1 /* aio.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/devctl.h
rc62d36f reb5a7e07 1 1 /* devctl.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/intr.h
rc62d36f reb5a7e07 3 3 * XXX: It is unclear if the type "intr_t" should be defined when 4 4 * _POSIX_INTERRUPT_CONTROL is not. 5 * 6 * $Id$ 5 7 */ 6 8 -
cpukit/posix/include/mqueue.h
rc62d36f reb5a7e07 1 1 /* mqueue.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/rtems/posix/cancel.h
rc62d36f reb5a7e07 1 1 /* rtems/posix/cancel.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/rtems/posix/threadsup.h
rc62d36f reb5a7e07 1 1 /* threadsup.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/sched.h
rc62d36f reb5a7e07 1 1 /* sched.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/include/semaphore.h
rc62d36f reb5a7e07 1 1 /* semaphore.h 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/inline/rtems/posix/priority.inl
rc62d36f reb5a7e07 1 /* 2 * $Id$ 3 */ 1 4 2 5 #ifndef __RTEMS_POSIX_PRIORITY_inl -
cpukit/posix/src/aio.c
rc62d36f reb5a7e07 1 1 /* aio.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/cancel.c
rc62d36f reb5a7e07 1 1 /* cancel.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/cond.c
rc62d36f reb5a7e07 1 1 /* cond.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/devctl.c
rc62d36f reb5a7e07 1 1 /* devctl.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/intr.c
rc62d36f reb5a7e07 4 4 * No matter which interrupt occurs that it has registered, 5 5 * the same semaphore is used. 6 * 7 * $Id$ 6 8 */ 7 9 -
cpukit/posix/src/key.c
rc62d36f reb5a7e07 1 1 /* key.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/mqueue.c
rc62d36f reb5a7e07 12 12 * This code ignores the O_RDONLY/O_WRONLY/O_RDWR flag at open 13 13 * time. 14 * 15 * $Id$ 14 16 */ 15 17 -
cpukit/posix/src/mutex.c
rc62d36f reb5a7e07 1 1 /* mutex.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/psignal.c
rc62d36f reb5a7e07 1 1 /* signal.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/pthread.c
rc62d36f reb5a7e07 1 1 /* pthread.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/sched.c
rc62d36f reb5a7e07 1 1 /* sched.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/semaphore.c
rc62d36f reb5a7e07 1 1 /* semaphore.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/time.c
rc62d36f reb5a7e07 1 1 /* time.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/posix/src/types.c
rc62d36f reb5a7e07 1 1 /* types.c 2 2 * 3 * $Id$ 3 4 */ 4 5 -
cpukit/score/cpu/hppa1.1/cpu.c
rc62d36f reb5a7e07 15 15 * suitability of this software for any purpose. 16 16 * 17 * cpu.c,v 1.7 1995/09/19 14:49:35 joel Exp17 * $Id$ 18 18 */ 19 19 -
cpukit/score/cpu/m68k/qsm.h
rc62d36f reb5a7e07 35 35 * 36 36 *------------------------------------------------------------------ 37 * 38 * $Id$ 37 39 */ 40 38 41 #ifndef _QSM_H_ 39 42 #define _QSM_H_ -
cpukit/score/cpu/m68k/rtems/m68k/qsm.h
rc62d36f reb5a7e07 35 35 * 36 36 *------------------------------------------------------------------ 37 * 38 * $Id$ 37 39 */ 40 38 41 #ifndef _QSM_H_ 39 42 #define _QSM_H_ -
cpukit/score/cpu/m68k/rtems/m68k/sim.h
rc62d36f reb5a7e07 43 43 * 44 44 *------------------------------------------------------------------ 45 * 46 * $Id$ 45 47 */ 48 46 49 #ifndef _SIM_H_ 47 50 #define _SIM_H_ -
cpukit/score/cpu/m68k/sim.h
rc62d36f reb5a7e07 43 43 * 44 44 *------------------------------------------------------------------ 45 * 46 * $Id$ 45 47 */ 48 46 49 #ifndef _SIM_H_ 47 50 #define _SIM_H_ -
testsuites/samples/README
rc62d36f reb5a7e07 7 7 # to the copyright license under the clause at DFARS 252.227-7013. This 8 8 # notice must appear in all copies of this file and its derivatives. 9 # 10 # $Id$ 9 11 # 10 12 -
testsuites/sptests/sp02/init.c
rc62d36f reb5a7e07 20 20 * notice must appear in all copies of this file and its derivatives. 21 21 * 22 * init.c,v 1.2 1995/05/31 17:06:49 joel Exp22 * $Id$ 23 23 */ 24 24 -
testsuites/sptests/sp02/preempt.c
rc62d36f reb5a7e07 16 16 * notice must appear in all copies of this file and its derivatives. 17 17 * 18 * preempt.c,v 1.2 1995/05/31 17:06:51 joel Exp18 * $Id$ 19 19 */ 20 20 -
testsuites/sptests/sp02/task1.c
rc62d36f reb5a7e07 16 16 * notice must appear in all copies of this file and its derivatives. 17 17 * 18 * task1.c,v 1.2 1995/05/31 17:06:56 joel Exp18 * $Id$ 19 19 */ 20 20 -
testsuites/sptests/sp02/task2.c
rc62d36f reb5a7e07 18 18 * notice must appear in all copies of this file and its derivatives. 19 19 * 20 * task2.c,v 1.2 1995/05/31 17:06:58 joel Exp20 * $Id$ 21 21 */ 22 22 -
testsuites/sptests/sp02/task3.c
rc62d36f reb5a7e07 17 17 * notice must appear in all copies of this file and its derivatives. 18 18 * 19 * task3.c,v 1.2 1995/05/31 17:07:00 joel Exp19 * $Id$ 20 20 */ 21 21 -
tools/build/os/msdos/cklength.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 begin 664 cklength 2 5 M?T5,1@$" 0 " ( ! $,% #0 "T8 T " -
tools/build/os/msdos/fixtimer.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 begin 664 fixtimer.exe 2 5 M35IF 0X 0 @ T __^; 8 (@ $ ^R!R:@$ -
tools/build/os/msdos/ifc_exe.uue
rc62d36f reb5a7e07 1 # 2 # $Id$ 3 # 1 4 2 5 begin 664 ifc.exe -
tools/build/src/unhex.c
rc62d36f reb5a7e07 17 17 * x+1..x+2 cksum (2's compl of (len+addr+data)) 18 18 * x+3 \n -- newline 19 * 20 * $Id$ 19 21 */ 20 22 -
tools/build/unhex.c
rc62d36f reb5a7e07 17 17 * x+1..x+2 cksum (2's compl of (len+addr+data)) 18 18 * x+3 \n -- newline 19 * 20 * $Id$ 19 21 */ 20 22
Note: See TracChangeset
for help on using the changeset viewer.