Changeset eb5a7e07 in rtems for c/src/exec
- Timestamp:
- 10/06/95 20:48:38 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 591d45e
- Parents:
- c62d36f
- Location:
- c/src/exec
- Files:
-
- 61 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.