redo include files for kernel reorg
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Dec 1990 14:51:41 +0000 (06:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Dec 1990 14:51:41 +0000 (06:51 -0800)
SCCS-vsn: sys/tahoe/math/Kaddd.s 1.4
SCCS-vsn: sys/tahoe/math/Kaddf.s 1.4
SCCS-vsn: sys/tahoe/math/Katanf.s 1.4
SCCS-vsn: sys/tahoe/math/Kcmpd.s 1.4
SCCS-vsn: sys/tahoe/math/Kcmpf.s 1.4
SCCS-vsn: sys/tahoe/math/Kcvtdl.s 1.4
SCCS-vsn: sys/tahoe/math/Kcvtfl.s 1.4
SCCS-vsn: sys/tahoe/math/Kcvtld.s 1.4
SCCS-vsn: sys/tahoe/math/Kcvtlf.s 1.4
SCCS-vsn: sys/tahoe/math/Kdivd.s 1.4
SCCS-vsn: sys/tahoe/math/Kdivf.s 1.4
SCCS-vsn: sys/tahoe/math/Kexpf.s 1.4
SCCS-vsn: sys/tahoe/math/Kfnorm.s 1.4
SCCS-vsn: sys/tahoe/math/Kfp_exp.s 1.4
SCCS-vsn: sys/tahoe/math/Kfp_mvtoacc.s 1.4
SCCS-vsn: sys/tahoe/math/Kfrexpd.s 1.4
SCCS-vsn: sys/tahoe/math/Kfrexpf.s 1.4
SCCS-vsn: sys/tahoe/math/Kldexpf.s 1.4
SCCS-vsn: sys/tahoe/math/Klogf.s 1.4
SCCS-vsn: sys/tahoe/math/Kmodf.s 1.4
SCCS-vsn: sys/tahoe/math/Kmuld.s 1.4
SCCS-vsn: sys/tahoe/math/Kmulf.s 1.4
SCCS-vsn: sys/tahoe/math/Knegd.s 1.4
SCCS-vsn: sys/tahoe/math/Knegf.s 1.4
SCCS-vsn: sys/tahoe/math/Ksfnorm.s 1.4
SCCS-vsn: sys/tahoe/math/Ksfp_exp.s 1.4
SCCS-vsn: sys/tahoe/math/Ksinfcosf.s 1.4
SCCS-vsn: sys/tahoe/math/Ksqrtf.s 1.4
SCCS-vsn: sys/tahoe/math/Ksubd.s 1.4
SCCS-vsn: sys/tahoe/math/Ksubf.s 1.4
SCCS-vsn: sys/tahoe/math/fpe.c 1.4

31 files changed:
usr/src/sys/tahoe/math/Kaddd.s
usr/src/sys/tahoe/math/Kaddf.s
usr/src/sys/tahoe/math/Katanf.s
usr/src/sys/tahoe/math/Kcmpd.s
usr/src/sys/tahoe/math/Kcmpf.s
usr/src/sys/tahoe/math/Kcvtdl.s
usr/src/sys/tahoe/math/Kcvtfl.s
usr/src/sys/tahoe/math/Kcvtld.s
usr/src/sys/tahoe/math/Kcvtlf.s
usr/src/sys/tahoe/math/Kdivd.s
usr/src/sys/tahoe/math/Kdivf.s
usr/src/sys/tahoe/math/Kexpf.s
usr/src/sys/tahoe/math/Kfnorm.s
usr/src/sys/tahoe/math/Kfp_exp.s
usr/src/sys/tahoe/math/Kfp_mvtoacc.s
usr/src/sys/tahoe/math/Kfrexpd.s
usr/src/sys/tahoe/math/Kfrexpf.s
usr/src/sys/tahoe/math/Kldexpf.s
usr/src/sys/tahoe/math/Klogf.s
usr/src/sys/tahoe/math/Kmodf.s
usr/src/sys/tahoe/math/Kmuld.s
usr/src/sys/tahoe/math/Kmulf.s
usr/src/sys/tahoe/math/Knegd.s
usr/src/sys/tahoe/math/Knegf.s
usr/src/sys/tahoe/math/Ksfnorm.s
usr/src/sys/tahoe/math/Ksfp_exp.s
usr/src/sys/tahoe/math/Ksinfcosf.s
usr/src/sys/tahoe/math/Ksqrtf.s
usr/src/sys/tahoe/math/Ksubd.s
usr/src/sys/tahoe/math/Ksubf.s
usr/src/sys/tahoe/math/fpe.c

index 08c5fee..f084e4b 100644 (file)
@@ -1,6 +1,6 @@
-/*     Kaddd.s 1.3     86/01/05        */
+/*     Kaddd.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
+#include "../math/fp.h"
 #include "../tahoe/SYS.h"
 
 /*
 #include "../tahoe/SYS.h"
 
 /*
index 3890ce8..a70cd44 100644 (file)
@@ -1,6 +1,6 @@
-/*     Kaddf.s 1.3     86/01/05        */
+/*     Kaddf.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
+#include "../math/fp.h"
 #include "../tahoe/SYS.h"
 
 /*
 #include "../tahoe/SYS.h"
 
 /*
index 2785d1e..813751f 100644 (file)
@@ -1,4 +1,4 @@
-/*     Katanf.s        1.3     86/01/05        */
+/*     Katanf.s        1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index d7286db..506fa6e 100644 (file)
@@ -1,4 +1,4 @@
-/*     Kcmpd.s 1.3     86/01/05        */
+/*     Kcmpd.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 4a4c302..5979a39 100644 (file)
@@ -1,4 +1,4 @@
-/*     Kcmpf.s 1.3     86/01/05        */
+/*     Kcmpf.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 6c0995b..37ec619 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kcvtdl.s        1.3     86/01/05        */
+/*     Kcvtdl.s        1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
  
 #include "../tahoe/SYS.h"
 
  
index aaa72c6..2d615e2 100644 (file)
@@ -1,6 +1,6 @@
-/*     Kcvtfl.s        1.3     86/01/05        */
+/*     Kcvtfl.s        1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
+#include "../math/fp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index 9c462ce..e3271c0 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kcvtld.s        1.3     86/01/05        */
+/*     Kcvtld.s        1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index 793cfec..5a328b3 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kcvtlf.s        1.3     86/01/05        */
+/*     Kcvtlf.s        1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index 7e81ef4..7446534 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kdivd.s 1.3     86/01/05        */
+/*     Kdivd.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23              # here we count from 0 not from 1 as in fp.h
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23              # here we count from 0 not from 1 as in fp.h
index 4abec98..f2408b4 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kdivf.s 1.3     86/01/05        */
+/*     Kdivf.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23              # here we count from 0 not from 1 as in fp.h
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23              # here we count from 0 not from 1 as in fp.h
index 601fd4b..8ff5101 100644 (file)
@@ -1,4 +1,4 @@
-/*     Kexpf.s 1.3     86/01/05        */
+/*     Kexpf.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index f61738d..fedcf05 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kfnorm.s        1.3     86/01/05        */
+/*     Kfnorm.s        1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index 1a69b06..91612e7 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kfp_exp.s       1.3     86/01/05        */
+/*     Kfp_exp.s       1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 ENTRY(Kfpover, 0)
 #include "../tahoe/SYS.h"
 
 ENTRY(Kfpover, 0)
index ffd232f..cd2993d 100644 (file)
@@ -1,6 +1,6 @@
-/*     Kfp_mvtoacc.s   1.3     86/01/05        */
+/*     Kfp_mvtoacc.s   1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
+#include "../math/fp.h"
 #include "../tahoe/SYS.h"
 
 /*
 #include "../tahoe/SYS.h"
 
 /*
index 1e32d58..d5b538c 100644 (file)
@@ -1,4 +1,4 @@
-/*     Kfrexpd.s       1.3     86/01/05        */
+/*     Kfrexpd.s       1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index e8c5628..85feaef 100644 (file)
@@ -1,4 +1,4 @@
-/*     Kfrexpf.s       1.3     86/01/05        */
+/*     Kfrexpf.s       1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 8c7f464..0b3d3a4 100644 (file)
@@ -1,8 +1,8 @@
-/*     Kldexpf.s       1.3     86/01/05        */
+/*     Kldexpf.s       1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 #include "../tahoe/SYS.h"
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 
 /* @(*)Kldexpf.s       4.2 (Berkeley) 12/21/80
  *     Tahoe           2/2/83
 
 /* @(*)Kldexpf.s       4.2 (Berkeley) 12/21/80
  *     Tahoe           2/2/83
index 5c88df7..5b9e2bf 100644 (file)
@@ -1,4 +1,4 @@
-/*     Klogf.s 1.3     86/01/05        */
+/*     Klogf.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 6c043d1..db62720 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kmodf.s 1.3     86/01/05        */
+/*     Kmodf.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 #include "../tahoe/SYS.h"
-#include "../tahoemath/fp.h"
+#include "../math/fp.h"
 
 /* 
  *  float Kmodf (value, iptr, hfs)
 
 /* 
  *  float Kmodf (value, iptr, hfs)
index 7a1c3dc..b269e71 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kmuld.s 1.3     86/01/05        */
+/*     Kmuld.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23      /* here we count from 0 not from 1 as in fp.h */
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23      /* here we count from 0 not from 1 as in fp.h */
index 88a0702..8c0186c 100644 (file)
@@ -1,7 +1,7 @@
-/*     Kmulf.s 1.3     86/01/05        */
+/*     Kmulf.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23      /* here we count from 0 not from 1 as in fp.h */
 #include "../tahoe/SYS.h"
 
 #define        HIDDEN  23      /* here we count from 0 not from 1 as in fp.h */
index be7cc64..3b0ecd3 100644 (file)
@@ -1,7 +1,7 @@
-/*     Knegd.s 1.3     86/01/05        */
+/*     Knegd.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index 22d17a1..90f6be7 100644 (file)
@@ -1,7 +1,7 @@
-/*     Knegf.s 1.3     86/01/05        */
+/*     Knegf.s 1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
        .text
 #include "../tahoe/SYS.h"
 
        .text
index bdf40fc..045fb84 100644 (file)
@@ -1,7 +1,7 @@
-/*     Ksfnorm.s       1.3     86/01/05        */
+/*     Ksfnorm.s       1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 /*
 #include "../tahoe/SYS.h"
 
 /*
index 12a26b5..3c5f08a 100644 (file)
@@ -1,7 +1,7 @@
-/*     Ksfp_exp.s      1.3     86/01/05        */
+/*     Ksfp_exp.s      1.4     90/12/04        */
 
 
-#include "../tahoemath/fp.h"
-#include "../tahoemath/Kfp.h"
+#include "../math/fp.h"
+#include "../math/Kfp.h"
 #include "../tahoe/SYS.h"
 
 ENTRY(Ksfpover, 0)
 #include "../tahoe/SYS.h"
 
 ENTRY(Ksfpover, 0)
index f8739b6..3e613e6 100644 (file)
@@ -1,4 +1,4 @@
-/*     Ksinfcosf.s     1.3     86/01/05        */
+/*     Ksinfcosf.s     1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 6ff75b7..ddc036d 100644 (file)
@@ -1,4 +1,4 @@
-/*     Ksqrtf.s        1.3     86/01/05        */
+/*     Ksqrtf.s        1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 9108509..00a3907 100644 (file)
@@ -1,4 +1,4 @@
-/*     Ksubd.s 1.3     86/01/05        */
+/*     Ksubd.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index 2a24e0f..efe4c30 100644 (file)
@@ -1,4 +1,4 @@
-/*     Ksubf.s 1.3     86/01/05        */
+/*     Ksubf.s 1.4     90/12/04        */
 
 #include "../tahoe/SYS.h"
 
 
 #include "../tahoe/SYS.h"
 
index c14a0ef..39eaa61 100644 (file)
@@ -1,18 +1,18 @@
-/*     fpe.c   1.3     90/06/21        */
+/*     fpe.c   1.4     90/12/04        */
 
 
-#include "../tahoe/psl.h"
-#include "../tahoe/reg.h"
-#include "../tahoe/pte.h"
-#include "../tahoe/mtpr.h"
-#include "../tahoemath/Kfp.h"
+#include "../include/psl.h"
+#include "../include/reg.h"
+#include "../include/pte.h"
+#include "../include/mtpr.h"
+#include "../math/Kfp.h"
 
 
-#include "param.h"
-#include "systm.h"
-#include "user.h"
-#include "proc.h"
-#include "seg.h"
-#include "acct.h"
-#include "kernel.h"
+#include "sys/param.h"
+#include "sys/systm.h"
+#include "sys/user.h"
+#include "sys/proc.h"
+#include "sys/seg.h"
+#include "sys/acct.h"
+#include "sys/kernel.h"
 
 /*
  * Floating point emulation support.
 
 /*
  * Floating point emulation support.