Merged remove-keywords-3.15 branch

This commit is contained in:
Andrew Johnson
2016-07-21 14:12:51 -05:00
732 changed files with 133 additions and 1791 deletions
@@ -8,7 +8,6 @@
/*
* Dummy version -- use if application does not provide its own version
* $Revision-Id$
*/
#include "epicsRtemsInitHooks.h"
-1
View File
@@ -8,7 +8,6 @@
/*
* Dummy version -- use if application does not provide its own version
* $Revision-Id$
*/
#include "epicsRtemsInitHooks.h"
-1
View File
@@ -8,7 +8,6 @@
/*
* Hooks into RTEMS startup code
* $Revision-Id$
*/
#include <bsp.h>
#include <rtems/rtems_bsdnet.h>
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS configuration for EPICS
* $Revision-Id$
* Author: W. Eric Norum
* norume@aps.anl.gov
* (630) 252-4793
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS startup task for EPICS
* $Revision-Id$
* Author: W. Eric Norum
* eric.norum@usask.ca
* (306) 966-5394
-1
View File
@@ -5,7 +5,6 @@
\*************************************************************************/
/*
* RTEMS network configuration for EPICS
* $Revision-Id$
* Author: W. Eric Norum
* eric.norum@usask.ca
* (306) 966-5394
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS utilitiy routines for EPICS
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
-2
View File
@@ -7,8 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Jeffrey O. Hill
* hill@luke.lanl.gov
* (505) 665 1831
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/*
* Author: Julie Sander and Bob Dalesio
* Date: 07-27-87
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Subroutines used to convert an infix expression to a postfix expression
*
* Original Author: Bob Dalesio
-1
View File
@@ -7,7 +7,6 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
// $Revision-Id$
// Author: Andrew Johnson & Jeff Hill
// Date: December 2000
-1
View File
@@ -7,7 +7,6 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$*/
/* Very efficient routines to convert numbers to strings
* Author: Bob Dalesio wrote cvtFloatToString (called FF_TO_STR)
* Code is same for cvtDoubleToString
+1 -1
View File
@@ -7,7 +7,7 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* Very efficient routines to convert numbers to strings
*
* Author: Bob Dalesio wrote cvtFloatToString (called FF_TO_STR)
-3
View File
@@ -16,10 +16,7 @@
#endif
/*
* $Revision-Id$
*
* Author: Jeffrey O. Hill
*
*/
template < class T > class epicsGuardRelease;
-10
View File
@@ -9,16 +9,6 @@
\*************************************************************************/
/*
* $Revision-Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeff Hill
* johill@lanl.gov
* 505 665 1831
-10
View File
@@ -8,16 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeff Hill
* johill@lanl.gov
* 505 665 1831
-3
View File
@@ -9,10 +9,7 @@
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Jeffrey O. Hill
*
*/
#ifndef epicsSingleton_h
@@ -8,10 +8,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Jeffrey O. Hill
*
*/
#include <new>
@@ -9,10 +9,7 @@
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Jeff O. Hill
*
*/
#include <climits>
-8
View File
@@ -8,14 +8,6 @@
\*************************************************************************/
/*
* $Revision-Id$
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
* Author: Jeff Hill
*/
-2
View File
@@ -7,8 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* General hash table templates for fast indexing of resources
* of any base resource type and any resource identifier type. Fast
* indexing is implemented with a hash lookup. The identifier type
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* type safe doubly linked list templates
*
* Author Jeffrey O. Hill
+1 -8
View File
@@ -11,14 +11,7 @@
#ifndef tsFreeList_h
#define tsFreeList_h
/* $Revision-Id$
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
/*
* Author: Jeff Hill
*/
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* type safe singly linked list templates
*
* Author Jeffrey O. Hill
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Author: John Winans (ANL)
* Date: 07-02-92
*/
-2
View File
@@ -6,9 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
*
* Author: John Winans (ANL)
* Andrew Johnson <anj@aps.anl.gov>
*/
+1 -1
View File
@@ -6,7 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* Author: Roger A. Cole
* Date: 07-20-91
*
+1 -1
View File
@@ -7,7 +7,7 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* Author: Roger A. Cole
* Date: 07-20-91
*/
-1
View File
@@ -7,7 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* Error Handling definitions */
/* $Revision-Id$ */
/*
* Author: Marty Kraimer
* Date: 6-1-90
+2 -2
View File
@@ -7,11 +7,11 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* errSymLib.c
* Author: Marty Kraimer
* Date: 6-1-90
* errMessage.c - Handle error messages
*
***************************************************************************
* This must ultimately be replaced by a facility that allows remote
* nodes access to the error messages. A message handling communication
-1
View File
@@ -8,7 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* error.h - errMessage symbol table header */
/* share/epicsH $Revision-Id$ */
/*
* Author: Marty Kraimer
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
//
// $Revision-Id$
//
// File descriptor management C++ class library
// (for multiplexing IO in a single threaded environment)
//
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* File descriptor management C++ class library
* (for multiplexing IO in a single threaded environment)
*
-1
View File
@@ -8,7 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
//
//
// File descriptor management C++ class library
// (for multiplexing IO in a single threaded environment)
//
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* fdmgr.h
*
* share/epicsH/$Revision-Id$
*
* Header file associated with a file descriptor manager
* for use with the UNIX system call select
-2
View File
@@ -1,5 +1,3 @@
// $Revision-Id$
This is release 2.3 of flex - a full release.
The flex distribution consists of the following files:
-8
View File
@@ -42,14 +42,6 @@ char copyright[] =
All rights reserved.\n";
#endif /* not lint */
/*
#ifndef lint
static char rcsid[] =
"@(#) $Revision-Id$ (LBL)";
#endif
#include "flexdef.h"
*/
#define epicsExportSharedSymbols
#include "epicsTempFile.h"
-9
View File
@@ -1,12 +1,3 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
<HTML>
<BODY>
<PRE>
+1 -3
View File
@@ -1,8 +1,6 @@
/* A lexical scanner generated by flex */
/* scanner skeleton version:
* $Revision-Id$
*/
/* scanner skeleton */
#define FLEX_SCANNER
+1 -3
View File
@@ -1,8 +1,6 @@
/* A lexical scanner generated by flex */
/* scanner skeleton version:
* $Revision-Id$
*/
/* scanner skeleton */
/* modified by Jim Kowalkowski to have everything declared static */
-2
View File
@@ -34,8 +34,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
/* @(#) $Revision-Id$ (LBL) */
#ifndef INC_flexdef_H
#define INC_flexdef_H
-9
View File
@@ -1,12 +1,3 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
<HTML>
<BODY>
<PRE>
-2
View File
@@ -8,8 +8,6 @@
\*************************************************************************/
/* libmain - flex run-time support library "main" function */
/* $Revision-Id$ */
extern int yylex();
int main(int argc, char *argv[])
+1 -3
View File
@@ -1,8 +1,6 @@
/* A lexical scanner generated by flex */
/* scanner skeleton version:
* $Revision-Id$
*/
/* scanner skeleton */
#define FLEX_SCANNER
-4
View File
@@ -34,10 +34,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
/*
* $Revision-Id$
*/
#include <ctype.h>
#include "flexdef.h"
#include "parse.h"
+1 -3
View File
@@ -7,10 +7,8 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* share/epicsH/freeList.h */
/* share/epicsH $Revision-Id$ */
/* Author: Marty Kraimer Date: 04-19-94 */
#ifndef INCfreeListh
#define INCfreeListh
-9
View File
@@ -1,12 +1,3 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
<HTML>
<BODY>
<PRE>
-2
View File
@@ -7,9 +7,7 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Author: Marty Kraimer Date: 04-19-94 */
#include <string.h>
#include <stdlib.h>
-1
View File
@@ -7,7 +7,6 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Author: Marty Kraimer Date: 04-07-94 */
/* gph provides a general purpose directory accessed via a hash table*/
-9
View File
@@ -1,12 +1,3 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
<HTML>
<BODY>
<PRE>
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Author: Marty Kraimer Date: 04-07-94 */
-1
View File
@@ -7,7 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* iocLogServer.c */
/* $Revision-Id$ */
/*
* archive logMsg() from several IOC's to a common rotating file
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Implementation of core macro substitution library (macLib)
*
* The implementation is fairly unsophisticated and linked lists are
+1 -2
View File
@@ -4,8 +4,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Macro expansion of environment variables
*/
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Definitions for macro substitution library (macLib)
*
* William Lupton, W. M. Keck Observatory
-2
View File
@@ -1,5 +1,3 @@
# $Revision-Id$
#
# Test input file for macTest filter, doubling as notes on usage of the
# macro library. Some special strings at start of line are supported:
#
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Implementation of utility macro substitution library (macLib)
*
* William Lupton, W. M. Keck Observatory
-1
View File
@@ -7,7 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* Alarm definitions, must match menuAlarmSevr.dbd and menuAlarmStat.dbd */
/* $Revision-Id$ */
/*
* Authors: Bob Dalesio and Marty Kraimer
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* String names for alarm status and severity values */
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/*
* This file is deprecated, use alarm.h instead.
-1
View File
@@ -7,7 +7,6 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Author: Marty Kraimer Date: 04JAN99 */
+1 -2
View File
@@ -6,8 +6,7 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
*
/*
* Author: Marty Kraimer
* Date: 6-1-90
*/
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Authors: Eric Norum & Andrew Johnson */
#include <ctype.h>
-1
View File
@@ -7,7 +7,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum,
* Mark Rivers, Andrew Johnson, Ralph Lange
-1
View File
@@ -7,7 +7,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum,
* Mark Rivers, Andrew Johnson, Ralph Lange
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/*
* Author: Jeff Hill
+1 -1
View File
@@ -5,7 +5,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* Author: Andrew Johnson
*
* Unit test module which generates output in the Test Anything Protocol
+1 -1
View File
@@ -5,7 +5,7 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$
/*
* Author: Andrew Johnson
*/
@@ -9,15 +9,6 @@
\*************************************************************************/
/*
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeffrey O. Hill
* johill@lanl.gov
*/
@@ -9,16 +9,6 @@
\*************************************************************************/
/*
* $Revision-Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeffrey O. Hill
* johill@lanl.gov
*/
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
//
// $Revision-Id$
//
// Author: Jeff Hill
//
+3 -6
View File
@@ -30,7 +30,7 @@ print "Building $opt_o from $infile\n" unless $opt_q;
open my $VARS, '<', $infile
or die "$tool: Can't open $infile: $!\n";
my ($ver, $rev, $mod, $patch, $snapshot, $commit_date);
my ($ver, $rev, $mod, $patch, $snapshot);
while (<$VARS>) {
chomp;
next if m/^\s*#/; # Skip comments
@@ -39,15 +39,12 @@ while (<$VARS>) {
if (m/^EPICS_MODIFICATION\s*=\s*(\d+)/) { $mod = $1; }
if (m/^EPICS_PATCH_LEVEL\s*=\s*(\d+)/) { $patch = $1; }
if (m/^EPICS_DEV_SNAPSHOT\s*=\s*([-\w]*)/) { $snapshot = $1; }
if (m/^COMMIT_DATE\s*=\s*"\\(.*)"/) { $commit_date = $1; }
}
close $VARS;
map {
die "$tool: Variable missing from $infile" unless defined $_;
} $ver, $rev, $mod, $patch, $snapshot, $commit_date;
$commit_date =~ s/^\$\$Date$\$$/\1/;
} $ver, $rev, $mod, $patch, $snapshot;
my $ver_str = "$ver.$rev.$mod";
$ver_str .= ".$patch" if $patch > 0;
@@ -78,7 +75,7 @@ print $OUT <<"END";
#define EPICS_VERSION_SHORT "$ver_short"
#define EPICS_VERSION_FULL "$ver_str"
#define EPICS_VERSION_STRING "EPICS $ver_str"
#define epicsReleaseVersion "EPICS R$ver_str $commit_date"
#define epicsReleaseVersion "EPICS R$ver_str"
#ifndef VERSION_INT
# define VERSION_INT(V,R,M,P) ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P))
-1
View File
@@ -4,7 +4,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
#ifndef INC_testMain_H
#define INC_testMain_H
-2
View File
@@ -10,8 +10,6 @@
/*
* unixFileName.h
* Author: Jeff Hill
*
*
*/
#ifndef unixFileNameH
#define unixFileNameH
-1
View File
@@ -9,7 +9,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.h */
/* $Revision-Id$ */
/*
* Original Author: Marty Kraimer
-1
View File
@@ -9,7 +9,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.c - support for allocation of common device resources */
/* $Revision-Id$ */
/*
* Original Author: Marty Kraimer
-1
View File
@@ -7,7 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLib.h */
/* devLib.h,v 1.1.2.8 2009/07/09 15:27:43 anj Exp */
/*
* Original Author: Marty Kraimer
-1
View File
@@ -9,7 +9,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* devLibImpl.h */
/* */
/*
* Original Author: Marty Kraimer
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/*
* EPICS assert
*
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author W. Eric Norum
* norume@aps.anl.gov
* 630 252 4793
-2
View File
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author W. Eric Norum
* norume@aps.anl.gov
* 630 252 4793
+1 -1
View File
@@ -7,7 +7,7 @@
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* epicsMutex.c */
/* epicsMutex.cpp */
/* Author: Marty Kraimer and Jeff Hill Date: 03APR01 */
/*
-2
View File
@@ -7,8 +7,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
//
// $Revision-Id$
//
// Author: Jeff Hill
//
-2
View File
@@ -5,8 +5,6 @@
\*************************************************************************/
/* osdEnv.c */
/*
* $Revision-Id$
*
* Author: Eric Norum
* Date: May 7, 2001
*
-2
View File
@@ -4,8 +4,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Eric Norum
*/
@@ -1,4 +1,3 @@
/*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
@@ -10,7 +9,6 @@
\*************************************************************************/
/*
* $Revision-Id$
* Author: Jeff Hill
*/
-2
View File
@@ -4,8 +4,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Eric Norum
*/
-2
View File
@@ -5,8 +5,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Eric Norum
*/
-2
View File
@@ -6,8 +6,6 @@
\*************************************************************************/
/*
* $Revision-Id$
*
* Author: Eric Norum
*/
-2
View File
@@ -10,8 +10,6 @@
/*
* osiFileName.h
* Author: Jeff Hill
*
*
*/
#ifndef osiFileNameH
#define osiFileNameH
-10
View File
@@ -8,16 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeffrey O. Hill
* johill@lanl.gov
* 505 665 1831
-1
View File
@@ -6,7 +6,6 @@
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/* $Revision-Id$ */
/* RTEMS port by Till Straumann, <strauman@slac.stanford.edu>
* 3/2002
-1
View File
@@ -7,7 +7,6 @@
\*************************************************************************/
/*
* RTEMS osdEvent.c
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS osdEvent.h
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS osdInterrupt.c
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author W. Eric Norum
* norume@aps.anl.gov
* 630 252 4793
@@ -8,8 +8,6 @@
* in file LICENSE that is included with this distribution.
\*************************************************************************/
/*
* $Revision-Id$
*
* Author W. Eric Norum
* norume@aps.anl.gov
* 630 252 4793
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS osdMutex.c
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
-1
View File
@@ -6,7 +6,6 @@
\*************************************************************************/
/*
* RTEMS osdMutex.h
* $Revision-Id$
* Author: W. Eric Norum
* eric@cls.usask.ca
* (306) 966-6055
-2
View File
@@ -9,8 +9,6 @@
\*************************************************************************/
/*
* $Revision-Id$
*
* Operating System Dependent Implementation of osiProcess.h
*
* Author: Jeff Hill

Some files were not shown because too many files have changed in this diff Show More