From owner-cvs-src@FreeBSD.ORG Sun Oct 15 14:24:10 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 89C2016A403; Sun, 15 Oct 2006 14:24:10 +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 55D5943D55; Sun, 15 Oct 2006 14:24:10 +0000 (GMT) (envelope-from netchild@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 k9FEOA9m082067; Sun, 15 Oct 2006 14:24:10 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9FEOAhh082066; Sun, 15 Oct 2006 14:24:10 GMT (envelope-from netchild) Message-Id: <200610151424.k9FEOAhh082066@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 15 Oct 2006 14:24:10 +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/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.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: Sun, 15 Oct 2006 14:24:10 -0000 netchild 2006-10-15 14:24:10 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen (linux AIO stuff) Revision Changes Path 1.23 +35 -1 src/sys/amd64/linux32/linux32_proto.h 1.23 +6 -1 src/sys/amd64/linux32/linux32_syscall.h 1.23 +6 -6 src/sys/amd64/linux32/linux32_sysent.c 1.84 +35 -1 src/sys/i386/linux/linux_proto.h 1.78 +6 -1 src/sys/i386/linux/linux_syscall.h 1.85 +6 -6 src/sys/i386/linux/linux_sysent.c