Changeset 60b791ad in rtems for c/src/exec/libcsupport
- Timestamp:
- 02/17/98 23:46:28 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bf4cdb70
- Parents:
- 33b304f
- Location:
- c/src/exec/libcsupport
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/include/clockdrv.h
r33b304f r60b791ad 3 3 * This file describes the Clock Driver for all boards. 4 4 * 5 * COPYRIGHT (c) 1989-199 7.5 * COPYRIGHT (c) 1989-1998. 6 6 * On-Line Applications Research Corporation (OAR). 7 7 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/console.h
r33b304f r60b791ad 4 4 * This driver provides support for the standard C Library. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/iosupp.h
r33b304f r60b791ad 1 1 /* iosupp.h 2 2 * 3 * COPYRIGHT (c) 1989-199 7.3 * COPYRIGHT (c) 1989-1998. 4 4 * On-Line Applications Research Corporation (OAR). 5 5 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/motorola/mc68230.h
r33b304f r60b791ad 8 8 * manual. RTEMS copyright information below. 9 9 * 10 * COPYRIGHT (c) 1989-199 7.10 * COPYRIGHT (c) 1989-1998. 11 11 * On-Line Applications Research Corporation (OAR). 12 12 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/rtems/libcsupport.h
r33b304f r60b791ad 4 4 * RTEMS specific support for the standard C library. 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/sys/termios.h
r33b304f r60b791ad 2 2 * POSIX termios implementation for RTEMS console device driver. 3 3 * 4 * COPYRIGHT (c) 1989-199 7.4 * COPYRIGHT (c) 1989-1998. 5 5 * On-Line Applications Research Corporation (OAR). 6 6 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/timerdrv.h
r33b304f r60b791ad 3 3 * This file describes the Timer Driver for all boards. 4 4 * 5 * COPYRIGHT (c) 1989-199 7.5 * COPYRIGHT (c) 1989-1998. 6 6 * On-Line Applications Research Corporation (OAR). 7 7 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/vmeintr.h
r33b304f r60b791ad 6 6 * Computers but currently only a few do so. 7 7 * 8 * COPYRIGHT (c) 1989-199 7.8 * COPYRIGHT (c) 1989-1998. 9 9 * On-Line Applications Research Corporation (OAR). 10 10 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/zilog/z8036.h
r33b304f r60b791ad 11 11 * file for the Z8536 via z8x36.h. 12 12 * 13 * COPYRIGHT (c) 1989-199 7.13 * COPYRIGHT (c) 1989-1998. 14 14 * On-Line Applications Research Corporation (OAR). 15 15 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/zilog/z8530.h
r33b304f r60b791ad 8 8 * Output parameters: NONE 9 9 * 10 * COPYRIGHT (c) 1989-199 7.10 * COPYRIGHT (c) 1989-1998. 11 11 * On-Line Applications Research Corporation (OAR). 12 12 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/include/zilog/z8536.h
r33b304f r60b791ad 11 11 * file for the Z8036 via z8x36.h. 12 12 * 13 * COPYRIGHT (c) 1989-199 7.13 * COPYRIGHT (c) 1989-1998. 14 14 * On-Line Applications Research Corporation (OAR). 15 15 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/__brk.c
r33b304f r60b791ad 7 7 * 8 8 * 9 * COPYRIGHT (c) 1989-199 7.9 * COPYRIGHT (c) 1989-1998. 10 10 * On-Line Applications Research Corporation (OAR). 11 11 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/__gettod.c
r33b304f r60b791ad 4 4 * 5 5 * 6 * COPYRIGHT (c) 1989-199 7.6 * COPYRIGHT (c) 1989-1998. 7 7 * On-Line Applications Research Corporation (OAR). 8 8 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/__times.c
r33b304f r60b791ad 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989-199 7.5 * COPYRIGHT (c) 1989-1998. 6 6 * On-Line Applications Research Corporation (OAR). 7 7 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/hosterr.c
r33b304f r60b791ad 2 2 * Routines to access a host errno 3 3 * 4 * COPYRIGHT (c) 1989-199 7.4 * COPYRIGHT (c) 1989-1998. 5 5 * On-Line Applications Research Corporation (OAR). 6 6 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/malloc.c
r33b304f r60b791ad 3 3 * 4 4 * 5 * COPYRIGHT (c) 1989-199 7.5 * COPYRIGHT (c) 1989-1998. 6 6 * On-Line Applications Research Corporation (OAR). 7 7 * Copyright assigned to U.S. Government, 1994. -
c/src/exec/libcsupport/src/no_libc.c
r33b304f r60b791ad 5 5 * an unknown C library is used. 6 6 * 7 * COPYRIGHT (c) 1989-199 7.7 * COPYRIGHT (c) 1989-1998. 8 8 * On-Line Applications Research Corporation (OAR). 9 9 * Copyright assigned to U.S. Government, 1994.
Note: See TracChangeset
for help on using the changeset viewer.