From owner-cvs-src@FreeBSD.ORG Sun Dec 31 13:20:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2F3616A403; Sun, 31 Dec 2006 13:20:31 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A450413C428; Sun, 31 Dec 2006 13:20:31 +0000 (UTC) (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 kBVDKVsV074965; Sun, 31 Dec 2006 13:20:31 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBVDKVDP074962; Sun, 31 Dec 2006 13:20:31 GMT (envelope-from netchild) Message-Id: <200612311320.kBVDKVDP074962@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 31 Dec 2006 13:20:31 +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, 31 Dec 2006 13:20:31 -0000 netchild 2006-12-31 13:20:31 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 after addition of linux_utimes and linux_rt_sigtimedwait Revision Changes Path 1.28 +7 -3 src/sys/amd64/linux32/linux32_proto.h 1.28 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.28 +3 -3 src/sys/amd64/linux32/linux32_sysent.c 1.90 +7 -3 src/sys/i386/linux/linux_proto.h 1.83 +1 -1 src/sys/i386/linux/linux_syscall.h 1.90 +3 -3 src/sys/i386/linux/linux_sysent.c