diff options
Diffstat (limited to 'sys/lib/libkern/arch')
52 files changed, 94 insertions, 28 deletions
diff --git a/sys/lib/libkern/arch/arm32/Makefile.inc b/sys/lib/libkern/arch/arm32/Makefile.inc index 7e5d52920f5..a70d9e658fa 100644 --- a/sys/lib/libkern/arch/arm32/Makefile.inc +++ b/sys/lib/libkern/arch/arm32/Makefile.inc @@ -1,4 +1,4 @@ -# $Id: Makefile.inc,v 1.2 1997/11/04 19:08:04 chuck Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/11/07 15:56:57 niklas Exp $ SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ memchr.c \ diff --git a/sys/lib/libkern/arch/arm32/div.S b/sys/lib/libkern/arch/arm32/div.S index 603d0b858ad..92c1b6f73c0 100644 --- a/sys/lib/libkern/arch/arm32/div.S +++ b/sys/lib/libkern/arch/arm32/div.S @@ -1,3 +1,4 @@ +/* $OpenBSD: div.S,v 1.3 1997/11/07 15:56:58 niklas Exp $ */ /* $NetBSD: div.S,v 1.2 1996/04/26 20:05:28 mark Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/DEFS.h b/sys/lib/libkern/arch/m68k/DEFS.h index 0ccd3f048fa..5665586dff1 100644 --- a/sys/lib/libkern/arch/m68k/DEFS.h +++ b/sys/lib/libkern/arch/m68k/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:00 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:21 cgd Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/m68k/SYS.h b/sys/lib/libkern/arch/m68k/SYS.h index 6f5c3b7cf0d..d74877b8d95 100644 --- a/sys/lib/libkern/arch/m68k/SYS.h +++ b/sys/lib/libkern/arch/m68k/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:00 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:23 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/m68k/bcmp.S b/sys/lib/libkern/arch/m68k/bcmp.S index 6b5d6c88d40..14d9b282e8e 100644 --- a/sys/lib/libkern/arch/m68k/bcmp.S +++ b/sys/lib/libkern/arch/m68k/bcmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: bcmp.S,v 1.1 1995/10/18 08:52:52 deraadt Exp $" + .asciz "$OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* bcmp(s1, s2, n) */ diff --git a/sys/lib/libkern/arch/m68k/bzero.S b/sys/lib/libkern/arch/m68k/bzero.S index 119a4f5c0eb..ce8bdaa0163 100644 --- a/sys/lib/libkern/arch/m68k/bzero.S +++ b/sys/lib/libkern/arch/m68k/bzero.S @@ -1,3 +1,5 @@ +/* $OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)bzero.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: bzero.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/ffs.S b/sys/lib/libkern/arch/m68k/ffs.S index b20232fdf2d..7a2476472e2 100644 --- a/sys/lib/libkern/arch/m68k/ffs.S +++ b/sys/lib/libkern/arch/m68k/ffs.S @@ -1,3 +1,5 @@ +/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)ffs.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: ffs.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* bit = ffs(value) */ diff --git a/sys/lib/libkern/arch/m68k/htonl.S b/sys/lib/libkern/arch/m68k/htonl.S index 2da54607f6e..926a5f470c2 100644 --- a/sys/lib/libkern/arch/m68k/htonl.S +++ b/sys/lib/libkern/arch/m68k/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)htonl.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: htonl.S,v 1.2 1994/10/26 06:39:27 cgd Exp $" + .asciz "$OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/sys/lib/libkern/arch/m68k/htons.S b/sys/lib/libkern/arch/m68k/htons.S index 5c9ee9c54c7..da4e0c505a6 100644 --- a/sys/lib/libkern/arch/m68k/htons.S +++ b/sys/lib/libkern/arch/m68k/htons.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */ /* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)htons.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = htons(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/locc.S b/sys/lib/libkern/arch/m68k/locc.S index b5a838e7514..681404193e3 100644 --- a/sys/lib/libkern/arch/m68k/locc.S +++ b/sys/lib/libkern/arch/m68k/locc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: locc.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */ /* $NetBSD: locc.S,v 1.2 1994/10/26 06:39:28 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/ntohl.S b/sys/lib/libkern/arch/m68k/ntohl.S index ed996cb3587..20415157b1e 100644 --- a/sys/lib/libkern/arch/m68k/ntohl.S +++ b/sys/lib/libkern/arch/m68k/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:29 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)ntohl.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:29 cgd Exp $" + .asciz "$OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/ntohs.S b/sys/lib/libkern/arch/m68k/ntohs.S index d32a48775bb..b58a840eb24 100644 --- a/sys/lib/libkern/arch/m68k/ntohs.S +++ b/sys/lib/libkern/arch/m68k/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:30 cgd Exp $ */ /*- @@ -42,7 +43,7 @@ #ifdef notdef .asciz "@(#)ntohs.s 5.1 (Berkeley) 5/12/90" #endif - .asciz "$NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:30 cgd Exp $" + .asciz "$OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/sys/lib/libkern/arch/m68k/scanc.S b/sys/lib/libkern/arch/m68k/scanc.S index 358793e7c6b..d2b274a24b1 100644 --- a/sys/lib/libkern/arch/m68k/scanc.S +++ b/sys/lib/libkern/arch/m68k/scanc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: scanc.S,v 1.2 1997/11/07 15:57:07 niklas Exp $ */ /* $NetBSD: scanc.S,v 1.2 1994/10/26 06:39:31 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/skpc.S b/sys/lib/libkern/arch/m68k/skpc.S index 681779eba30..9677f8dace2 100644 --- a/sys/lib/libkern/arch/m68k/skpc.S +++ b/sys/lib/libkern/arch/m68k/skpc.S @@ -1,3 +1,4 @@ +/* $OpenBSD: skpc.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */ /* $NetBSD: skpc.S,v 1.2 1994/10/26 06:39:32 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/m68k/strcat.S b/sys/lib/libkern/arch/m68k/strcat.S index 0a8b8f08788..ec1188fb2c2 100644 --- a/sys/lib/libkern/arch/m68k/strcat.S +++ b/sys/lib/libkern/arch/m68k/strcat.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */ /* $NetBSD: strcat.S,v 1.1 1996/04/18 01:53:06 cgd Exp $ */ /*- @@ -43,7 +44,7 @@ #if 0 RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90") #else - RCSID("$NetBSD: strcat.S,v 1.1 1996/04/18 01:53:06 cgd Exp $") + RCSID("$OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $") #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/lib/libkern/arch/m68k/strcmp.S b/sys/lib/libkern/arch/m68k/strcmp.S index 1ae045bc3a5..fc0f273e990 100644 --- a/sys/lib/libkern/arch/m68k/strcmp.S +++ b/sys/lib/libkern/arch/m68k/strcmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strcmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strcmp.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strcpy.S b/sys/lib/libkern/arch/m68k/strcpy.S index f273bf4e530..4caa3f71087 100644 --- a/sys/lib/libkern/arch/m68k/strcpy.S +++ b/sys/lib/libkern/arch/m68k/strcpy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strcpy.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strlen.S b/sys/lib/libkern/arch/m68k/strlen.S index da10a30fd76..917b836d43b 100644 --- a/sys/lib/libkern/arch/m68k/strlen.S +++ b/sys/lib/libkern/arch/m68k/strlen.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strlen.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strlen.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strncmp.S b/sys/lib/libkern/arch/m68k/strncmp.S index 5263e981bff..b193a9d93a3 100644 --- a/sys/lib/libkern/arch/m68k/strncmp.S +++ b/sys/lib/libkern/arch/m68k/strncmp.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strncmp.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strncmp.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/m68k/strncpy.S b/sys/lib/libkern/arch/m68k/strncpy.S index af0f2e83c5e..b759a919e18 100644 --- a/sys/lib/libkern/arch/m68k/strncpy.S +++ b/sys/lib/libkern/arch/m68k/strncpy.S @@ -1,3 +1,5 @@ +/* $OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -38,7 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) .text /*.asciz "from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90"*/ - .asciz "$Id: strncpy.S,v 1.1 1995/10/18 08:52:53 deraadt Exp $" + .asciz "$OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/DEFS.h b/sys/lib/libkern/arch/mips/DEFS.h index e921ff5c3eb..8f9ff7b01c2 100644 --- a/sys/lib/libkern/arch/mips/DEFS.h +++ b/sys/lib/libkern/arch/mips/DEFS.h @@ -1,3 +1,3 @@ -/* $Id: DEFS.h,v 1.1 1995/11/06 21:15:52 deraadt Exp $ */ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:14 niklas Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/mips/SYS.h b/sys/lib/libkern/arch/mips/SYS.h index 349bf5c8454..2c28f2fb9a9 100644 --- a/sys/lib/libkern/arch/mips/SYS.h +++ b/sys/lib/libkern/arch/mips/SYS.h @@ -1,3 +1,4 @@ +/* * $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:15 niklas Exp $*/ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -34,7 +35,6 @@ * SUCH DAMAGE. * * from: @(#)SYS.h 5.5 (Berkeley) 5/7/91 - * $Id: SYS.h,v 1.1 1995/11/06 21:15:54 deraadt Exp $ */ #include <machine/asm.h> diff --git a/sys/lib/libkern/arch/mips/bcmp.S b/sys/lib/libkern/arch/mips/bcmp.S index 0a18dadd12b..950269e4e3e 100644 --- a/sys/lib/libkern/arch/mips/bcmp.S +++ b/sys/lib/libkern/arch/mips/bcmp.S @@ -1,3 +1,5 @@ +# $OpenBSD: bcmp.S,v 1.6 1997/11/07 15:57:16 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/bcopy.S b/sys/lib/libkern/arch/mips/bcopy.S index bf6e45daf69..4cb962158a0 100644 --- a/sys/lib/libkern/arch/mips/bcopy.S +++ b/sys/lib/libkern/arch/mips/bcopy.S @@ -1,3 +1,5 @@ +# $OpenBSD: bcopy.S,v 1.7 1997/11/07 15:57:17 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/bzero.S b/sys/lib/libkern/arch/mips/bzero.S index 4ff16b0a93b..2f5c29b8715 100644 --- a/sys/lib/libkern/arch/mips/bzero.S +++ b/sys/lib/libkern/arch/mips/bzero.S @@ -1,3 +1,5 @@ +# $OpenBSD: bzero.S,v 1.5 1997/11/07 15:57:18 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/ffs.S b/sys/lib/libkern/arch/mips/ffs.S index f84c947105d..93abd6db037 100644 --- a/sys/lib/libkern/arch/mips/ffs.S +++ b/sys/lib/libkern/arch/mips/ffs.S @@ -1,3 +1,5 @@ +# $OpenBSD: ffs.S,v 1.4 1997/11/07 15:57:18 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/htonl.S b/sys/lib/libkern/arch/mips/htonl.S index 85576cde536..a389399e8d3 100644 --- a/sys/lib/libkern/arch/mips/htonl.S +++ b/sys/lib/libkern/arch/mips/htonl.S @@ -1,3 +1,5 @@ +# $OpenBSD: htonl.S,v 1.4 1997/11/07 15:57:19 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/htons.S b/sys/lib/libkern/arch/mips/htons.S index f425144c094..7ab497cf7c3 100644 --- a/sys/lib/libkern/arch/mips/htons.S +++ b/sys/lib/libkern/arch/mips/htons.S @@ -1,3 +1,5 @@ +# $OpenBSD: htons.S,v 1.4 1997/11/07 15:57:20 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/strcmp.S b/sys/lib/libkern/arch/mips/strcmp.S index 6c6b7a503c5..76b626197a4 100644 --- a/sys/lib/libkern/arch/mips/strcmp.S +++ b/sys/lib/libkern/arch/mips/strcmp.S @@ -1,3 +1,5 @@ +# $OpenBSD: strcmp.S,v 1.4 1997/11/07 15:57:21 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/mips/strlen.S b/sys/lib/libkern/arch/mips/strlen.S index 4f9288eb537..8aa4c153648 100644 --- a/sys/lib/libkern/arch/mips/strlen.S +++ b/sys/lib/libkern/arch/mips/strlen.S @@ -1,3 +1,5 @@ +# $OpenBSD: strlen.S,v 1.4 1997/11/07 15:57:22 niklas Exp $ + #include "DEFS.h" diff --git a/sys/lib/libkern/arch/ns32k/DEFS.h b/sys/lib/libkern/arch/ns32k/DEFS.h index ff297d572ab..3d861f16f15 100644 --- a/sys/lib/libkern/arch/ns32k/DEFS.h +++ b/sys/lib/libkern/arch/ns32k/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:23 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:41 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/ns32k/SYS.h b/sys/lib/libkern/arch/ns32k/SYS.h index 93ee274588c..ebad36b057f 100644 --- a/sys/lib/libkern/arch/ns32k/SYS.h +++ b/sys/lib/libkern/arch/ns32k/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:24 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:44 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/ns32k/htonl.S b/sys/lib/libkern/arch/ns32k/htonl.S index a2110a31e98..fc1a5bc83fc 100644 --- a/sys/lib/libkern/arch/ns32k/htonl.S +++ b/sys/lib/libkern/arch/ns32k/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:25 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:45 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/htons.S b/sys/lib/libkern/arch/ns32k/htons.S index bd907611691..9989b956fb2 100644 --- a/sys/lib/libkern/arch/ns32k/htons.S +++ b/sys/lib/libkern/arch/ns32k/htons.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:26 niklas Exp $ */ /* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:46 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/ntohl.S b/sys/lib/libkern/arch/ns32k/ntohl.S index 3a45abb068f..acef5f6f500 100644 --- a/sys/lib/libkern/arch/ns32k/ntohl.S +++ b/sys/lib/libkern/arch/ns32k/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:27 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:47 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/ntohs.S b/sys/lib/libkern/arch/ns32k/ntohs.S index 8e09a20adca..4e701df53ed 100644 --- a/sys/lib/libkern/arch/ns32k/ntohs.S +++ b/sys/lib/libkern/arch/ns32k/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:28 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:48 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/ns32k/setjmp.S b/sys/lib/libkern/arch/ns32k/setjmp.S index dfca3d55691..e9e85ffdd43 100644 --- a/sys/lib/libkern/arch/ns32k/setjmp.S +++ b/sys/lib/libkern/arch/ns32k/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:28 niklas Exp $ */ /* $NetBSD: setjmp.S,v 1.3 1995/11/30 01:00:12 jtc Exp $ */ /* diff --git a/sys/lib/libkern/arch/sparc/DEFS.h b/sys/lib/libkern/arch/sparc/DEFS.h index 8dbdcb1f165..f0b72ae3a87 100644 --- a/sys/lib/libkern/arch/sparc/DEFS.h +++ b/sys/lib/libkern/arch/sparc/DEFS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: DEFS.h,v 1.2 1997/11/07 15:57:30 niklas Exp $ */ /* $NetBSD: DEFS.h,v 1.2 1994/10/26 06:39:51 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/sparc/SYS.h b/sys/lib/libkern/arch/sparc/SYS.h index 74b3cac68d4..bd0344a6da6 100644 --- a/sys/lib/libkern/arch/sparc/SYS.h +++ b/sys/lib/libkern/arch/sparc/SYS.h @@ -1,3 +1,4 @@ +/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:31 niklas Exp $ */ /* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:53 cgd Exp $ */ /*- diff --git a/sys/lib/libkern/arch/sparc/_setjmp.S b/sys/lib/libkern/arch/sparc/_setjmp.S index cb42c847997..c4b038019da 100644 --- a/sys/lib/libkern/arch/sparc/_setjmp.S +++ b/sys/lib/libkern/arch/sparc/_setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: _setjmp.S,v 1.2 1997/11/07 15:57:32 niklas Exp $ */ /* $NetBSD: _setjmp.S,v 1.2 1994/10/26 06:39:54 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: _setjmp.S,v 1.2 1994/10/26 06:39:54 cgd Exp $" + .asciz "$OpenBSD: _setjmp.S,v 1.2 1997/11/07 15:57:32 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/bzero.S b/sys/lib/libkern/arch/sparc/bzero.S index 7e7da1f91ba..0eb4cca1ac3 100644 --- a/sys/lib/libkern/arch/sparc/bzero.S +++ b/sys/lib/libkern/arch/sparc/bzero.S @@ -1,3 +1,4 @@ +/* $OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:33 niklas Exp $ */ /* $NetBSD: bzero.S,v 1.2 1994/10/26 06:39:54 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)bzero.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: bzero.S,v 1.2 1994/10/26 06:39:54 cgd Exp $" + .asciz "$OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:33 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/divrem.m4 b/sys/lib/libkern/arch/sparc/divrem.m4 index b5aee6e4274..4ee3a2d8243 100644 --- a/sys/lib/libkern/arch/sparc/divrem.m4 +++ b/sys/lib/libkern/arch/sparc/divrem.m4 @@ -1,3 +1,4 @@ +/* $OpenBSD: divrem.m4,v 1.2 1997/11/07 15:57:33 niklas Exp $ */ /* $NetBSD: divrem.m4,v 1.3 1995/04/22 09:37:39 pk Exp $ */ /* @@ -48,7 +49,7 @@ #ifdef notdef .asciz "@(#)divrem.m4 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: divrem.m4,v 1.3 1995/04/22 09:37:39 pk Exp $" + .asciz "$OpenBSD: divrem.m4,v 1.2 1997/11/07 15:57:33 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/ffs.S b/sys/lib/libkern/arch/sparc/ffs.S index 82599a412f1..78e8ada31b8 100644 --- a/sys/lib/libkern/arch/sparc/ffs.S +++ b/sys/lib/libkern/arch/sparc/ffs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $ */ /* $NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ffs.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ffs.S,v 1.2 1994/10/26 06:39:57 cgd Exp $" + .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:34 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/htonl.S b/sys/lib/libkern/arch/sparc/htonl.S index 1853b45967f..64ee5fa09f9 100644 --- a/sys/lib/libkern/arch/sparc/htonl.S +++ b/sys/lib/libkern/arch/sparc/htonl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:35 niklas Exp $ */ /* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:58 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: htonl.S,v 1.2 1994/10/26 06:39:58 cgd Exp $" + .asciz "$OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:35 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ diff --git a/sys/lib/libkern/arch/sparc/htons.S b/sys/lib/libkern/arch/sparc/htons.S index 52be2cc164a..c5569f998fc 100644 --- a/sys/lib/libkern/arch/sparc/htons.S +++ b/sys/lib/libkern/arch/sparc/htons.S @@ -1,3 +1,5 @@ +/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:36 niklas Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,7 @@ #ifdef notdef .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: htons.S,v 1.2 1994/10/26 06:39:59 cgd Exp $" + .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:36 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* netorder = htons(hostorder) */ diff --git a/sys/lib/libkern/arch/sparc/mul.S b/sys/lib/libkern/arch/sparc/mul.S index a5df0b17b7e..028237f2c47 100644 --- a/sys/lib/libkern/arch/sparc/mul.S +++ b/sys/lib/libkern/arch/sparc/mul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: mul.S,v 1.2 1997/11/07 15:57:37 niklas Exp $ */ /* $NetBSD: mul.S,v 1.2 1994/10/26 06:40:01 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)mul.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: mul.S,v 1.2 1994/10/26 06:40:01 cgd Exp $" + .asciz "$OpenBSD: mul.S,v 1.2 1997/11/07 15:57:37 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/ntohl.S b/sys/lib/libkern/arch/sparc/ntohl.S index 2bc11ed40c4..280cbcb427d 100644 --- a/sys/lib/libkern/arch/sparc/ntohl.S +++ b/sys/lib/libkern/arch/sparc/ntohl.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:38 niklas Exp $ */ /* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:40:03 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ntohl.S,v 1.2 1994/10/26 06:40:03 cgd Exp $" + .asciz "$OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:38 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohl(netorder) */ diff --git a/sys/lib/libkern/arch/sparc/ntohs.S b/sys/lib/libkern/arch/sparc/ntohs.S index 291844d6996..3484e41ee1d 100644 --- a/sys/lib/libkern/arch/sparc/ntohs.S +++ b/sys/lib/libkern/arch/sparc/ntohs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:39 niklas Exp $ */ /* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:40:05 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: ntohs.S,v 1.2 1994/10/26 06:40:05 cgd Exp $" + .asciz "$OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:39 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* hostorder = ntohs(netorder) */ diff --git a/sys/lib/libkern/arch/sparc/saveregs.S b/sys/lib/libkern/arch/sparc/saveregs.S index f8f9ced8c0b..b78827631ae 100644 --- a/sys/lib/libkern/arch/sparc/saveregs.S +++ b/sys/lib/libkern/arch/sparc/saveregs.S @@ -1,3 +1,4 @@ +/* $OpenBSD: saveregs.S,v 1.2 1997/11/07 15:57:40 niklas Exp $ */ /* $NetBSD: saveregs.S,v 1.2 1994/10/26 06:40:07 cgd Exp $ */ /* diff --git a/sys/lib/libkern/arch/sparc/setjmp.S b/sys/lib/libkern/arch/sparc/setjmp.S index b6986bc8775..1a98275578b 100644 --- a/sys/lib/libkern/arch/sparc/setjmp.S +++ b/sys/lib/libkern/arch/sparc/setjmp.S @@ -1,3 +1,4 @@ +/* $OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:40 niklas Exp $ */ /* $NetBSD: setjmp.S,v 1.2 1994/10/26 06:40:08 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)setjmp.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: setjmp.S,v 1.2 1994/10/26 06:40:08 cgd Exp $" + .asciz "$OpenBSD: setjmp.S,v 1.2 1997/11/07 15:57:40 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* diff --git a/sys/lib/libkern/arch/sparc/strlen.S b/sys/lib/libkern/arch/sparc/strlen.S index 1a1a1dbcf49..447350880f9 100644 --- a/sys/lib/libkern/arch/sparc/strlen.S +++ b/sys/lib/libkern/arch/sparc/strlen.S @@ -1,3 +1,4 @@ +/* $OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:41 niklas Exp $ */ /* $NetBSD: strlen.S,v 1.2 1994/10/26 06:40:09 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)strlen.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: strlen.S,v 1.2 1994/10/26 06:40:09 cgd Exp $" + .asciz "$OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:41 niklas Exp $" #endif /* LIBC_SCCS and not lint */ #include "DEFS.h" diff --git a/sys/lib/libkern/arch/sparc/umul.S b/sys/lib/libkern/arch/sparc/umul.S index ca84490d38e..6a5b7005e22 100644 --- a/sys/lib/libkern/arch/sparc/umul.S +++ b/sys/lib/libkern/arch/sparc/umul.S @@ -1,3 +1,4 @@ +/* $OpenBSD: umul.S,v 1.2 1997/11/07 15:57:42 niklas Exp $ */ /* $NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $ */ /* @@ -43,7 +44,7 @@ #ifdef notdef .asciz "@(#)umul.s 8.1 (Berkeley) 6/4/93" #endif - .asciz "$NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $" + .asciz "$OpenBSD: umul.S,v 1.2 1997/11/07 15:57:42 niklas Exp $" #endif /* LIBC_SCCS and not lint */ /* |