Changeset 6f9c75c3 in rtems
- Timestamp:
- 01/16/98 16:56:48 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4dc0fd6
- Parents:
- 3a7782b
- Files:
-
- 4 added
- 129 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r3a7782b r6f9c75c3 3 3 # 4 4 # Modified by Jiri to implement autoconf and cygnus one-tree build 5 # 6 # $Id$ 5 7 # 6 8 -
README.configure
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 1 4 2 5 1. Autoconf support -
aclocal.m4
r3a7782b r6f9c75c3 4 4 dnl 5 5 dnl Last Modified: 98/01/10 6 dnl 7 dnl $Id$ 6 8 dnl 7 9 -
c/build-tools/scripts/Makefile.in
r3a7782b r6f9c75c3 20 20 DESTDIR=$(PROJECT_RELEASE)/build-tools 21 21 22 PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom 22 PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom search-id.sh 23 23 24 24 25 INSTALLED=$(PGMS:%=$(DESTDIR)/%) -
c/src/lib/libbsp/i386/i386ex/startup/README
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 1 4 2 5 -
c/src/lib/libbsp/i386/i386ex/startup/linkcmds
r3a7782b r6f9c75c3 11 11 * http://www.OARcorp.com/rtems/license.html. 12 12 * 13 * linkcmds,v 1.0 1995/11/30 16:52:02 Erik Ivanenko13 * $Id$ 14 14 */ 15 15 -
c/src/lib/libbsp/i386/pc386/clock/ckinit.c
r3a7782b r6f9c75c3 20 20 | With the following copyright notice: 21 21 | ************************************************************************** 22 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *23 | * On-Line Applications Research Corporation (OAR). *24 | * All rights assigned to U.S. Government, 1994. *25 | * *26 | * This material may be reproduced by or for the U.S. Government pursuant *27 | * to the copyright license under the clause at DFARS 252.227-7013. This *28 | * notice must appear in all copies of this file and its derivatives. *22 | * COPYRIGHT (c) 1989-1997. 23 | * On-Line Applications Research Corporation (OAR). 24 | * Copyright assigned to U.S. Government, 1994. 25 | * 26 | * The license and distribution terms for this file may be 27 | * found in found in the file LICENSE in this distribution or at 28 | * http://www.OARcorp.com/rtems/license.html. 29 29 | ************************************************************************** 30 | 31 | $Id$ 30 32 +--------------------------------------------------------------------------*/ 31 33 -
c/src/lib/libbsp/i386/pc386/clock/rtc.c
r3a7782b r6f9c75c3 21 21 | With the following copyright notice: 22 22 | ************************************************************************** 23 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *24 | * On-Line Applications Research Corporation (OAR). *25 | * All rights assigned to U.S. Government, 1994. *26 | * *27 | * This material may be reproduced by or for the U.S. Government pursuant *28 | * to the copyright license under the clause at DFARS 252.227-7013. This *29 | * notice must appear in all copies of this file and its derivatives. *23 | * COPYRIGHT (c) 1989-1997. 24 | * On-Line Applications Research Corporation (OAR). 25 | * Copyright assigned to U.S. Government, 1994. 26 | * 27 | * The license and distribution terms for this file may be 28 | * found in found in the file LICENSE in this distribution or at 29 | * http://www.OARcorp.com/rtems/license.html. 30 30 | ************************************************************************** 31 | 32 | $Id$ 31 33 +--------------------------------------------------------------------------*/ 32 34 -
c/src/lib/libbsp/i386/pc386/console/console.c
r3a7782b r6f9c75c3 20 20 | With the following copyright notice: 21 21 | ************************************************************************** 22 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *23 | * On-Line Applications Research Corporation (OAR). *24 | * All rights assigned to U.S. Government, 1994. *25 | * *26 | * This material may be reproduced by or for the U.S. Government pursuant *27 | * to the copyright license under the clause at DFARS 252.227-7013. This *28 | * notice must appear in all copies of this file and its derivatives. *22 | * COPYRIGHT (c) 1989-1997. 23 | * On-Line Applications Research Corporation (OAR). 24 | * Copyright assigned to U.S. Government, 1994. 25 | * 26 | * The license and distribution terms for this file may be 27 | * found in found in the file LICENSE in this distribution or at 28 | * http://www.OARcorp.com/rtems/license.html. 29 29 | ************************************************************************** 30 | 31 | $Id$ 30 32 +--------------------------------------------------------------------------*/ 31 33 -
c/src/lib/libbsp/i386/pc386/console/inch.c
r3a7782b r6f9c75c3 17 17 | inch.c,v 1.3 1995/12/19 20:07:25 joel Exp - go32 BSP 18 18 | With the following copyright notice: 19 | With the following copyright notice: 19 20 | ************************************************************************** 20 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *21 | * On-Line Applications Research Corporation (OAR). *22 | * All rights assigned to U.S. Government, 1994. *23 | * *24 | * This material may be reproduced by or for the U.S. Government pursuant *25 | * to the copyright license under the clause at DFARS 252.227-7013. This *26 | * notice must appear in all copies of this file and its derivatives. *21 | * COPYRIGHT (c) 1989-1997. 22 | * On-Line Applications Research Corporation (OAR). 23 | * Copyright assigned to U.S. Government, 1994. 24 | * 25 | * The license and distribution terms for this file may be 26 | * found in found in the file LICENSE in this distribution or at 27 | * http://www.OARcorp.com/rtems/license.html. 27 28 | ************************************************************************** 29 | 30 | $Id$ 28 31 +--------------------------------------------------------------------------*/ 29 32 -
c/src/lib/libbsp/i386/pc386/console/outch.c
r3a7782b r6f9c75c3 18 18 | With the following copyright notice: 19 19 | ************************************************************************** 20 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *21 | * On-Line Applications Research Corporation (OAR). *22 | * All rights assigned to U.S. Government, 1994. *23 | * *24 | * This material may be reproduced by or for the U.S. Government pursuant *25 | * to the copyright license under the clause at DFARS 252.227-7013. This *26 | * notice must appear in all copies of this file and its derivatives. *20 | * COPYRIGHT (c) 1989-1997. 21 | * On-Line Applications Research Corporation (OAR). 22 | * Copyright assigned to U.S. Government, 1994. 23 | * 24 | * The license and distribution terms for this file may be 25 | * found in found in the file LICENSE in this distribution or at 26 | * http://www.OARcorp.com/rtems/license.html. 27 27 | ************************************************************************** 28 | 29 | $Id$ 28 30 +--------------------------------------------------------------------------*/ 29 31 -
c/src/lib/libbsp/i386/pc386/include/bsp.h
r3a7782b r6f9c75c3 20 20 | With the following copyright notice: 21 21 | ************************************************************************** 22 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *23 | * On-Line Applications Research Corporation (OAR). *24 | * All rights assigned to U.S. Government, 1994. *25 | * *26 | * This material may be reproduced by or for the U.S. Government pursuant *27 | * to the copyright license under the clause at DFARS 252.227-7013. This *28 | * notice must appear in all copies of this file and its derivatives. *22 | * COPYRIGHT (c) 1989-1997. 23 | * On-Line Applications Research Corporation (OAR). 24 | * Copyright assigned to U.S. Government, 1994. 25 | * 26 | * The license and distribution terms for this file may be 27 | * found in found in the file LICENSE in this distribution or at 28 | * http://www.OARcorp.com/rtems/license.html. 29 29 | ************************************************************************** 30 | 31 | $Id$ 30 32 +--------------------------------------------------------------------------*/ 31 33 -
c/src/lib/libbsp/i386/pc386/include/coverhd.h
r3a7782b r6f9c75c3 4 4 * with calling a particular directive from C on this target. 5 5 * 6 * COPYRIGHT (c) 1989 , 1990, 1991, 1992, 1993, 1994.6 * COPYRIGHT (c) 1989-1997. 7 7 * On-Line Applications Research Corporation (OAR). 8 * All rights assigned to U.S. Government, 1994.8 * Copyright assigned to U.S. Government, 1994. 9 9 * 10 * Th is material may be reproduced by or for the U.S. Government pursuant11 * to the copyright license under the clause at DFARS 252.227-7013. This12 * notice must appear in all copies of this file and its derivatives.10 * The license and distribution terms for this file may be 11 * found in found in the file LICENSE in this distribution or at 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * coverhd.h,v 1.2 1995/12/19 20:07:32 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/lib/libbsp/i386/pc386/start/start.s
r3a7782b r6f9c75c3 33 33 | Also based on (from the Linux source tree): 34 34 | video.S - Copyright (C) 1995, 1996 Martin Mares <mj@k332.feld.cvut.cz> 35 | 36 | $Id$ 35 37 +--------------------------------------------------------------------------*/ 36 38 -
c/src/lib/libbsp/i386/pc386/startup/bspstart.c
r3a7782b r6f9c75c3 22 22 | With the following copyright notice: 23 23 | ************************************************************************** 24 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *25 | * On-Line Applications Research Corporation (OAR). *26 | * All rights assigned to U.S. Government, 1994. *27 | * *28 | * This material may be reproduced by or for the U.S. Government pursuant *29 | * to the copyright license under the clause at DFARS 252.227-7013. This *30 | * notice must appear in all copies of this file and its derivatives. *24 | * COPYRIGHT (c) 1989-1997. 25 | * On-Line Applications Research Corporation (OAR). 26 | * Copyright assigned to U.S. Government, 1994. 27 | * 28 | * The license and distribution terms for this file may be 29 | * found in found in the file LICENSE in this distribution or at 30 | * http://www.OARcorp.com/rtems/license.html. 31 31 | ************************************************************************** 32 | 33 | $Id$ 32 34 +--------------------------------------------------------------------------*/ 33 35 -
c/src/lib/libbsp/i386/pc386/startup/exit.c
r3a7782b r6f9c75c3 20 20 | With the following copyright notice: 21 21 | ************************************************************************** 22 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *23 | * On-Line Applications Research Corporation (OAR). *24 | * All rights assigned to U.S. Government, 1994. *25 | * *26 | * This material may be reproduced by or for the U.S. Government pursuant *27 | * to the copyright license under the clause at DFARS 252.227-7013. This *28 | * notice must appear in all copies of this file and its derivatives. *22 | * COPYRIGHT (c) 1989-1997. 23 | * On-Line Applications Research Corporation (OAR). 24 | * Copyright assigned to U.S. Government, 1994. 25 | * 26 | * The license and distribution terms for this file may be 27 | * found in found in the file LICENSE in this distribution or at 28 | * http://www.OARcorp.com/rtems/license.html. 29 29 | ************************************************************************** 30 | 31 | $Id$ 30 32 +--------------------------------------------------------------------------*/ 31 33 -
c/src/lib/libbsp/i386/pc386/startup/ldsegs.s
r3a7782b r6f9c75c3 25 25 | With the following copyright notice: 26 26 | ************************************************************************** 27 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *28 | * On-Line Applications Research Corporation (OAR). *29 | * All rights assigned to U.S. Government, 1994. *30 | * *31 | * This material may be reproduced by or for the U.S. Government pursuant *32 | * to the copyright license under the clause at DFARS 252.227-7013. This *33 | * notice must appear in all copies of this file and its derivatives. *27 | * COPYRIGHT (c) 1989-1997. 28 | * On-Line Applications Research Corporation (OAR). 29 | * Copyright assigned to U.S. Government, 1994. 30 | * 31 | * The license and distribution terms for this file may be 32 | * found in found in the file LICENSE in this distribution or at 33 | * http://www.OARcorp.com/rtems/license.html. 34 34 | ************************************************************************** 35 | 36 | $Id$ 35 37 | 36 38 | Also based on (from the Linux source tree): -
c/src/lib/libbsp/i386/pc386/startup/linkcmds
r3a7782b r6f9c75c3 21 21 | With the following copyright notice: 22 22 | ************************************************************************** 23 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *24 | * On-Line Applications Research Corporation (OAR). *25 | * All rights assigned to U.S. Government, 1994. *26 | * *27 | * This material may be reproduced by or for the U.S. Government pursuant *28 | * to the copyright license under the clause at DFARS 252.227-7013. This *29 | * notice must appear in all copies of this file and its derivatives. *23 | * COPYRIGHT (c) 1989-1997. 24 | * On-Line Applications Research Corporation (OAR). 25 | * Copyright assigned to U.S. Government, 1994. 26 | * 27 | * The license and distribution terms for this file may be 28 | * found in found in the file LICENSE in this distribution or at 29 | * http://www.OARcorp.com/rtems/license.html. 30 30 | ************************************************************************** 31 | 32 | $Id$ 31 33 +--------------------------------------------------------------------------*/ 32 34 -
c/src/lib/libbsp/i386/pc386/startup/sbrk.c
r3a7782b r6f9c75c3 23 23 | With the following copyright notice: 24 24 | ************************************************************************** 25 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *26 | * On-Line Applications Research Corporation (OAR). *27 | * All rights assigned to U.S. Government, 1994. *28 | * *29 | * This material may be reproduced by or for the U.S. Government pursuant *30 | * to the copyright license under the clause at DFARS 252.227-7013. This *31 | * notice must appear in all copies of this file and its derivatives. *25 | * COPYRIGHT (c) 1989-1997. 26 | * On-Line Applications Research Corporation (OAR). 27 | * Copyright assigned to U.S. Government, 1994. 28 | * 29 | * The license and distribution terms for this file may be 30 | * found in found in the file LICENSE in this distribution or at 31 | * http://www.OARcorp.com/rtems/license.html. 32 32 | ************************************************************************** 33 | 34 | $Id$ 33 35 +--------------------------------------------------------------------------*/ 34 36 -
c/src/lib/libbsp/i386/pc386/timer/timer.c
r3a7782b r6f9c75c3 23 23 | With the following copyright notice: 24 24 | ************************************************************************** 25 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *26 | * On-Line Applications Research Corporation (OAR). *27 | * All rights assigned to U.S. Government, 1994. *28 | * *29 | * This material may be reproduced by or for the U.S. Government pursuant *30 | * to the copyright license under the clause at DFARS 252.227-7013. This *31 | * notice must appear in all copies of this file and its derivatives. *25 | * COPYRIGHT (c) 1989-1997. 26 | * On-Line Applications Research Corporation (OAR). 27 | * Copyright assigned to U.S. Government, 1994. 28 | * 29 | * The license and distribution terms for this file may be 30 | * found in found in the file LICENSE in this distribution or at 31 | * http://www.OARcorp.com/rtems/license.html. 32 32 | ************************************************************************** 33 | 34 | $Id$ 33 35 +--------------------------------------------------------------------------*/ 34 36 -
c/src/lib/libbsp/i386/pc386/timer/timerisr.s
r3a7782b r6f9c75c3 20 20 | With the following copyright notice: 21 21 | ************************************************************************** 22 | * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. *23 | * On-Line Applications Research Corporation (OAR). *24 | * All rights assigned to U.S. Government, 1994. *25 | * *26 | * This material may be reproduced by or for the U.S. Government pursuant *27 | * to the copyright license under the clause at DFARS 252.227-7013. This *28 | * notice must appear in all copies of this file and its derivatives. *22 | * COPYRIGHT (c) 1989-1997. 23 | * On-Line Applications Research Corporation (OAR). 24 | * Copyright assigned to U.S. Government, 1994. 25 | * 26 | * The license and distribution terms for this file may be 27 | * found in found in the file LICENSE in this distribution or at 28 | * http://www.OARcorp.com/rtems/license.html. 29 29 | ************************************************************************** 30 | 31 | $Id$ 30 32 +--------------------------------------------------------------------------*/ 31 33 -
c/src/lib/libbsp/i386/pc386/times_i486dx
r3a7782b r6f9c75c3 2 2 # Timing Test Suite Results for the go32 BSP using an i486DX 3 3 # 4 # times_i486dx,v 1.4 1996/07/02 18:14:27 joel Exp4 # $Id$ 5 5 # 6 6 -
c/src/lib/libbsp/i386/pc386/times_p5
r3a7782b r6f9c75c3 2 2 # Timing Test Suite Results for the go32 BSP using a Pentium 3 3 # 4 # times_p5,v 1.3 1995/12/19 20:07:20 joel Exp4 # $Id$ 5 5 # 6 6 -
c/src/lib/libbsp/i386/pc386/tools/bin2boot.c
r3a7782b r6f9c75c3 15 15 | This file is provided "AS IS" without warranty of any kind, either 16 16 | expressed or implied. 17 | 18 | $Id$ 17 19 +--------------------------------------------------------------------------*/ 18 20 -
c/src/lib/libbsp/m68k/efi332/misc/gdbinit68
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 1 4 echo Setting up the environment for efi332 debuging.\n 2 5 -
c/src/lib/libbsp/m68k/efi332/start/start.c
r3a7782b r6f9c75c3 1 /* 2 * $Id 3 */ 4 1 5 #include <efi332.h> 2 6 #include <sim.h> -
c/src/lib/libbsp/m68k/efi332/start332/start332.c
r3a7782b r6f9c75c3 1 /* 2 * $Id 3 */ 4 1 5 #include <efi332.h> 2 6 #include <sim.h> -
c/src/lib/libbsp/m68k/efi332/startup/linkcmds_ROM
r3a7782b r6f9c75c3 1 1 /* linkcmds 2 2 * 3 * linkcmds,v 1.1 1995/09/20 15:04:47 joel Exp3 * $Id$ 4 4 */ 5 5 -
c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
r3a7782b r6f9c75c3 36 36 * RTEMS above. 37 37 * 38 * $Id$ 38 39 */ 39 40 -
c/src/lib/libbsp/m68k/mvme162/consolex/consolex.h
r3a7782b r6f9c75c3 25 25 * http://www.OARcorp.com/rtems/license.html. 26 26 * 27 * $Id$ 27 28 */ 28 29 -
c/src/lib/libbsp/m68k/ods68302/startup/m68k-stub.c
r3a7782b r6f9c75c3 104 104 * $m0,10#2a +$00010203040506070809101112131415#42 105 105 * 106 * $Id$ 107 * 106 108 ****************************************************************************/ 107 109 -
c/src/lib/libbsp/mips/README
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 4 1 5 The MIPS bsp are now called p4600 and p4650, referring to which cpu they use. 2 6 The same bsp sub-directory can be used, the cpu is selected by the bsp -
c/src/lib/libbsp/mips/p4000/README
r3a7782b r6f9c75c3 1 1 # 2 # README,v 1.2 1995/05/31 16:56:03 joel Exp2 # $Id$ 3 3 # 4 4 # @(#)README 08/20/96 1.2 -
c/src/lib/libbsp/mips/p4000/startup/ghlinkcmds
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 4 1 5 -map 2 6 -sec -
c/src/lib/libbsp/mips/p4000/times
r3a7782b r6f9c75c3 5 5 # can only be compiled -- not executed. 6 6 # 7 # times,v 1.2 1995/12/07 15:44:23 joel Exp7 # $Id$ 8 8 # 9 9 # @(#)times 08/01/96 1.4 -
c/src/lib/libbsp/mips64orion/Makefile.in
r3a7782b r6f9c75c3 1 1 # 2 # Makefile,v 1.2 1995/05/31 16:56:44 joel Exp2 # $Id$ 3 3 # 4 4 -
c/src/lib/libbsp/mips64orion/README
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 4 1 5 The MIPS bsp are now called p4600 and p4650, referring to which cpu they use. 2 6 The same bsp sub-directory can be used, the cpu is selected by the bsp -
c/src/lib/libbsp/mips64orion/p4000/Makefile.in
r3a7782b r6f9c75c3 1 1 # 2 # Makefile,v 1.2 1995/05/31 16:56:01 joel Exp2 # $Id$ 3 3 # 4 4 -
c/src/lib/libbsp/mips64orion/p4000/README
r3a7782b r6f9c75c3 1 1 # 2 # README,v 1.2 1995/05/31 16:56:03 joel Exp2 # $Id$ 3 3 # 4 4 # @(#)README 08/20/96 1.2 -
c/src/lib/libbsp/mips64orion/p4000/startup/ghlinkcmds
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 4 1 5 -map 2 6 -sec -
c/src/lib/libbsp/mips64orion/p4000/times
r3a7782b r6f9c75c3 5 5 # can only be compiled -- not executed. 6 6 # 7 # times,v 1.2 1995/12/07 15:44:23 joel Exp7 # $Id$ 8 8 # 9 9 # @(#)times 08/01/96 1.4 -
c/src/lib/libcpu/hppa1.1/milli/milli.s
r3a7782b r6f9c75c3 17 17 ; version A.08.06 18 18 ; - fr16-31 added at Utah 19 ; 20 ; $Id$ 21 ; 19 22 ;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 23 ; Hardware General Registers -
c/src/lib/libcpu/m68k/m68040/fpsp/README
r3a7782b r6f9c75c3 1 # 2 # $Id$ 3 # 4 1 5 M68040FPSP -- Motorola 68040 floating point support package 2 6 ----------------------------------------------------------- -
c/src/lib/libcpu/m68k/m68040/fpsp/bindec.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // bindec.sa 3.4 1/3/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/binstr.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // binstr.sa 3.3 12/19/90 3 //4 5 // 5 6 // Description: Converts a 64-bit binary integer to bcd. -
c/src/lib/libcpu/m68k/m68040/fpsp/bugfix.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // bugfix.sa 3.2 1/31/91 3 //4 5 // 5 6 // This file contains workarounds for bugs in the 040 -
c/src/lib/libcpu/m68k/m68040/fpsp/decbin.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // decbin.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/do_func.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // do_func.sa 3.4 2/18/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/fpsp.defs
r3a7782b r6f9c75c3 1 | 2 | $Id$ 1 3 | 2 4 | fpsp.h 3.3 3.3 3 5 | 4 5 6 | Copyright (C) Motorola, Inc. 1990 6 7 | All Rights Reserved -
c/src/lib/libcpu/m68k/m68040/fpsp/gen_except.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // gen_except.sa 3.7 1/16/92 -
c/src/lib/libcpu/m68k/m68040/fpsp/get_op.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // get_op.sa 3.6 5/19/92 -
c/src/lib/libcpu/m68k/m68040/fpsp/kernel_ex.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // kernel_ex.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/res_func.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // res_func.sa 3.9 7/29/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/round.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // round.sa 3.4 7/29/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/rtems_skel.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // skeleton.sa 3.2 4/26/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/sacos.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // sacos.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/sasin.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // sasin.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/satan.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // satan.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/satanh.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // satanh.sa 3.3 12/19/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/scale.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // scale.sa 3.3 7/30/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/scosh.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // scosh.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/setox.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // setox.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/sgetem.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // sgetem.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/sint.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // sint.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/slog2.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // slog2.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/slogn.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // slogn.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/smovecr.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // smovecr.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/srem_mod.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // srem_mod.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/ssin.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // ssin.sa 3.3 7/29/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/ssinh.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // ssinh.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/stan.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // stan.sa 3.3 7/29/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/stanh.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // stanh.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/sto_res.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // sto_res.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/stwotox.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // stwotox.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/tbldo.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // tbldo.sa 3.1 12/10/90 -
c/src/lib/libcpu/m68k/m68040/fpsp/util.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // util.sa 3.7 7/29/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_bsun.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_bsun.sa 3.3 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_fline.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_fline.sa 3.3 1/10/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_operr.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_operr.sa 3.5 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_ovfl.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_ovfl.sa 3.5 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_snan.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_snan.sa 3.3 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_store.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_store.sa 3.2 1/24/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_unfl.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_unfl.sa 3.4 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_unimp.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_unimp.sa 3.3 7/1/91 -
c/src/lib/libcpu/m68k/m68040/fpsp/x_unsupp.s
r3a7782b r6f9c75c3 1 // 2 // $Id$ 1 3 // 2 4 // x_unsupp.sa 3.3 7/1/91 -
c/src/lib/libmisc/cpuuse/README
r3a7782b r6f9c75c3 1 1 # 2 # README,v 1.3 1995/12/19 20:13:47 joel Exp2 # $Id$ 3 3 # 4 4 -
c/src/lib/libmisc/cpuuse/cpuuse.c
r3a7782b r6f9c75c3 10 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 * check.c,v 1.13 1996/04/22 16:51:52 joel Exp12 * $Id$ 13 13 * 14 14 */ -
c/src/lib/libmisc/cpuuse/cpuuse.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/lib/libmisc/cpuuse/internal.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * internal.h,v 1.5 1995/12/19 20:13:50 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/libmisc/cpuuse/README
r3a7782b r6f9c75c3 1 1 # 2 # README,v 1.3 1995/12/19 20:13:47 joel Exp2 # $Id$ 3 3 # 4 4 -
c/src/libmisc/cpuuse/cpuuse.c
r3a7782b r6f9c75c3 10 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 * check.c,v 1.13 1996/04/22 16:51:52 joel Exp12 * $Id$ 13 13 * 14 14 */ -
c/src/libmisc/cpuuse/cpuuse.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/libmisc/cpuuse/internal.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * internal.h,v 1.5 1995/12/19 20:13:50 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/tests/libtests/cpuuse/init.c
r3a7782b r6f9c75c3 16 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 * init.c,v 1.6 1996/02/13 22:16:22 joel Exp18 * $Id$ 19 19 */ 20 20 -
c/src/tests/libtests/cpuuse/system.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * system.h,v 1.6 1995/12/19 20:18:39 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/tests/libtests/cpuuse/task1.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task1.c,v 1.6 1995/12/19 20:18:40 joel Exp19 * $Id$ 20 20 */ 21 21 -
c/src/tests/libtests/cpuuse/task2.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task2.c,v 1.3 1995/12/19 20:18:42 joel Exp19 * $Id$ 20 20 */ 21 21 -
c/src/tests/libtests/cpuuse/task3.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task3.c,v 1.3 1995/12/19 20:18:43 joel Exp19 * $Id$ 20 20 */ 21 21 -
c/src/tests/libtests/cpuuse/tswitch.c
r3a7782b r6f9c75c3 19 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 * tswitch.c,v 1.4 1995/12/19 20:18:44 joel Exp21 * $Id$ 22 22 */ 23 23 -
c/src/tests/libtests/monitor/init.c
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * init.c,v 1.6 1995/12/19 20:21:09 joel Exp14 * $Id$ 15 15 */ 16 16 -
c/src/tests/libtests/rtmonuse/getall.c
r3a7782b r6f9c75c3 15 15 * http://www.OARcorp.com/rtems/license.html. 16 16 * 17 * getall.c,v 1.3 1995/12/19 20:21:07 joel Exp17 * $Id$ 18 18 */ 19 19 -
c/src/tests/libtests/rtmonuse/init.c
r3a7782b r6f9c75c3 20 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 * init.c,v 1.6 1995/12/19 20:21:09 joel Exp22 * $Id$ 23 23 */ 24 24 -
c/src/tests/libtests/rtmonuse/task1.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task1.c,v 1.3 1995/12/19 20:21:14 joel Exp19 * $Id$ 20 20 */ 21 21 -
c/src/tests/libtests/termios/init.c
r3a7782b r6f9c75c3 12 12 * Saskatoon, Saskatchewan, CANADA 13 13 * eric@skatter.usask.ca 14 * 15 * $Id$ 14 16 */ 15 17 -
c/src/tests/tools/generic/sorttimes
r3a7782b r6f9c75c3 4 4 # it, and adds headers so it is in the same order as is printed in 5 5 # the supplement. 6 # 7 # $Id$ 6 8 # 7 9 -
c/update-tools/310_to_320_list
r3a7782b r6f9c75c3 1 1 # 2 2 # External API name 3 # 4 # $Id$ 3 5 # 4 6 initialize_executive rtems_initialize_executive -
config.guess
r3a7782b r6f9c75c3 34 34 # Only a few systems have been added to this list; please add others 35 35 # (but try to keep the structure clean). 36 # 37 # $Id$ 36 38 # 37 39 -
config.sub
r3a7782b r6f9c75c3 38 38 # a failure to support a valid configuration from a meaningless 39 39 # configuration. 40 # 41 # $Id$ 42 # 40 43 41 44 # The goal of this file is to map all the various variations of a given -
configure
r3a7782b r6f9c75c3 1346 1346 rtems_av_save_dir=`pwd`; 1347 1347 cd $srcdir; 1348 rtems_av_tmp=`find c/src/exec/score/tools/$target_cpu -name Makefile.in -print | sed 's%\.in%%' | sort`;1348 rtems_av_tmp=`find c/src/exec/score/tools/$target_cpu -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1349 1349 makefiles="$makefiles $rtems_av_tmp"; 1350 1350 cd $rtems_av_save_dir; … … 1361 1361 rtems_av_save_dir=`pwd`; 1362 1362 cd $srcdir; 1363 rtems_av_tmp=`find c/src/exec/rtems -name Makefile.in -print | sed 's%\.in%%' | sort`;1363 rtems_av_tmp=`find c/src/exec/rtems -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1364 1364 makefiles="$makefiles $rtems_av_tmp"; 1365 1365 cd $rtems_av_save_dir; … … 1376 1376 rtems_av_save_dir=`pwd`; 1377 1377 cd $srcdir; 1378 rtems_av_tmp=`find c/src/exec/sapi -name Makefile.in -print | sed 's%\.in%%' | sort`;1378 rtems_av_tmp=`find c/src/exec/sapi -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1379 1379 makefiles="$makefiles $rtems_av_tmp"; 1380 1380 cd $rtems_av_save_dir; … … 1393 1393 rtems_av_save_dir=`pwd`; 1394 1394 cd $srcdir; 1395 rtems_av_tmp=`find c/src/exec/posix -name Makefile.in -print | sed 's%\.in%%' | sort`;1395 rtems_av_tmp=`find c/src/exec/posix -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1396 1396 makefiles="$makefiles $rtems_av_tmp"; 1397 1397 cd $rtems_av_save_dir; … … 1462 1462 rtems_av_save_dir=`pwd`; 1463 1463 cd $srcdir; 1464 rtems_av_tmp=`find c/src/lib/libbsp/$target_cpu/$bspdir -name Makefile.in -print | sed 's%\.in%%' | sort`;1464 rtems_av_tmp=`find c/src/lib/libbsp/$target_cpu/$bspdir -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1465 1465 makefiles="$makefiles $rtems_av_tmp"; 1466 1466 cd $rtems_av_save_dir; … … 1485 1485 rtems_av_save_dir=`pwd`; 1486 1486 cd $srcdir; 1487 rtems_av_tmp=`find c/src/lib/libcpu/$target_cpu -name Makefile.in -print | sed 's%\.in%%' | sort`;1487 rtems_av_tmp=`find c/src/lib/libcpu/$target_cpu -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1488 1488 makefiles="$makefiles $rtems_av_tmp"; 1489 1489 cd $rtems_av_save_dir; … … 1502 1502 rtems_av_save_dir=`pwd`; 1503 1503 cd $srcdir; 1504 rtems_av_tmp=`find c/src/lib/start/$target_cpu -name Makefile.in -print | sed 's%\.in%%' | sort`;1504 rtems_av_tmp=`find c/src/lib/start/$target_cpu -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1505 1505 makefiles="$makefiles $rtems_av_tmp"; 1506 1506 cd $rtems_av_save_dir; … … 1579 1579 rtems_av_save_dir=`pwd`; 1580 1580 cd $srcdir; 1581 rtems_av_tmp=`find c/src/tests/tools/$target_cpu -name Makefile.in -print | sed 's%\.in%%' | sort`;1581 rtems_av_tmp=`find c/src/tests/tools/$target_cpu -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1582 1582 makefiles="$makefiles $rtems_av_tmp"; 1583 1583 cd $rtems_av_save_dir; … … 1594 1594 rtems_av_save_dir=`pwd`; 1595 1595 cd $srcdir; 1596 rtems_av_tmp=`find c/src/tests/libtests -name Makefile.in -print | sed 's%\.in%%' | sort`;1596 rtems_av_tmp=`find c/src/tests/libtests -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1597 1597 makefiles="$makefiles $rtems_av_tmp"; 1598 1598 cd $rtems_av_save_dir; … … 1609 1609 rtems_av_save_dir=`pwd`; 1610 1610 cd $srcdir; 1611 rtems_av_tmp=`find c/src/tests/sptests -name Makefile.in -print | sed 's%\.in%%' | sort`;1611 rtems_av_tmp=`find c/src/tests/sptests -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1612 1612 makefiles="$makefiles $rtems_av_tmp"; 1613 1613 cd $rtems_av_save_dir; … … 1624 1624 rtems_av_save_dir=`pwd`; 1625 1625 cd $srcdir; 1626 rtems_av_tmp=`find c/src/tests/tmtests -name Makefile.in -print | sed 's%\.in%%' | sort`;1626 rtems_av_tmp=`find c/src/tests/tmtests -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1627 1627 makefiles="$makefiles $rtems_av_tmp"; 1628 1628 cd $rtems_av_save_dir; … … 1639 1639 rtems_av_save_dir=`pwd`; 1640 1640 cd $srcdir; 1641 rtems_av_tmp=`find c/src/tests/mptests -name Makefile.in -print | sed 's%\.in%%' | sort`;1641 rtems_av_tmp=`find c/src/tests/mptests -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1642 1642 makefiles="$makefiles $rtems_av_tmp"; 1643 1643 cd $rtems_av_save_dir; … … 1655 1655 rtems_av_save_dir=`pwd`; 1656 1656 cd $srcdir; 1657 rtems_av_tmp=`find c/src/tests/psxtests -name Makefile.in -print | sed 's%\.in%%' | sort`;1657 rtems_av_tmp=`find c/src/tests/psxtests -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1658 1658 makefiles="$makefiles $rtems_av_tmp"; 1659 1659 cd $rtems_av_save_dir; … … 1684 1684 rtems_av_save_dir=`pwd`; 1685 1685 cd $srcdir; 1686 rtems_av_tmp=`find c/src/lib/libhwapi/analog -name Makefile.in -print | sed 's%\.in%%' | sort`;1686 rtems_av_tmp=`find c/src/lib/libhwapi/analog -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1687 1687 makefiles="$makefiles $rtems_av_tmp"; 1688 1688 cd $rtems_av_save_dir; … … 1699 1699 rtems_av_save_dir=`pwd`; 1700 1700 cd $srcdir; 1701 rtems_av_tmp=`find c/src/lib/libhwapi/discrete -name Makefile.in -print | sed 's%\.in%%' | sort`;1701 rtems_av_tmp=`find c/src/lib/libhwapi/discrete -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1702 1702 makefiles="$makefiles $rtems_av_tmp"; 1703 1703 cd $rtems_av_save_dir; … … 1714 1714 rtems_av_save_dir=`pwd`; 1715 1715 cd $srcdir; 1716 rtems_av_tmp=`find c/src/lib/libhwapi/drivers -name Makefile.in -print | sed 's%\.in%%' | sort`;1716 rtems_av_tmp=`find c/src/lib/libhwapi/drivers -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1717 1717 makefiles="$makefiles $rtems_av_tmp"; 1718 1718 cd $rtems_av_save_dir; … … 1729 1729 rtems_av_save_dir=`pwd`; 1730 1730 cd $srcdir; 1731 rtems_av_tmp=`find c/src/lib/libhwapi/eeprom -name Makefile.in -print | sed 's%\.in%%' | sort`;1731 rtems_av_tmp=`find c/src/lib/libhwapi/eeprom -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1732 1732 makefiles="$makefiles $rtems_av_tmp"; 1733 1733 cd $rtems_av_save_dir; … … 1744 1744 rtems_av_save_dir=`pwd`; 1745 1745 cd $srcdir; 1746 rtems_av_tmp=`find c/src/lib/libhwapi/serial -name Makefile.in -print | sed 's%\.in%%' | sort`;1746 rtems_av_tmp=`find c/src/lib/libhwapi/serial -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1747 1747 makefiles="$makefiles $rtems_av_tmp"; 1748 1748 cd $rtems_av_save_dir; … … 1759 1759 rtems_av_save_dir=`pwd`; 1760 1760 cd $srcdir; 1761 rtems_av_tmp=`find c/src/lib/libhwapi/support -name Makefile.in -print | sed 's%\.in%%' | sort`;1761 rtems_av_tmp=`find c/src/lib/libhwapi/support -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1762 1762 makefiles="$makefiles $rtems_av_tmp"; 1763 1763 cd $rtems_av_save_dir; … … 1774 1774 rtems_av_save_dir=`pwd`; 1775 1775 cd $srcdir; 1776 rtems_av_tmp=`find c/src/lib/libhwapi/wrapup -name Makefile.in -print | sed 's%\.in%%' | sort`;1776 rtems_av_tmp=`find c/src/lib/libhwapi/wrapup -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1777 1777 makefiles="$makefiles $rtems_av_tmp"; 1778 1778 cd $rtems_av_save_dir; … … 1817 1817 rtems_av_save_dir=`pwd`; 1818 1818 cd $srcdir; 1819 rtems_av_tmp=`find c/build-tools -name Makefile.in -print | sed 's%\.in%%' | sort`;1819 rtems_av_tmp=`find c/build-tools -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1820 1820 makefiles="$makefiles $rtems_av_tmp"; 1821 1821 cd $rtems_av_save_dir; … … 1832 1832 rtems_av_save_dir=`pwd`; 1833 1833 cd $srcdir; 1834 rtems_av_tmp=`find c/make -name Makefile.in -print | sed 's%\.in%%' | sort`;1834 rtems_av_tmp=`find c/make -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1835 1835 makefiles="$makefiles $rtems_av_tmp"; 1836 1836 cd $rtems_av_save_dir; … … 1847 1847 rtems_av_save_dir=`pwd`; 1848 1848 cd $srcdir; 1849 rtems_av_tmp=`find c/src/lib/libmisc -name Makefile.in -print | sed 's%\.in%%' | sort`;1849 rtems_av_tmp=`find c/src/lib/libmisc -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1850 1850 makefiles="$makefiles $rtems_av_tmp"; 1851 1851 cd $rtems_av_save_dir; … … 1862 1862 rtems_av_save_dir=`pwd`; 1863 1863 cd $srcdir; 1864 rtems_av_tmp=`find c/src/tests/samples -name Makefile.in -print | sed 's%\.in%%' | sort`;1864 rtems_av_tmp=`find c/src/tests/samples -name "Makefile.in" -print | sed "s/Makefile\.in/%/" | sort | sed "s/%/Makefile/"` 1865 1865 makefiles="$makefiles $rtems_av_tmp"; 1866 1866 cd $rtems_av_save_dir; -
configure.in
r3a7782b r6f9c75c3 1 1 dnl Process this file with autoconf to produce a configure script. 2 dnl 3 dnl $Id$ 4 2 5 AC_PREREQ(2.12) 3 6 AC_INIT(README) -
cpukit/libmisc/cpuuse/README
r3a7782b r6f9c75c3 1 1 # 2 # README,v 1.3 1995/12/19 20:13:47 joel Exp2 # $Id$ 3 3 # 4 4 -
cpukit/libmisc/cpuuse/cpuuse.c
r3a7782b r6f9c75c3 10 10 * http://www.OARcorp.com/rtems/license.html. 11 11 * 12 * check.c,v 1.13 1996/04/22 16:51:52 joel Exp12 * $Id$ 13 13 * 14 14 */ -
cpukit/libmisc/cpuuse/cpuuse.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * stackchk.h,v 1.3 1995/12/19 20:13:52 joel Exp14 * $Id$ 15 15 */ 16 16 -
install-sh
r3a7782b r6f9c75c3 23 23 # from scratch. It can only install one file at a time, a restriction 24 24 # shared with many OS's install programs. 25 25 # 26 # $Id$ 27 # 26 28 27 29 # set DOITPROG to echo to test this script -
mkinstalldirs
r3a7782b r6f9c75c3 3 3 # Written by Noah Friedman <friedman@prep.ai.mit.edu> 4 4 # Public domain. 5 # 6 # $Id$ 7 # 5 8 6 9 defaultIFS=' -
testsuites/libtests/cpuuse/init.c
r3a7782b r6f9c75c3 16 16 * http://www.OARcorp.com/rtems/license.html. 17 17 * 18 * init.c,v 1.6 1996/02/13 22:16:22 joel Exp18 * $Id$ 19 19 */ 20 20 -
testsuites/libtests/cpuuse/system.h
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * system.h,v 1.6 1995/12/19 20:18:39 joel Exp14 * $Id$ 15 15 */ 16 16 -
testsuites/libtests/cpuuse/task1.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task1.c,v 1.6 1995/12/19 20:18:40 joel Exp19 * $Id$ 20 20 */ 21 21 -
testsuites/libtests/cpuuse/task2.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task2.c,v 1.3 1995/12/19 20:18:42 joel Exp19 * $Id$ 20 20 */ 21 21 -
testsuites/libtests/cpuuse/task3.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task3.c,v 1.3 1995/12/19 20:18:43 joel Exp19 * $Id$ 20 20 */ 21 21 -
testsuites/libtests/cpuuse/tswitch.c
r3a7782b r6f9c75c3 19 19 * http://www.OARcorp.com/rtems/license.html. 20 20 * 21 * tswitch.c,v 1.4 1995/12/19 20:18:44 joel Exp21 * $Id$ 22 22 */ 23 23 -
testsuites/libtests/monitor/init.c
r3a7782b r6f9c75c3 12 12 * http://www.OARcorp.com/rtems/license.html. 13 13 * 14 * init.c,v 1.6 1995/12/19 20:21:09 joel Exp14 * $Id$ 15 15 */ 16 16 -
testsuites/libtests/rtmonuse/getall.c
r3a7782b r6f9c75c3 15 15 * http://www.OARcorp.com/rtems/license.html. 16 16 * 17 * getall.c,v 1.3 1995/12/19 20:21:07 joel Exp17 * $Id$ 18 18 */ 19 19 -
testsuites/libtests/rtmonuse/init.c
r3a7782b r6f9c75c3 20 20 * http://www.OARcorp.com/rtems/license.html. 21 21 * 22 * init.c,v 1.6 1995/12/19 20:21:09 joel Exp22 * $Id$ 23 23 */ 24 24 -
testsuites/libtests/rtmonuse/task1.c
r3a7782b r6f9c75c3 17 17 * http://www.OARcorp.com/rtems/license.html. 18 18 * 19 * task1.c,v 1.3 1995/12/19 20:21:14 joel Exp19 * $Id$ 20 20 */ 21 21 -
testsuites/libtests/termios/init.c
r3a7782b r6f9c75c3 12 12 * Saskatoon, Saskatchewan, CANADA 13 13 * eric@skatter.usask.ca 14 * 15 * $Id$ 14 16 */ 15 17 -
tools/build/scripts/Makefile.in
r3a7782b r6f9c75c3 20 20 DESTDIR=$(PROJECT_RELEASE)/build-tools 21 21 22 PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom 22 PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom search-id.sh 23 23 24 24 25 INSTALLED=$(PGMS:%=$(DESTDIR)/%) -
tools/update/310_to_320_list
r3a7782b r6f9c75c3 1 1 # 2 2 # External API name 3 # 4 # $Id$ 3 5 # 4 6 initialize_executive rtems_initialize_executive
Note: See TracChangeset
for help on using the changeset viewer.