From owner-cvs-src@FreeBSD.ORG Tue Aug 15 12:21:26 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 1055316A4E2; Tue, 15 Aug 2006 12:21:26 +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 E606543DD3; Tue, 15 Aug 2006 12:21:00 +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 k7FCL0Ag075845; Tue, 15 Aug 2006 12:21:00 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7FCL0ql075844; Tue, 15 Aug 2006 12:21:00 GMT (envelope-from netchild) Message-Id: <200608151221.k7FCL0ql075844@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 15 Aug 2006 12:21:00 +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_emul.c linux_emul.h linux_futex.c linux_futex.h linux_time.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: Tue, 15 Aug 2006 12:21:26 -0000 netchild 2006-08-15 12:21:00 UTC FreeBSD src repository Added files: sys/compat/linux linux_emul.c linux_emul.h linux_futex.c linux_futex.h linux_time.c Log: Add some new files needed for linux 2.6.x compatibility. Please don't style(9) the NetBSD code, we want to stay in sync. Not imported on a vendor branch since we need local changes. Sponsored by: Google SoC 2006 Submitted by: rdivacky With help from: manu@NetBSD.org Obtained from: NetBSD (linux_{futex,time}.*) Revision Changes Path 1.1 +297 -0 src/sys/compat/linux/linux_emul.c (new) 1.1 +74 -0 src/sys/compat/linux/linux_emul.h (new) 1.1 +500 -0 src/sys/compat/linux/linux_futex.c (new) 1.1 +61 -0 src/sys/compat/linux/linux_futex.h (new) 1.1 +208 -0 src/sys/compat/linux/linux_time.c (new)