From owner-cvs-src@FreeBSD.ORG Wed May 10 18:21:16 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 16BAE16A8E6; Wed, 10 May 2006 18:21:16 +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 0C8A643E4C; Wed, 10 May 2006 18:19:52 +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 k4AIJpe5049964; Wed, 10 May 2006 18:19:51 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4AIJppl049963; Wed, 10 May 2006 18:19:51 GMT (envelope-from netchild) Message-Id: <200605101819.k4AIJppl049963@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 10 May 2006 18:19:51 +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: Wed, 10 May 2006 18:21:21 -0000 netchild 2006-05-10 18:19:51 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 rt_sigpending) Revision Changes Path 1.11 +3 -2 src/sys/amd64/linux32/linux32_proto.h 1.11 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.11 +2 -2 src/sys/amd64/linux32/linux32_sysent.c 1.69 +3 -2 src/sys/i386/linux/linux_proto.h 1.63 +1 -1 src/sys/i386/linux/linux_syscall.h 1.70 +2 -2 src/sys/i386/linux/linux_sysent.c