Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 16:21:39 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        freebsd-ia64@freebsd.org
Subject:   patch to test
Message-ID:  <20030119002139.GA81674@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
Can anyone try this patch and let me know if it is OK to commit?
thanks.


Index: lib/libc/ia64/gen/__divdf3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__divdf3.S,v
retrieving revision 1.1
diff -u -r1.1 __divdf3.S
--- lib/libc/ia64/gen/__divdf3.S	20 Oct 2001 15:17:31 -0000	1.1
+++ lib/libc/ia64/gen/__divdf3.S	23 Mar 2002 02:25:48 -0000
@@ -1,5 +1,3 @@
-// $FreeBSD: src/lib/libc/ia64/gen/__divdf3.S,v 1.1 2001/10/20 15:17:31 dfr Exp $
-
 //  
 // Copyright (c) 2000, Intel Corporation
 // All rights reserved.
@@ -28,6 +26,7 @@
 //
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
   .section .text
 
Index: lib/libc/ia64/gen/__divdi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__divdi3.S,v
retrieving revision 1.1
diff -u -r1.1 __divdi3.S
--- lib/libc/ia64/gen/__divdi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__divdi3.S	23 Mar 2002 02:26:03 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__divdi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__divdi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 .proc __divdi3#
Index: lib/libc/ia64/gen/__divsf3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__divsf3.S,v
retrieving revision 1.1
diff -u -r1.1 __divsf3.S
--- lib/libc/ia64/gen/__divsf3.S	20 Oct 2001 15:17:31 -0000	1.1
+++ lib/libc/ia64/gen/__divsf3.S	23 Mar 2002 02:26:23 -0000
@@ -1,5 +1,3 @@
-// $FreeBSD: src/lib/libc/ia64/gen/__divsf3.S,v 1.1 2001/10/20 15:17:31 dfr Exp $
-
 //  
 // Copyright (c) 2000, Intel Corporation
 // All rights reserved.
@@ -28,6 +26,7 @@
 //
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(__divsf3, 0)
 { .mfi
Index: lib/libc/ia64/gen/__divsi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__divsi3.S,v
retrieving revision 1.1
diff -u -r1.1 __divsi3.S
--- lib/libc/ia64/gen/__divsi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__divsi3.S	23 Mar 2002 02:26:32 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__divsi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__divsi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/__moddi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__moddi3.S,v
retrieving revision 1.1
diff -u -r1.1 __moddi3.S
--- lib/libc/ia64/gen/__moddi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__moddi3.S	23 Mar 2002 02:26:37 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__moddi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__moddi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/__modsi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__modsi3.S,v
retrieving revision 1.1
diff -u -r1.1 __modsi3.S
--- lib/libc/ia64/gen/__modsi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__modsi3.S	23 Mar 2002 02:26:44 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__modsi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__modsi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/__udivdi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__udivdi3.S,v
retrieving revision 1.1
diff -u -r1.1 __udivdi3.S
--- lib/libc/ia64/gen/__udivdi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__udivdi3.S	23 Mar 2002 02:26:50 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__udivdi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__udivdi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 .proc __udivdi3#
Index: lib/libc/ia64/gen/__udivsi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__udivsi3.S,v
retrieving revision 1.1
diff -u -r1.1 __udivsi3.S
--- lib/libc/ia64/gen/__udivsi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__udivsi3.S	23 Mar 2002 02:26:59 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__udivsi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__udivsi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/__umoddi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__umoddi3.S,v
retrieving revision 1.1
diff -u -r1.1 __umoddi3.S
--- lib/libc/ia64/gen/__umoddi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__umoddi3.S	23 Mar 2002 02:27:04 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__umoddi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__umoddi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/__umodsi3.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/__umodsi3.S,v
retrieving revision 1.1
diff -u -r1.1 __umodsi3.S
--- lib/libc/ia64/gen/__umodsi3.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/__umodsi3.S	23 Mar 2002 02:27:09 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/gen/__umodsi3.S,v 1.1 2000/10/14 17:01:11 dfr Exp $ */
 .file "__umodsi3.s"
 
 //  
@@ -27,6 +26,9 @@
 // problem reports or change requests be submitted to it directly at
 // http://developer.intel.com/opensource.
 //
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 .section .text
 
Index: lib/libc/ia64/gen/_setjmp.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/_setjmp.S,v
retrieving revision 1.8
diff -u -r1.8 _setjmp.S
--- lib/libc/ia64/gen/_setjmp.S	14 Nov 2002 06:40:23 -0000	1.8
+++ lib/libc/ia64/gen/_setjmp.S	19 Jan 2003 00:19:41 -0000
@@ -1,4 +1,3 @@
-// $FreeBSD: src/lib/libc/ia64/gen/_setjmp.S,v 1.8 2002/11/14 06:40:23 marcel Exp $
 //
 // Copyright (c) 1999, 2000
 // Intel Corporation.
@@ -51,8 +50,10 @@
 
     .file   "setjmp.s"
 
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
 #define     LOCORE
-#include    <machine/asm.h>
 #include    <machine/setjmp.h>
 
 // int _setjmp(struct jmp_buffer *)
Index: lib/libc/ia64/gen/fabs.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/fabs.S,v
retrieving revision 1.1
diff -u -r1.1 fabs.S
--- lib/libc/ia64/gen/fabs.S	14 Oct 2000 17:01:11 -0000	1.1
+++ lib/libc/ia64/gen/fabs.S	23 Mar 2002 02:27:31 -0000
@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/gen/fabs.S,v 1.1 2000/10/14 17:01:11 dfr Exp $
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(fabs, 1)
 	fabs	fret0=farg0
Index: lib/libc/ia64/gen/setjmp.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/setjmp.S,v
retrieving revision 1.8
diff -u -r1.8 setjmp.S
--- lib/libc/ia64/gen/setjmp.S	11 Nov 2002 08:11:44 -0000	1.8
+++ lib/libc/ia64/gen/setjmp.S	18 Jan 2003 23:26:58 -0000
@@ -1,5 +1,4 @@
 /*	$NetBSD: setjmp.S,v 1.3 1997/12/05 02:06:27 thorpej Exp $	*/
-/* $FreeBSD: src/lib/libc/ia64/gen/setjmp.S,v 1.8 2002/11/11 08:11:44 marcel Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -28,8 +27,10 @@
  * rights to redistribute these changes.
  */
 
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
 #define     LOCORE
-#include    <machine/asm.h>
 #include    <machine/setjmp.h>
 
 /*
Index: lib/libc/ia64/gen/sigsetjmp.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/gen/sigsetjmp.S,v
retrieving revision 1.6
diff -u -r1.6 sigsetjmp.S
--- lib/libc/ia64/gen/sigsetjmp.S	11 Nov 2002 08:11:44 -0000	1.6
+++ lib/libc/ia64/gen/sigsetjmp.S	19 Jan 2003 00:20:12 -0000
@@ -1,5 +1,4 @@
 /*	$NetBSD: sigsetjmp.S,v 1.2 1996/10/17 03:08:07 cgd Exp $	*/
-/* $FreeBSD: src/lib/libc/ia64/gen/sigsetjmp.S,v 1.6 2002/11/11 08:11:44 marcel Exp $ */
 
 /*
  * Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -28,8 +27,10 @@
  * rights to redistribute these changes.
  */
 
-#define LOCORE
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
+#define LOCORE
 #include <machine/setjmp.h>
 
 /*
Index: lib/libc/ia64/net/byte_swap_2.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/byte_swap_2.S,v
retrieving revision 1.4
diff -u -r1.4 byte_swap_2.S
--- lib/libc/ia64/net/byte_swap_2.S	18 Feb 2002 20:35:17 -0000	1.4
+++ lib/libc/ia64/net/byte_swap_2.S	23 Mar 2002 02:27:53 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/byte_swap_2.S,v 1.4 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $	*/
 
 /*
@@ -29,6 +28,7 @@
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #if !defined(ALIAS) || !defined(NAME)
 #error ALIAS or NAME not defined
Index: lib/libc/ia64/net/byte_swap_4.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/byte_swap_4.S,v
retrieving revision 1.4
diff -u -r1.4 byte_swap_4.S
--- lib/libc/ia64/net/byte_swap_4.S	18 Feb 2002 20:35:17 -0000	1.4
+++ lib/libc/ia64/net/byte_swap_4.S	23 Mar 2002 02:27:58 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/byte_swap_4.S,v 1.4 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $	*/
 
 /*
@@ -29,6 +28,7 @@
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #if !defined(ALIAS) || !defined(NAME)
 #error ALIAS or NAME not defined
Index: lib/libc/ia64/net/htonl.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/htonl.S,v
retrieving revision 1.3
diff -u -r1.3 htonl.S
--- lib/libc/ia64/net/htonl.S	18 Feb 2002 20:35:17 -0000	1.3
+++ lib/libc/ia64/net/htonl.S	23 Mar 2002 02:28:03 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/htonl.S,v 1.3 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #define	ALIAS	htonl
 #define	NAME	__htonl
Index: lib/libc/ia64/net/htons.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/htons.S,v
retrieving revision 1.3
diff -u -r1.3 htons.S
--- lib/libc/ia64/net/htons.S	18 Feb 2002 20:35:17 -0000	1.3
+++ lib/libc/ia64/net/htons.S	23 Mar 2002 02:28:08 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/htons.S,v 1.3 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #define	ALIAS	htons
 #define	NAME	__htons
Index: lib/libc/ia64/net/ntohl.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/ntohl.S,v
retrieving revision 1.3
diff -u -r1.3 ntohl.S
--- lib/libc/ia64/net/ntohl.S	18 Feb 2002 20:35:17 -0000	1.3
+++ lib/libc/ia64/net/ntohl.S	23 Mar 2002 02:28:26 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/ntohl.S,v 1.3 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: ntohl.S,v 1.1 1996/04/17 22:36:57 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #define	ALIAS	ntohl
 #define	NAME	__ntohl
Index: lib/libc/ia64/net/ntohs.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/net/ntohs.S,v
retrieving revision 1.3
diff -u -r1.3 ntohs.S
--- lib/libc/ia64/net/ntohs.S	18 Feb 2002 20:35:17 -0000	1.3
+++ lib/libc/ia64/net/ntohs.S	23 Mar 2002 02:28:31 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/net/ntohs.S,v 1.3 2002/02/18 20:35:17 mike Exp $ */
 /*	$NetBSD: ntohs.S,v 1.1 1996/04/17 22:37:02 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #define	ALIAS	ntohs
 #define	NAME	__ntohs
Index: lib/libc/ia64/string/bcopy.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/string/bcopy.S,v
retrieving revision 1.1
diff -u -r1.1 bcopy.S
--- lib/libc/ia64/string/bcopy.S	14 Oct 2000 17:01:12 -0000	1.1
+++ lib/libc/ia64/string/bcopy.S	23 Mar 2002 02:28:36 -0000
@@ -27,6 +27,7 @@
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 /*
  * Not the fastest bcopy in the world.
Index: lib/libc/ia64/string/bzero.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/string/bzero.S,v
retrieving revision 1.4
diff -u -r1.4 bzero.S
--- lib/libc/ia64/string/bzero.S	22 Oct 2001 08:48:11 -0000	1.4
+++ lib/libc/ia64/string/bzero.S	23 Mar 2002 02:28:40 -0000
@@ -27,6 +27,7 @@
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(bzero, 2)
 	
Index: lib/libc/ia64/string/ffs.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/string/ffs.S,v
retrieving revision 1.2
diff -u -r1.2 ffs.S
--- lib/libc/ia64/string/ffs.S	5 Oct 2001 18:52:40 -0000	1.2
+++ lib/libc/ia64/string/ffs.S	23 Mar 2002 02:29:19 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/string/ffs.S,v 1.2 2001/10/05 18:52:40 dfr Exp $ */
 /*	$NetBSD: ffs.S,v 1.3 1996/10/17 03:08:13 cgd Exp $	*/
 
 /*
@@ -33,6 +32,7 @@
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(ffs, 1)
 	sxt4	r14=in0 ;;
Index: lib/libc/ia64/string/memcpy.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/string/memcpy.S,v
retrieving revision 1.1
diff -u -r1.1 memcpy.S
--- lib/libc/ia64/string/memcpy.S	14 Oct 2000 17:01:12 -0000	1.1
+++ lib/libc/ia64/string/memcpy.S	23 Mar 2002 02:29:26 -0000
@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/string/memcpy.S,v 1.1 2000/10/14 17:01:12 dfr Exp $
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(memcpy,3)
 	
Index: lib/libc/ia64/string/memmove.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/string/memmove.S,v
retrieving revision 1.1
diff -u -r1.1 memmove.S
--- lib/libc/ia64/string/memmove.S	14 Oct 2000 17:01:12 -0000	1.1
+++ lib/libc/ia64/string/memmove.S	23 Mar 2002 02:29:31 -0000
@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/string/memmove.S,v 1.1 2000/10/14 17:01:12 dfr Exp $
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 ENTRY(memmove,3)
 	
Index: lib/libc/ia64/sys/Ovfork.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/Ovfork.S,v
retrieving revision 1.4
diff -u -r1.4 Ovfork.S
--- lib/libc/ia64/sys/Ovfork.S	22 Oct 2001 09:17:14 -0000	1.4
+++ lib/libc/ia64/sys/Ovfork.S	23 Mar 2002 02:29:40 -0000
@@ -22,9 +22,11 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/sys/Ovfork.S,v 1.4 2001/10/22 09:17:14 peter Exp $
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
 #include "SYS.h"
 
 SYSCALL(vfork)
Index: lib/libc/ia64/sys/brk.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/brk.S,v
retrieving revision 1.2
diff -u -r1.2 brk.S
--- lib/libc/ia64/sys/brk.S	10 Oct 2001 10:35:01 -0000	1.2
+++ lib/libc/ia64/sys/brk.S	23 Mar 2002 02:30:48 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/brk.S,v 1.2 2001/10/10 10:35:01 dfr Exp $ */
 /*	$NetBSD: brk.S,v 1.4 1996/10/17 03:08:15 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/cerror.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/cerror.S,v
retrieving revision 1.1
diff -u -r1.1 cerror.S
--- lib/libc/ia64/sys/cerror.S	14 Oct 2000 17:01:12 -0000	1.1
+++ lib/libc/ia64/sys/cerror.S	23 Mar 2002 02:30:54 -0000
@@ -22,11 +22,10 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/sys/cerror.S,v 1.1 2000/10/14 17:01:12 dfr Exp $
  */
 
 #include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 
 ENTRY(.cerror, 0)
Index: lib/libc/ia64/sys/exect.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/exect.S,v
retrieving revision 1.1
diff -u -r1.1 exect.S
--- lib/libc/ia64/sys/exect.S	14 Oct 2000 17:01:12 -0000	1.1
+++ lib/libc/ia64/sys/exect.S	23 Mar 2002 02:30:58 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/exect.S,v 1.1 2000/10/14 17:01:12 dfr Exp $ */
 /*	$NetBSD: exect.S,v 1.2 1996/10/17 03:08:18 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/fork.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/fork.S,v
retrieving revision 1.4
diff -u -r1.4 fork.S
--- lib/libc/ia64/sys/fork.S	5 Oct 2001 18:52:42 -0000	1.4
+++ lib/libc/ia64/sys/fork.S	23 Mar 2002 02:31:08 -0000
@@ -22,9 +22,11 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- *	$FreeBSD: src/lib/libc/ia64/sys/fork.S,v 1.4 2001/10/05 18:52:42 dfr Exp $
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
 #include "SYS.h"
 
 SYSCALL(fork)
Index: lib/libc/ia64/sys/pipe.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/pipe.S,v
retrieving revision 1.2
diff -u -r1.2 pipe.S
--- lib/libc/ia64/sys/pipe.S	29 Jan 2001 03:23:43 -0000	1.2
+++ lib/libc/ia64/sys/pipe.S	23 Mar 2002 02:31:19 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/pipe.S,v 1.2 2001/01/29 03:23:43 deischen Exp $ */
 /*	$NetBSD: pipe.S,v 1.1 1995/02/10 17:50:35 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/ptrace.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/ptrace.S,v
retrieving revision 1.2
diff -u -r1.2 ptrace.S
--- lib/libc/ia64/sys/ptrace.S	10 Oct 2001 10:35:01 -0000	1.2
+++ lib/libc/ia64/sys/ptrace.S	23 Mar 2002 02:31:23 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/ptrace.S,v 1.2 2001/10/10 10:35:01 dfr Exp $ */
 /*	$NetBSD: ptrace.S,v 1.4 1996/11/08 00:51:24 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/sbrk.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/sbrk.S,v
retrieving revision 1.3
diff -u -r1.3 sbrk.S
--- lib/libc/ia64/sys/sbrk.S	23 Aug 2002 03:47:50 -0000	1.3
+++ lib/libc/ia64/sys/sbrk.S	19 Jan 2003 00:20:54 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/sbrk.S,v 1.3 2002/08/23 03:47:50 marcel Exp $ */
 /*	$NetBSD: sbrk.S,v 1.4 1996/10/17 03:08:20 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/setlogin.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/setlogin.S,v
retrieving revision 1.2
diff -u -r1.2 setlogin.S
--- lib/libc/ia64/sys/setlogin.S	10 Oct 2001 10:35:01 -0000	1.2
+++ lib/libc/ia64/sys/setlogin.S	23 Mar 2002 02:31:43 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/setlogin.S,v 1.2 2001/10/10 10:35:01 dfr Exp $ */
 /*	$NetBSD: setlogin.S,v 1.1 1995/02/10 17:50:39 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 
Index: lib/libc/ia64/sys/sigreturn.S
===================================================================
RCS file: /home/ncvs/src/lib/libc/ia64/sys/sigreturn.S,v
retrieving revision 1.2
diff -u -r1.2 sigreturn.S
--- lib/libc/ia64/sys/sigreturn.S	29 Jan 2001 03:23:43 -0000	1.2
+++ lib/libc/ia64/sys/sigreturn.S	23 Mar 2002 02:31:54 -0000
@@ -1,4 +1,3 @@
-/* $FreeBSD: src/lib/libc/ia64/sys/sigreturn.S,v 1.2 2001/01/29 03:23:43 deischen Exp $ */
 /*	$NetBSD: sigreturn.S,v 1.1 1995/02/10 17:50:42 cgd Exp $	*/
 
 /*
@@ -27,6 +26,9 @@
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
 
 #include "SYS.h"
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ia64" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119002139.GA81674>