diff options
Diffstat (limited to 'sys/boot/ficl')
| -rw-r--r-- | sys/boot/ficl/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/alpha/sysdep.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/alpha/sysdep.h | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/dict.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/ficl.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/ficl.h | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/i386/sysdep.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/i386/sysdep.h | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/math64.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/math64.h | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/softwords/ficllocal.fr | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/softwords/freebsd.fr | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/softwords/ifbrack.fr | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/softwords/softcore.awk | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/softwords/softcore.fr | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/stack.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/testmain.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/vm.c | 2 | ||||
| -rw-r--r-- | sys/boot/ficl/words.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index a99ee626ff47..c9ed0b337eb2 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/Makefile,v 1.17 2000/01/28 03:07:25 dcs Exp $ # .PATH: ${.CURDIR}/${MACHINE_ARCH} BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c diff --git a/sys/boot/ficl/alpha/sysdep.c b/sys/boot/ficl/alpha/sysdep.c index 2a5346aa7b43..14862fae9dbe 100644 --- a/sys/boot/ficl/alpha/sysdep.c +++ b/sys/boot/ficl/alpha/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/alpha/sysdep.c,v 1.7 1999/09/29 04:43:07 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/alpha/sysdep.h b/sys/boot/ficl/alpha/sysdep.h index 661a49642102..5a2f2d60e810 100644 --- a/sys/boot/ficl/alpha/sysdep.h +++ b/sys/boot/ficl/alpha/sysdep.h @@ -32,7 +32,7 @@ ** send me email at the address above. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/alpha/sysdep.h,v 1.5 1999/11/23 15:24:13 dcs Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/dict.c b/sys/boot/ficl/dict.c index d8c67657da35..6d25246b9085 100644 --- a/sys/boot/ficl/dict.c +++ b/sys/boot/ficl/dict.c @@ -17,7 +17,7 @@ ** 29 jun 1998 (sadler) added variable sized hash table support */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/dict.c,v 1.6 1999/11/27 18:31:57 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c index ad776be62a0b..048601d7aa4c 100644 --- a/sys/boot/ficl/ficl.c +++ b/sys/boot/ficl/ficl.c @@ -21,7 +21,7 @@ ** Code is written in ANSI C for portability. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ficl.c,v 1.13 1999/09/29 04:43:06 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/ficl.h b/sys/boot/ficl/ficl.h index 0bf177547298..d3913c004e98 100644 --- a/sys/boot/ficl/ficl.h +++ b/sys/boot/ficl/ficl.h @@ -27,7 +27,7 @@ ** send me email at the address above. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ficl.h,v 1.11 2000/01/28 03:59:12 dcs Exp $ */ #if !defined (__FICL_H__) #define __FICL_H__ diff --git a/sys/boot/ficl/i386/sysdep.c b/sys/boot/ficl/i386/sysdep.c index 2a5346aa7b43..a7523604eacb 100644 --- a/sys/boot/ficl/i386/sysdep.c +++ b/sys/boot/ficl/i386/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/i386/sysdep.c,v 1.7 1999/09/29 04:43:07 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/i386/sysdep.h b/sys/boot/ficl/i386/sysdep.h index 99ccd5881c01..4ce73de9f9ce 100644 --- a/sys/boot/ficl/i386/sysdep.h +++ b/sys/boot/ficl/i386/sysdep.h @@ -32,7 +32,7 @@ ** send me email at the address above. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/i386/sysdep.h,v 1.5 1999/11/23 15:24:30 dcs Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/math64.c b/sys/boot/ficl/math64.c index e3d64e847a7f..b78eddf3e2e4 100644 --- a/sys/boot/ficl/math64.c +++ b/sys/boot/ficl/math64.c @@ -7,7 +7,7 @@ ** be renamed! *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/math64.c,v 1.2 1999/09/29 04:43:06 dcs Exp $ */ #include "ficl.h" #include "math64.h" diff --git a/sys/boot/ficl/math64.h b/sys/boot/ficl/math64.h index a98af9ab5a2c..65610cabc1b2 100644 --- a/sys/boot/ficl/math64.h +++ b/sys/boot/ficl/math64.h @@ -30,7 +30,7 @@ ** */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/math64.h,v 1.2 1999/09/29 04:43:06 dcs Exp $ */ #if !defined (__MATH64_H__) #define __MATH64_H__ diff --git a/sys/boot/ficl/softwords/ficllocal.fr b/sys/boot/ficl/softwords/ficllocal.fr index c916089696c1..4023076228bd 100644 --- a/sys/boot/ficl/softwords/ficllocal.fr +++ b/sys/boot/ficl/softwords/ficllocal.fr @@ -7,7 +7,7 @@ \ locstate: 0 = looking for -- or }} \ 1 = found -- \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/ficllocal.fr,v 1.1 1999/09/29 04:43:15 dcs Exp $ hide 0 constant zero diff --git a/sys/boot/ficl/softwords/freebsd.fr b/sys/boot/ficl/softwords/freebsd.fr index 96205c0808dd..6bb7ededfb5b 100644 --- a/sys/boot/ficl/softwords/freebsd.fr +++ b/sys/boot/ficl/softwords/freebsd.fr @@ -22,7 +22,7 @@ \ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ ** SUCH DAMAGE. \ ** -\ ** $FreeBSD$ +\ ** $FreeBSD: src/sys/boot/ficl/softwords/freebsd.fr,v 1.4 1999/08/28 00:39:55 peter Exp $ \ Words for use in scripts: \ % ignore errors here diff --git a/sys/boot/ficl/softwords/ifbrack.fr b/sys/boot/ficl/softwords/ifbrack.fr index 6716e9366ea2..114dba2346af 100644 --- a/sys/boot/ficl/softwords/ifbrack.fr +++ b/sys/boot/ficl/softwords/ifbrack.fr @@ -2,7 +2,7 @@ \ ** ANS conditional compile directives [if] [else] [then] \ ** Requires ficl 2.0 or greater... -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/ifbrack.fr,v 1.1 1999/09/29 04:43:16 dcs Exp $ hidden dup >search ficl-set-current diff --git a/sys/boot/ficl/softwords/softcore.awk b/sys/boot/ficl/softwords/softcore.awk index f882a56e4d0e..c7fab0b5ba4f 100644 --- a/sys/boot/ficl/softwords/softcore.awk +++ b/sys/boot/ficl/softwords/softcore.awk @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # Convert forth source files to a giant C string # Joe Abley <jabley@patho.gen.nz>, 12 January 1999 -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/softwords/softcore.awk,v 1.3 1999/09/29 10:58:43 dcs Exp $ BEGIN \ { diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr index bf584d08f0e3..1e7084d43a85 100644 --- a/sys/boot/ficl/softwords/softcore.fr +++ b/sys/boot/ficl/softwords/softcore.fr @@ -3,7 +3,7 @@ \ ** John Sadler (john_sadler@alum.mit.edu) \ ** September, 1998 -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/softcore.fr,v 1.8 2000/01/28 03:41:39 dcs Exp $ \ ** Ficl USER variables \ ** See words.c for primitive def'n of USER diff --git a/sys/boot/ficl/stack.c b/sys/boot/ficl/stack.c index 059137c5b1b7..44aa35239a06 100644 --- a/sys/boot/ficl/stack.c +++ b/sys/boot/ficl/stack.c @@ -6,7 +6,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/stack.c,v 1.3 1999/09/29 04:43:07 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/testmain.c b/sys/boot/ficl/testmain.c index 8871ca90819b..6aef3871d74b 100644 --- a/sys/boot/ficl/testmain.c +++ b/sys/boot/ficl/testmain.c @@ -3,7 +3,7 @@ ** */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/testmain.c,v 1.5 1999/11/23 11:17:37 dcs Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/sys/boot/ficl/vm.c b/sys/boot/ficl/vm.c index bb6b1f8c094e..e2f99a7b3245 100644 --- a/sys/boot/ficl/vm.c +++ b/sys/boot/ficl/vm.c @@ -13,7 +13,7 @@ ** of the interp. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/vm.c,v 1.5 1999/09/29 04:43:07 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index 8ca612a216fb..35194d88bccd 100644 --- a/sys/boot/ficl/words.c +++ b/sys/boot/ficl/words.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/words.c,v 1.23 1999/11/23 11:17:37 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> |
