summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rwxr-xr-xcpukit/doxy-filter3
-rw-r--r--cpukit/libcsupport/include/sys/filio.h1
-rw-r--r--cpukit/libcsupport/include/sys/ttycom.h1
-rw-r--r--cpukit/libcsupport/src/CASES4
-rw-r--r--cpukit/libcsupport/src/TODO6
-rw-r--r--cpukit/libmisc/serdbg/serdbgio.c3
-rw-r--r--cpukit/libmisc/serdbg/termios_printk.c3
-rw-r--r--cpukit/libnetworking/arpa/inet.h1
-rw-r--r--cpukit/libnetworking/arpa/nameser_compat.h1
-rw-r--r--cpukit/libnetworking/libc/ether_addr.c3
-rw-r--r--cpukit/libnetworking/machine/in_cksum.h1
-rw-r--r--cpukit/libnetworking/net/route.c1
-rw-r--r--cpukit/libnetworking/netinet/igmp.h1
-rw-r--r--cpukit/libnetworking/netinet/in_proto.c1
-rw-r--r--cpukit/libnetworking/netinet/in_var.h1
-rw-r--r--cpukit/libnetworking/netinet/ip_fw.c2
-rw-r--r--cpukit/libnetworking/netinet/ip_fw.h2
-rw-r--r--cpukit/libnetworking/netinet/tcp_input.c1
-rw-r--r--cpukit/libnetworking/netinet/tcp_output.c1
-rw-r--r--cpukit/libnetworking/netinet/tcp_timer.c1
-rw-r--r--cpukit/libnetworking/netinet/tcp_var.h4
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c2
-rw-r--r--cpukit/libnetworking/resolv.h1
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.h3
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c2
-rw-r--r--cpukit/libnetworking/sys/socketvar.h2
-rw-r--r--cpukit/libnetworking/vm/vm.h2
-rw-r--r--cpukit/librpc/include/rpc/rpc_com.h2
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h1
-rw-r--r--cpukit/pppd/Makefile.am4
-rw-r--r--cpukit/pppd/README4
-rw-r--r--cpukit/pppd/STATUS4
-rw-r--r--cpukit/pppd/example/README4
-rw-r--r--cpukit/pppd/pppd.81
-rw-r--r--cpukit/score/cpu/m68k/rtems/m68k/m68360.h2
-rw-r--r--cpukit/score/src/Unlimited.txt4
37 files changed, 3 insertions, 79 deletions
diff --git a/cpukit/doxy-filter b/cpukit/doxy-filter
index 1d47b0806d..bc67407d09 100755
--- a/cpukit/doxy-filter
+++ b/cpukit/doxy-filter
@@ -1,7 +1,6 @@
#!/bin/sh
-
+#
# doxygen input filter
-# $Id$
# usage: doxy-filter <input-file-name>
# Reads <input-file> and writes to stdout.
diff --git a/cpukit/libcsupport/include/sys/filio.h b/cpukit/libcsupport/include/sys/filio.h
index 5a8b7e4bbb..f1a703a54a 100644
--- a/cpukit/libcsupport/include/sys/filio.h
+++ b/cpukit/libcsupport/include/sys/filio.h
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)filio.h 8.1 (Berkeley) 3/28/94
- * $Id$
*/
#ifndef _SYS_FILIO_H_
diff --git a/cpukit/libcsupport/include/sys/ttycom.h b/cpukit/libcsupport/include/sys/ttycom.h
index f2e491bc50..7d0fd2c0c9 100644
--- a/cpukit/libcsupport/include/sys/ttycom.h
+++ b/cpukit/libcsupport/include/sys/ttycom.h
@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)ttycom.h 8.1 (Berkeley) 3/28/94
- * $Id$
*/
#ifndef _SYS_TTYCOM_H_
diff --git a/cpukit/libcsupport/src/CASES b/cpukit/libcsupport/src/CASES
index 4578ae5009..e9a2decf8e 100644
--- a/cpukit/libcsupport/src/CASES
+++ b/cpukit/libcsupport/src/CASES
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is a list of cases to consider when implementing a file system:
diff --git a/cpukit/libcsupport/src/TODO b/cpukit/libcsupport/src/TODO
index 38cb012326..d60835fc86 100644
--- a/cpukit/libcsupport/src/TODO
+++ b/cpukit/libcsupport/src/TODO
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
+ newlib 1.8.0 has the wrong prototype for at least read() and write().
+ There should be a "eat it" stub for all system calls which are
@@ -11,4 +7,4 @@
+ Fix strerror() so it prints all error numbers.
+ Check the node allocation coment in the fchdir call.
-+ Add an interface somewhere for this call. \ No newline at end of file
++ Add an interface somewhere for this call.
diff --git a/cpukit/libmisc/serdbg/serdbgio.c b/cpukit/libmisc/serdbg/serdbgio.c
index 6ab5b3c716..60caf206ca 100644
--- a/cpukit/libmisc/serdbg/serdbgio.c
+++ b/cpukit/libmisc/serdbg/serdbgio.c
@@ -20,9 +20,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 10.05.02 creation doe |
|*****************************************************************|
-|* $Id$
- *
-|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libmisc/serdbg/termios_printk.c b/cpukit/libmisc/serdbg/termios_printk.c
index bcbfe482fa..13002f76fe 100644
--- a/cpukit/libmisc/serdbg/termios_printk.c
+++ b/cpukit/libmisc/serdbg/termios_printk.c
@@ -19,9 +19,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.05.02 creation doe |
|*****************************************************************|
-|* $Id$
- *
-|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/arpa/inet.h b/cpukit/libnetworking/arpa/inet.h
index 32636682b6..6ea7e7063f 100644
--- a/cpukit/libnetworking/arpa/inet.h
+++ b/cpukit/libnetworking/arpa/inet.h
@@ -51,7 +51,6 @@
/*%
* @(#)inet.h 8.1 (Berkeley) 6/2/93
- * $Id$
* $FreeBSD: src/include/arpa/inet.h,v 1.33 2010/07/06 03:48:46 maxim Exp $
*/
diff --git a/cpukit/libnetworking/arpa/nameser_compat.h b/cpukit/libnetworking/arpa/nameser_compat.h
index 9c1916ec55..b38e42a1e7 100644
--- a/cpukit/libnetworking/arpa/nameser_compat.h
+++ b/cpukit/libnetworking/arpa/nameser_compat.h
@@ -33,7 +33,6 @@
/*
* from nameser.h 8.1 (Berkeley) 6/2/93
* From: Id: nameser_compat.h,v 8.9 1998/03/20 23:25:10 halley Exp
- * $Id$
*/
#ifndef _ARPA_NAMESER_COMPAT_
diff --git a/cpukit/libnetworking/libc/ether_addr.c b/cpukit/libnetworking/libc/ether_addr.c
index 3cd0bb258e..cecbec0db3 100644
--- a/cpukit/libnetworking/libc/ether_addr.c
+++ b/cpukit/libnetworking/libc/ether_addr.c
@@ -34,11 +34,8 @@
* Written by Bill Paul <wpaul@ctr.columbia.edu>
* Center for Telecommunications Research
* Columbia University, New York City
- *
- * $Id$
*/
-
#if HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/cpukit/libnetworking/machine/in_cksum.h b/cpukit/libnetworking/machine/in_cksum.h
index db906a60be..e9a4ea4027 100644
--- a/cpukit/libnetworking/machine/in_cksum.h
+++ b/cpukit/libnetworking/machine/in_cksum.h
@@ -33,7 +33,6 @@
* from tahoe: in_cksum.c 1.2 86/01/05
* from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91
* from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp
- * $Id$
*/
#ifndef _MACHINE_IN_CKSUM_H_
diff --git a/cpukit/libnetworking/net/route.c b/cpukit/libnetworking/net/route.c
index 52ec7354bc..b04649c6f4 100644
--- a/cpukit/libnetworking/net/route.c
+++ b/cpukit/libnetworking/net/route.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)route.c 8.2 (Berkeley) 11/15/93
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/igmp.h b/cpukit/libnetworking/netinet/igmp.h
index e9ac9fe7d3..b397ccd156 100644
--- a/cpukit/libnetworking/netinet/igmp.h
+++ b/cpukit/libnetworking/netinet/igmp.h
@@ -35,7 +35,6 @@
* SUCH DAMAGE.
*
* @(#)igmp.h 8.1 (Berkeley) 6/10/93
- * $Id$
*/
#ifndef _NETINET_IGMP_H_
diff --git a/cpukit/libnetworking/netinet/in_proto.c b/cpukit/libnetworking/netinet/in_proto.c
index a79dbebf11..36c91f7854 100644
--- a/cpukit/libnetworking/netinet/in_proto.c
+++ b/cpukit/libnetworking/netinet/in_proto.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/in_var.h b/cpukit/libnetworking/netinet/in_var.h
index 1cec1f74b0..9ade9c482e 100644
--- a/cpukit/libnetworking/netinet/in_var.h
+++ b/cpukit/libnetworking/netinet/in_var.h
@@ -1,4 +1,3 @@
-/* $Id */
/*
* Copyright (c) 1985, 1986, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/cpukit/libnetworking/netinet/ip_fw.c b/cpukit/libnetworking/netinet/ip_fw.c
index a371cdbab7..6a891dfe9f 100644
--- a/cpukit/libnetworking/netinet/ip_fw.c
+++ b/cpukit/libnetworking/netinet/ip_fw.c
@@ -11,8 +11,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
- *
- * $Id$
*/
/*
diff --git a/cpukit/libnetworking/netinet/ip_fw.h b/cpukit/libnetworking/netinet/ip_fw.h
index 523e95d27e..c511154617 100644
--- a/cpukit/libnetworking/netinet/ip_fw.h
+++ b/cpukit/libnetworking/netinet/ip_fw.h
@@ -10,8 +10,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
- *
- * $Id$
*/
#ifndef _IP_FW_H
diff --git a/cpukit/libnetworking/netinet/tcp_input.c b/cpukit/libnetworking/netinet/tcp_input.c
index 6d75c5c841..a01a3d675b 100644
--- a/cpukit/libnetworking/netinet/tcp_input.c
+++ b/cpukit/libnetworking/netinet/tcp_input.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/tcp_output.c b/cpukit/libnetworking/netinet/tcp_output.c
index d5f0c311b4..d23656fba9 100644
--- a/cpukit/libnetworking/netinet/tcp_output.c
+++ b/cpukit/libnetworking/netinet/tcp_output.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/tcp_timer.c b/cpukit/libnetworking/netinet/tcp_timer.c
index 174368780c..b27d2eea42 100644
--- a/cpukit/libnetworking/netinet/tcp_timer.c
+++ b/cpukit/libnetworking/netinet/tcp_timer.c
@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
- * $Id$
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libnetworking/netinet/tcp_var.h b/cpukit/libnetworking/netinet/tcp_var.h
index 12fab1995c..cd70970641 100644
--- a/cpukit/libnetworking/netinet/tcp_var.h
+++ b/cpukit/libnetworking/netinet/tcp_var.h
@@ -30,10 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_var.h,v 1.121 2005/04/21 20:11:01 ps Exp $
*/
-/*
- * $Id$
- */
-
#ifndef _NETINET_TCP_VAR_H_
#define _NETINET_TCP_VAR_H_
diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c
index 4021bc6b9d..75f6162aac 100644
--- a/cpukit/libnetworking/nfs/bootp_subr.c
+++ b/cpukit/libnetworking/nfs/bootp_subr.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
* Copyright (c) 1992 Regents of the University of California.
diff --git a/cpukit/libnetworking/resolv.h b/cpukit/libnetworking/resolv.h
index 61f3c6f4c5..6c87a005e3 100644
--- a/cpukit/libnetworking/resolv.h
+++ b/cpukit/libnetworking/resolv.h
@@ -46,7 +46,6 @@
/*%
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
- * $Id: resolv.h,v 1.19.18.4 2008/04/03 23:15:15 marka Exp $
* $FreeBSD: release/9.0.0/include/resolv.h 203964 2010-02-16 19:39:50Z imp $
*/
diff --git a/cpukit/libnetworking/rtems/mkrootfs.h b/cpukit/libnetworking/rtems/mkrootfs.h
index a477f55c57..18cd12df3e 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.h
+++ b/cpukit/libnetworking/rtems/mkrootfs.h
@@ -13,12 +13,9 @@
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
-
http://www.rtems.com/license/LICENSE.
This software with is provided ``as is'' and with NO WARRANTY.
-
- $Id$
*/
#ifndef _RTEMS_MKROOTFS_H
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl.c b/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
index 93e9a0d580..cb970caad3 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c b/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
index c43f0d077b..fd8091ef24 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl_kern.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*
diff --git a/cpukit/libnetworking/sys/socketvar.h b/cpukit/libnetworking/sys/socketvar.h
index 62bce69f3d..829b61d936 100644
--- a/cpukit/libnetworking/sys/socketvar.h
+++ b/cpukit/libnetworking/sys/socketvar.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/cpukit/libnetworking/vm/vm.h b/cpukit/libnetworking/vm/vm.h
index 4951ec6ec7..b6be3d1ca0 100644
--- a/cpukit/libnetworking/vm/vm.h
+++ b/cpukit/libnetworking/vm/vm.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/cpukit/librpc/include/rpc/rpc_com.h b/cpukit/librpc/include/rpc/rpc_com.h
index 9608a22f25..9a1ce453ab 100644
--- a/cpukit/librpc/include/rpc/rpc_com.h
+++ b/cpukit/librpc/include/rpc/rpc_com.h
@@ -29,10 +29,10 @@
* 2550 Garcia Avenue
* Mountain View, California 94043
*/
+
/*
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
-
/*
* rpc_com.h, Common definitions for both the server and client side.
diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h
index 2e287e7bf8..1668fbf7ee 100644
--- a/cpukit/librpc/include/rpc/rpc_msg.h
+++ b/cpukit/librpc/include/rpc/rpc_msg.h
@@ -38,7 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
-
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
index 391c395807..2cf38edc69 100644
--- a/cpukit/pppd/Makefile.am
+++ b/cpukit/pppd/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
diff --git a/cpukit/pppd/README b/cpukit/pppd/README
index 28c9f7ef5d..3767703ec4 100644
--- a/cpukit/pppd/README
+++ b/cpukit/pppd/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This directory contains a port of ppp-2.3.11. The official site for
the original source for this PPP implementation is:
diff --git a/cpukit/pppd/STATUS b/cpukit/pppd/STATUS
index 4c0d35d423..e1b371ac40 100644
--- a/cpukit/pppd/STATUS
+++ b/cpukit/pppd/STATUS
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The pppd application seems to very stable. It has been tested using
the example application with the i386/pc586 and m68k/sbc5206e BSPs.
The tests were executed using a null modem serial cable to connect
diff --git a/cpukit/pppd/example/README b/cpukit/pppd/example/README
index 677e00af33..49fb2be770 100644
--- a/cpukit/pppd/example/README
+++ b/cpukit/pppd/example/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This is an example user application using pppd. It is built using
the RTEMS application Makefiles. The file Makefile-user should
be renamed to Makefile or the -f option given to make. The file
diff --git a/cpukit/pppd/pppd.8 b/cpukit/pppd/pppd.8
index 227345ff5f..38470381f0 100644
--- a/cpukit/pppd/pppd.8
+++ b/cpukit/pppd/pppd.8
@@ -1,5 +1,4 @@
.\" manual page [] for pppd 2.3
-.\" $Id$
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph
diff --git a/cpukit/score/cpu/m68k/rtems/m68k/m68360.h b/cpukit/score/cpu/m68k/rtems/m68k/m68360.h
index 006045fdfe..5c7b90691f 100644
--- a/cpukit/score/cpu/m68k/rtems/m68k/m68360.h
+++ b/cpukit/score/cpu/m68k/rtems/m68k/m68360.h
@@ -18,8 +18,6 @@
** **
** eric@skatter.usask.ca **
** **
- ** $Id$ **
- ** **
**************************************************************************
**************************************************************************
*/
diff --git a/cpukit/score/src/Unlimited.txt b/cpukit/score/src/Unlimited.txt
index 47309c361c..6dc23d4ad3 100644
--- a/cpukit/score/src/Unlimited.txt
+++ b/cpukit/score/src/Unlimited.txt
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
This document explains how the unlimited objects support works. This was
written by Chris Johns <ccj@acm.org> of Objective Design Systems as a
design document. This was submitted as part of the patch which added