From owner-freebsd-current@freebsd.org Wed Feb 1 09:09:19 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20764CCAE35 for ; Wed, 1 Feb 2017 09:09:19 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp001.me.com (st13p35im-asmtp001.me.com [17.164.199.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEA2C1F9A for ; Wed, 1 Feb 2017 09:09:18 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp001.me.com by st13p35im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OKO00J00ULVQ400@st13p35im-asmtp001.me.com> for freebsd-current@freebsd.org; Wed, 01 Feb 2017 09:09:12 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1485940152; bh=GLIopJ/i1tKKYP9dF9OS8Z3uuI5RPt5c1A3uJxBht7k=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=jt+TVsrHU4w4GAxvRvu660du8xyIv36NyokhozIbQWnMGqPSn5lL3YNukuxmJBH4G luf+Fc5TdLDapwK3WzMrGTzuPexJXjGXT64LTBkAQYJxAGsvRuKqX/keoa10jnDRgJ L8KidPCuOj+2o35e+oFKv87IzT8zspkRyr1xvYwdtfVSqmc2SUyIkqCYRWByFFGdKm Ya1kWftkdnSv9+6YfhXEwQUm5m4wId5azCq8cZTWciQyolrY/2QB4IdtfTb5mJc/Gj kE5+Kx177ZWdCqwaVmypTMYh3JGaNhTTR394xuO/QlRFR3LFPVbuzhKbl3lpuYRBo7 6BMHutJqYbiHg== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OKO0091QURACN30@st13p35im-asmtp001.me.com> for freebsd-current@freebsd.org; Wed, 01 Feb 2017 09:09:12 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-01_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=3 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1702010091 From: Toomas Soome MIME-version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: review: loader: disk/part api needs to use uint64_t offsets Message-id: Date: Wed, 01 Feb 2017 11:09:11 +0200 To: FreeBSD CURRENT X-Mailer: Apple Mail (2.3259) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 09:09:19 -0000 Hi! I would like to have some eyes on https://reviews.freebsd.org/D8710 = :) thanks, toomas=