From owner-cvs-all Sat Jan 18 16:17: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 547B037B401; Sat, 18 Jan 2003 16:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB80C43E4A; Sat, 18 Jan 2003 16:17:03 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0J0H3fh064679; Sat, 18 Jan 2003 16:17:03 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0J0H3cj064678; Sat, 18 Jan 2003 16:17:03 -0800 (PST) Message-Id: <200301190017.h0J0H3cj064678@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 Jan 2003 16:17:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen _ctx_start.S _setjmp.S fabs.S getcontext.S rfork_thread.S setjmp.S sigsetjmp.S src/lib/libc/alpha/net byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S src/lib/libc/alpha/string bcopy.S bzero.S ffs.S ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/01/18 16:17:03 PST Modified files: lib/libc/alpha/gen _ctx_start.S _setjmp.S fabs.S getcontext.S rfork_thread.S setjmp.S sigsetjmp.S lib/libc/alpha/net byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S lib/libc/alpha/string bcopy.S bzero.S ffs.S memcpy.S memmove.S lib/libc/alpha/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S setlogin.S sigreturn.S Log: Use __FBSDID. Revision Changes Path 1.2 +1 -5 src/lib/libc/alpha/gen/_ctx_start.S 1.9 +1 -2 src/lib/libc/alpha/gen/_setjmp.S 1.3 +1 -1 src/lib/libc/alpha/gen/fabs.S 1.2 +1 -4 src/lib/libc/alpha/gen/getcontext.S 1.2 +3 -2 src/lib/libc/alpha/gen/rfork_thread.S 1.16 +3 -2 src/lib/libc/alpha/gen/setjmp.S 1.8 +1 -2 src/lib/libc/alpha/gen/sigsetjmp.S 1.3 +1 -2 src/lib/libc/alpha/net/byte_swap_2.S 1.3 +1 -2 src/lib/libc/alpha/net/byte_swap_4.S 1.3 +3 -2 src/lib/libc/alpha/net/htonl.S 1.3 +3 -2 src/lib/libc/alpha/net/htons.S 1.3 +3 -2 src/lib/libc/alpha/net/ntohl.S 1.3 +3 -2 src/lib/libc/alpha/net/ntohs.S 1.2 +1 -0 src/lib/libc/alpha/string/bcopy.S 1.2 +1 -0 src/lib/libc/alpha/string/bzero.S 1.2 +1 -0 src/lib/libc/alpha/string/ffs.S 1.2 +4 -0 src/lib/libc/alpha/string/memcpy.S 1.2 +3 -0 src/lib/libc/alpha/string/memmove.S 1.4 +3 -2 src/lib/libc/alpha/sys/Ovfork.S 1.2 +3 -0 src/lib/libc/alpha/sys/brk.S 1.6 +4 -2 src/lib/libc/alpha/sys/cerror.S 1.2 +3 -0 src/lib/libc/alpha/sys/exect.S 1.4 +3 -2 src/lib/libc/alpha/sys/fork.S 1.4 +3 -2 src/lib/libc/alpha/sys/pipe.S 1.2 +3 -0 src/lib/libc/alpha/sys/ptrace.S 1.3 +3 -0 src/lib/libc/alpha/sys/sbrk.S 1.3 +3 -2 src/lib/libc/alpha/sys/setlogin.S 1.4 +3 -2 src/lib/libc/alpha/sys/sigreturn.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message