- 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:
- cpukit
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
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_
Note: See TracChangeset
for help on using the changeset viewer.