4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:48:09 +0000 (19:48 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 03:48:09 +0000 (19:48 -0800)
SCCS-vsn: lib/libc/mips/sys/fork.s 8.1
SCCS-vsn: lib/libc/mips/sys/pipe.s 8.1
SCCS-vsn: lib/libc/mips/sys/ptrace.s 8.1
SCCS-vsn: lib/libc/mips/sys/reboot.s 8.1
SCCS-vsn: lib/libc/mips/sys/sbrk.s 8.1
SCCS-vsn: lib/libc/mips/SYS.h 8.1
SCCS-vsn: lib/libc/mips/sys/setlogin.s 8.1
SCCS-vsn: lib/libc/mips/sys/sigpending.s 8.1
SCCS-vsn: lib/libc/mips/sys/sigprocmask.s 8.1
SCCS-vsn: lib/libc/mips/sys/sigreturn.s 8.1
SCCS-vsn: lib/libc/mips/sys/sigsuspend.s 8.1
SCCS-vsn: lib/libc/mips/sys/syscall.s 8.1

12 files changed:
usr/src/lib/libc/mips/SYS.h
usr/src/lib/libc/mips/sys/fork.s
usr/src/lib/libc/mips/sys/pipe.s
usr/src/lib/libc/mips/sys/ptrace.s
usr/src/lib/libc/mips/sys/reboot.s
usr/src/lib/libc/mips/sys/sbrk.s
usr/src/lib/libc/mips/sys/setlogin.s
usr/src/lib/libc/mips/sys/sigpending.s
usr/src/lib/libc/mips/sys/sigprocmask.s
usr/src/lib/libc/mips/sys/sigreturn.s
usr/src/lib/libc/mips/sys/sigsuspend.s
usr/src/lib/libc/mips/sys/syscall.s

index bfce5a4..b935191 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ralph Campbell.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)SYS.h       5.3 (Berkeley) %G%
+ *     @(#)SYS.h       8.1 (Berkeley) %G%
  */
 
 #include <sys/syscall.h>
  */
 
 #include <sys/syscall.h>
index fcdd4f9..f5f3e50 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("@(#)fork.s      5.1 (Berkeley) %G%")
+       ASMSTR("@(#)fork.s      8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(fork)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(fork)
index ad3faf4..4cf896b 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("@(#)pipe.s      5.1 (Berkeley) %G%")
+       ASMSTR("@(#)pipe.s      8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(pipe)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(pipe)
index 7061d5a..4a869c0 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("@(#)ptrace.s    5.1 (Berkeley) %G%")
+       ASMSTR("@(#)ptrace.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(ptrace)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(ptrace)
index 7a387bd..e236152 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("@(#)reboot.s    5.1 (Berkeley) %G%")
+       ASMSTR("@(#)reboot.s    8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(reboot)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(reboot)
index 4936943..3536cfb 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("@(#)sbrk.s      5.3 (Berkeley) %G%")
+       ASMSTR("@(#)sbrk.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 39f6d00..afb28b9 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("@(#)setlogin.s  5.1 (Berkeley) %G%")
+       ASMSTR("@(#)setlogin.s  8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(setlogin)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(setlogin)
index f3a2b69..d816241 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("@(#)sigpending.s        5.1 (Berkeley) %G%")
+       ASMSTR("@(#)sigpending.s        8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigpending)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigpending)
index 7f8d8a4..f868f0c 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("@(#)sigprocmask.s       5.1 (Berkeley) %G%")
+       ASMSTR("@(#)sigprocmask.s       8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigprocmask)      # sigprocmask(how, new, old) sigset_t *new, *old;
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigprocmask)      # sigprocmask(how, new, old) sigset_t *new, *old;
index 53c0081..e49b1fd 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("@(#)sigreturn.s 5.2 (Berkeley) %G%")
+       ASMSTR("@(#)sigreturn.s 8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
index a0b4101..cae4d47 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("@(#)sigsuspend.s        5.2 (Berkeley) %G%")
+       ASMSTR("@(#)sigsuspend.s        8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigsuspend)
 #endif /* LIBC_SCCS and not lint */
 
 LEAF(sigsuspend)
index cc56101..c5ab67e 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("@(#)syscall.s   5.2 (Berkeley) %G%")
+       ASMSTR("@(#)syscall.s   8.1 (Berkeley) %G%")
 #endif /* LIBC_SCCS and not lint */
 
 #define SYS_syscall    0
 #endif /* LIBC_SCCS and not lint */
 
 #define SYS_syscall    0