From owner-cvs-all@FreeBSD.ORG Tue Aug 22 07:55:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 8575A16A4DA; Tue, 22 Aug 2006 07:55:43 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 959D543D83; Tue, 22 Aug 2006 07:55:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7M7tG4a011729; Tue, 22 Aug 2006 07:55:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7M7tGKP011728; Tue, 22 Aug 2006 07:55:16 GMT (envelope-from ru) Message-Id: <200608220755.k7M7tGKP011728@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Aug 2006 07:55:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc Makefile src/lib/libc/alpha Makefile.inc SYS.h Symbol.map _fpmath.h arith.h src/lib/libc/alpha/gen Makefile.inc _ctx_start.S _set_tp.c _setjmp.S divrem.m4 fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 07:55:43 -0000 ru 2006-08-22 07:55:15 UTC FreeBSD src repository Modified files: lib/libc Makefile lib/libc/stdio findfp.c Removed files: lib/libc/alpha Makefile.inc SYS.h Symbol.map _fpmath.h arith.h lib/libc/alpha/gen Makefile.inc _ctx_start.S _set_tp.c _setjmp.S divrem.m4 fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c infinity.c makecontext.c modf.c rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S lib/libc/alpha/net Makefile.inc byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S lib/libc/alpha/stdlib Makefile.inc lib/libc/alpha/string Makefile.inc bcopy.S bzero.S ffs.S memcpy.S memmove.S lib/libc/alpha/sys Makefile.inc Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S setlogin.S sigreturn.S Log: Remove alpha left-overs. Revision Changes Path 1.68 +1 -2 src/lib/libc/Makefile 1.10 +0 -8 src/lib/libc/alpha/Makefile.inc (dead) 1.17 +0 -74 src/lib/libc/alpha/SYS.h (dead) 1.2 +0 -77 src/lib/libc/alpha/Symbol.map (dead) 1.7 +0 -49 src/lib/libc/alpha/_fpmath.h (dead) 1.3 +0 -20 src/lib/libc/alpha/arith.h (dead) 1.17 +0 -47 src/lib/libc/alpha/gen/Makefile.inc (dead) 1.3 +0 -45 src/lib/libc/alpha/gen/_ctx_start.S (dead) 1.3 +0 -40 src/lib/libc/alpha/gen/_set_tp.c (dead) 1.10 +0 -127 src/lib/libc/alpha/gen/_setjmp.S (dead) 1.5 +0 -198 src/lib/libc/alpha/gen/divrem.m4 (dead) 1.4 +0 -36 src/lib/libc/alpha/gen/fabs.S (dead) 1.5 +0 -60 src/lib/libc/alpha/gen/flt_rounds.c (dead) 1.7 +0 -52 src/lib/libc/alpha/gen/fpgetmask.c (dead) 1.7 +0 -52 src/lib/libc/alpha/gen/fpgetround.c (dead) 1.6 +0 -52 src/lib/libc/alpha/gen/fpgetsticky.c (dead) 1.6 +0 -54 src/lib/libc/alpha/gen/fpsetmask.c (dead) 1.7 +0 -61 src/lib/libc/alpha/gen/fpsetround.c (dead) 1.8 +0 -39 src/lib/libc/alpha/gen/infinity.c (dead) 1.5 +0 -172 src/lib/libc/alpha/gen/makecontext.c (dead) 1.4 +0 -107 src/lib/libc/alpha/gen/modf.c (dead) 1.3 +0 -66 src/lib/libc/alpha/gen/rfork_thread.S (dead) 1.18 +0 -138 src/lib/libc/alpha/gen/setjmp.S (dead) 1.2 +0 -103 src/lib/libc/alpha/gen/signalcontext.c (dead) 1.9 +0 -64 src/lib/libc/alpha/gen/sigsetjmp.S (dead) 1.3 +0 -3 src/lib/libc/alpha/net/Makefile.inc (dead) 1.4 +0 -49 src/lib/libc/alpha/net/byte_swap_2.S (dead) 1.4 +0 -55 src/lib/libc/alpha/net/byte_swap_4.S (dead) 1.4 +0 -36 src/lib/libc/alpha/net/htonl.S (dead) 1.4 +0 -36 src/lib/libc/alpha/net/htons.S (dead) 1.4 +0 -36 src/lib/libc/alpha/net/ntohl.S (dead) 1.4 +0 -36 src/lib/libc/alpha/net/ntohs.S (dead) 1.4 +0 -3 src/lib/libc/alpha/stdlib/Makefile.inc (dead) 1.3 +0 -3 src/lib/libc/alpha/string/Makefile.inc (dead) 1.3 +0 -289 src/lib/libc/alpha/string/bcopy.S (dead) 1.3 +0 -111 src/lib/libc/alpha/string/bzero.S (dead) 1.3 +0 -92 src/lib/libc/alpha/string/ffs.S (dead) 1.3 +0 -8 src/lib/libc/alpha/string/memcpy.S (dead) 1.3 +0 -7 src/lib/libc/alpha/string/memmove.S (dead) 1.13 +0 -12 src/lib/libc/alpha/sys/Makefile.inc (dead) 1.6 +0 -38 src/lib/libc/alpha/sys/Ovfork.S (dead) 1.3 +0 -53 src/lib/libc/alpha/sys/brk.S (dead) 1.7 +0 -56 src/lib/libc/alpha/sys/cerror.S (dead) 1.3 +0 -38 src/lib/libc/alpha/sys/exect.S (dead) 1.6 +0 -38 src/lib/libc/alpha/sys/fork.S (dead) 1.6 +0 -40 src/lib/libc/alpha/sys/pipe.S (dead) 1.3 +0 -40 src/lib/libc/alpha/sys/ptrace.S (dead) 1.4 +0 -53 src/lib/libc/alpha/sys/sbrk.S (dead) 1.5 +0 -40 src/lib/libc/alpha/sys/setlogin.S (dead) 1.5 +0 -41 src/lib/libc/alpha/sys/sigreturn.S (dead) 1.30 +1 -1 src/lib/libc/stdio/findfp.c