From owner-cvs-src@FreeBSD.ORG Wed May 10 20:38:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3388016AB4C; Wed, 10 May 2006 20:38:19 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9641A43D62; Wed, 10 May 2006 20:38:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4AKcGru089986; Wed, 10 May 2006 20:38:16 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4AKcGcI089985; Wed, 10 May 2006 20:38:16 GMT (envelope-from netchild) Message-Id: <200605102038.k4AKcGcI089985@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 10 May 2006 20:38:16 +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/sys/compat/linux linux_file.c linux_ioctl.c linux_ioctl.h linux_misc.c linux_signal.c linux_socket.c linux_stats.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 20:38:21 -0000 netchild 2006-05-10 20:38:16 UTC FreeBSD src repository Modified files: sys/compat/linux linux_file.c linux_ioctl.c linux_ioctl.h linux_misc.c linux_signal.c linux_socket.c linux_stats.c Log: Now that we don't have a linuxolator on alpha anymore: - unifdef __alpha__ - revert rev. 1.66 of linux_socket.c Revision Changes Path 1.95 +0 -12 src/sys/compat/linux/linux_file.c 1.136 +0 -35 src/sys/compat/linux/linux_ioctl.c 1.24 +0 -158 src/sys/compat/linux/linux_ioctl.h 1.178 +4 -29 src/sys/compat/linux/linux_misc.c 1.56 +0 -18 src/sys/compat/linux/linux_signal.c 1.68 +29 -88 src/sys/compat/linux/linux_socket.c 1.82 +0 -2 src/sys/compat/linux/linux_stats.c