4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:47:34 +0000 (19:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:47:34 +0000 (19:47 -0800)
SCCS-vsn: lib/libc/mips/string/bcmp.s 8.1
SCCS-vsn: lib/libc/mips/string/bcopy.s 8.1
SCCS-vsn: lib/libc/mips/string/bzero.s 8.1
SCCS-vsn: lib/libc/mips/string/ffs.s 8.1
SCCS-vsn: lib/libc/mips/sys/Ovfork.s 8.1
SCCS-vsn: lib/libc/mips/string/index.s 8.1
SCCS-vsn: lib/libc/mips/sys/brk.s 8.1
SCCS-vsn: lib/libc/mips/string/rindex.s 8.1
SCCS-vsn: lib/libc/mips/sys/cerror.s 8.1
SCCS-vsn: lib/libc/mips/string/strcmp.s 8.1
SCCS-vsn: lib/libc/mips/sys/exect.s 8.1
SCCS-vsn: lib/libc/mips/string/strlen.s 8.1

12 files changed:
usr/src/lib/libc/mips/string/bcmp.s
usr/src/lib/libc/mips/string/bcopy.s
usr/src/lib/libc/mips/string/bzero.s
usr/src/lib/libc/mips/string/ffs.s
usr/src/lib/libc/mips/string/index.s
usr/src/lib/libc/mips/string/rindex.s
usr/src/lib/libc/mips/string/strcmp.s
usr/src/lib/libc/mips/string/strlen.s
usr/src/lib/libc/mips/sys/Ovfork.s
usr/src/lib/libc/mips/sys/brk.s
usr/src/lib/libc/mips/sys/cerror.s
usr/src/lib/libc/mips/sys/exect.s

index 79027fd..fc06ba8 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bcmp.s      5.5 (Berkeley) %G%")
+       ASMSTR("@(#)bcmp.s      8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bcmp(s1, s2, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bcmp(s1, s2, n) */
index e41967f..0921954 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bcopy.s     5.6 (Berkeley) %G%")
+       ASMSTR("@(#)bcopy.s     8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bcopy(s1, s2, n) */
index 8045444..a7b4d0b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)bzero.s     5.4 (Berkeley) %G%")
+       ASMSTR("@(#)bzero.s     8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bzero(s1, n) */
index 4b66472..27197d6 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)ffs.s       5.3 (Berkeley) %G%")
+       ASMSTR("@(#)ffs.s       8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
 #endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
index 717cb27..1356f3f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)index.s     5.3 (Berkeley) %G%")
+       ASMSTR("@(#)index.s     8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(index)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(index)
index d27abff..a74d937 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)rindex.s    5.3 (Berkeley) %G%")
+       ASMSTR("@(#)rindex.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(rindex)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(rindex)
index f64ec4a..c95e34f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)strcmp.s    5.3 (Berkeley) %G%")
+       ASMSTR("@(#)strcmp.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index bb69476..7db33bc 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include <machine/machAsmDefs.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)strlen.s    5.3 (Berkeley) %G%")
+       ASMSTR("@(#)strlen.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(strlen)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(strlen)
index 9e1c44c..1a8c7a5 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)Ovfork.s    5.1 (Berkeley) %G%")
+       ASMSTR("@(#)Ovfork.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index d4ca8f4..9af3e90 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)brk.s       5.3 (Berkeley) %G%")
+       ASMSTR("@(#)brk.s       8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17
 #endif /* LIBC_SCCS and not lint */
 
 #define        SYS_brk         17
index 634073e..6142243 100644 (file)
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)cerror.s    5.1 (Berkeley) %G%")
+       ASMSTR("@(#)cerror.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
        .globl  errno
 #endif /* LIBC_SCCS and not lint */
 
        .globl  errno
index 0ce1793..98dbab2 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
@@ -11,7 +11,7 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
 #include "SYS.h"
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       ASMSTR("@(#)exect.s     5.1 (Berkeley) %G%")
+       ASMSTR("@(#)exect.s     8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(exect)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(exect)