summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-02 20:28:05 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-02 20:28:05 +0000
commite0b04b6af59e0ab968da77e3c3e337b302c2dddb (patch)
tree3d4b508b5ebc284e9448c5eb247f059934caea04
parent6ee29cdb0175cebc6ba511efc05d1ff3aa616741 (diff)
three four kill ...
-rw-r--r--lib/libc/arch/hppa/SYS.h7
-rw-r--r--lib/libc/arch/hppa/sys/Ovfork.S9
-rw-r--r--lib/libc/arch/hppa/sys/brk.S9
-rw-r--r--lib/libc/arch/hppa/sys/exect.S9
-rw-r--r--lib/libc/arch/hppa/sys/fork.S9
-rw-r--r--lib/libc/arch/hppa/sys/rfork.S9
-rw-r--r--lib/libc/arch/hppa/sys/sbrk.S9
-rw-r--r--lib/libc/arch/hppa/sys/sigpending.S9
-rw-r--r--lib/libc/arch/hppa/sys/sigprocmask.S9
-rw-r--r--lib/libc/arch/hppa/sys/sigreturn.S9
-rw-r--r--lib/libc/arch/hppa/sys/sigsuspend.S9
-rw-r--r--lib/libc/arch/hppa/sys/syscall.S9
12 files changed, 23 insertions, 83 deletions
diff --git a/lib/libc/arch/hppa/SYS.h b/lib/libc/arch/hppa/SYS.h
index a196447b2b4..803d6efd9ae 100644
--- a/lib/libc/arch/hppa/SYS.h
+++ b/lib/libc/arch/hppa/SYS.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: SYS.h,v 1.12 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: SYS.h,v 1.13 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1998-2002 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
diff --git a/lib/libc/arch/hppa/sys/Ovfork.S b/lib/libc/arch/hppa/sys/Ovfork.S
index 8977cb09724..c2816401f93 100644
--- a/lib/libc/arch/hppa/sys/Ovfork.S
+++ b/lib/libc/arch/hppa/sys/Ovfork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: Ovfork.S,v 1.9 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: Ovfork.S,v 1.10 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999,2002 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: Ovfork.S,v 1.9 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: Ovfork.S,v 1.10 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/brk.S b/lib/libc/arch/hppa/sys/brk.S
index 099a79ee5f4..770ffe11e56 100644
--- a/lib/libc/arch/hppa/sys/brk.S
+++ b/lib/libc/arch/hppa/sys/brk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: brk.S,v 1.10 2003/01/15 16:54:59 mickey Exp $ */
+/* $OpenBSD: brk.S,v 1.11 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: brk.S,v 1.10 2003/01/15 16:54:59 mickey Exp $"
+ .asciz "$OpenBSD: brk.S,v 1.11 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/exect.S b/lib/libc/arch/hppa/sys/exect.S
index 35d2814ec28..cc4b5437acb 100644
--- a/lib/libc/arch/hppa/sys/exect.S
+++ b/lib/libc/arch/hppa/sys/exect.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: exect.S,v 1.5 2001/03/29 01:43:52 mickey Exp $ */
+/* $OpenBSD: exect.S,v 1.6 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: exect.S,v 1.5 2001/03/29 01:43:52 mickey Exp $"
+ .asciz "$OpenBSD: exect.S,v 1.6 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/fork.S b/lib/libc/arch/hppa/sys/fork.S
index d954b6211e6..8fe173314a5 100644
--- a/lib/libc/arch/hppa/sys/fork.S
+++ b/lib/libc/arch/hppa/sys/fork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: fork.S,v 1.8 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: fork.S,v 1.9 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: fork.S,v 1.8 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: fork.S,v 1.9 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/rfork.S b/lib/libc/arch/hppa/sys/rfork.S
index 25c816a5e27..c26d528eae0 100644
--- a/lib/libc/arch/hppa/sys/rfork.S
+++ b/lib/libc/arch/hppa/sys/rfork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfork.S,v 1.2 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: rfork.S,v 1.3 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: rfork.S,v 1.2 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: rfork.S,v 1.3 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/sbrk.S b/lib/libc/arch/hppa/sys/sbrk.S
index ad6f4ff1061..6e08c7f91a7 100644
--- a/lib/libc/arch/hppa/sys/sbrk.S
+++ b/lib/libc/arch/hppa/sys/sbrk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbrk.S,v 1.9 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: sbrk.S,v 1.10 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: sbrk.S,v 1.9 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: sbrk.S,v 1.10 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/sigpending.S b/lib/libc/arch/hppa/sys/sigpending.S
index ad96794ed3a..0f12d45d6c8 100644
--- a/lib/libc/arch/hppa/sys/sigpending.S
+++ b/lib/libc/arch/hppa/sys/sigpending.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigpending.S,v 1.7 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: sigpending.S,v 1.8 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: sigpending.S,v 1.7 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: sigpending.S,v 1.8 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/sigprocmask.S b/lib/libc/arch/hppa/sys/sigprocmask.S
index baa70725a74..f2081e0a1fc 100644
--- a/lib/libc/arch/hppa/sys/sigprocmask.S
+++ b/lib/libc/arch/hppa/sys/sigprocmask.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigprocmask.S,v 1.10 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: sigprocmask.S,v 1.11 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: sigprocmask.S,v 1.10 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: sigprocmask.S,v 1.11 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/sigreturn.S b/lib/libc/arch/hppa/sys/sigreturn.S
index aee44274b24..6ee03905edf 100644
--- a/lib/libc/arch/hppa/sys/sigreturn.S
+++ b/lib/libc/arch/hppa/sys/sigreturn.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigreturn.S,v 1.4 2001/03/29 01:43:53 mickey Exp $ */
+/* $OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: sigreturn.S,v 1.4 2001/03/29 01:43:53 mickey Exp $"
+ .asciz "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/sigsuspend.S b/lib/libc/arch/hppa/sys/sigsuspend.S
index 52eb0e3f544..d48b47dc783 100644
--- a/lib/libc/arch/hppa/sys/sigsuspend.S
+++ b/lib/libc/arch/hppa/sys/sigsuspend.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigsuspend.S,v 1.7 2002/10/31 23:07:37 mickey Exp $ */
+/* $OpenBSD: sigsuspend.S,v 1.8 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: sigsuspend.S,v 1.7 2002/10/31 23:07:37 mickey Exp $"
+ .asciz "$OpenBSD: sigsuspend.S,v 1.8 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif
diff --git a/lib/libc/arch/hppa/sys/syscall.S b/lib/libc/arch/hppa/sys/syscall.S
index 81e119f9c95..f1a3d7b84c5 100644
--- a/lib/libc/arch/hppa/sys/syscall.S
+++ b/lib/libc/arch/hppa/sys/syscall.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.S,v 1.4 2001/03/29 01:43:53 mickey Exp $ */
+/* $OpenBSD: syscall.S,v 1.5 2003/06/02 20:28:04 mickey Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -12,11 +12,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -35,7 +30,7 @@
#ifdef SYSLIBC_SCCS
.text
- .asciz "$OpenBSD: syscall.S,v 1.4 2001/03/29 01:43:53 mickey Exp $"
+ .asciz "$OpenBSD: syscall.S,v 1.5 2003/06/02 20:28:04 mickey Exp $"
.align 4
#endif