Date: Sat, 18 Jan 2003 16:17:03 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> 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 ... Message-ID: <200301190017.h0J0H3cj064678@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301190017.h0J0H3cj064678>