From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 1 11:57:29 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF7DC106564A; Sat, 1 Oct 2011 11:57:29 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 541878FC08; Sat, 1 Oct 2011 11:57:29 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so3398204bkb.13 for ; Sat, 01 Oct 2011 04:57:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=hYejRtb+wF1E3WLfC52ELlwpudr3oUUkvge+pP1aA+0=; b=ZeYjRkozpu7EfwSVT1BStUNPtJgD63fOnH7jHlTYy7N890KfSIWf++6CrsWun/SUzY Lu53uG2Bd5kzrI69MlhDbN4l3kTabj+MY1kLOkp7iBd9JzWE4A4SvfoAgTeiiqyKSu7+ XUUnkBcuwQ7mH8fYkB3aRgBSlPFqbVWeMaOys= Received: by 10.223.55.16 with SMTP id s16mr8419858fag.95.1317470247831; Sat, 01 Oct 2011 04:57:27 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua. [212.86.226.226]) by mx.google.com with ESMTPS id t19sm11207683faj.23.2011.10.01.04.57.26 (version=SSLv3 cipher=OTHER); Sat, 01 Oct 2011 04:57:27 -0700 (PDT) Sender: Alexander Motin Message-ID: <4E870018.8050806@FreeBSD.org> Date: Sat, 01 Oct 2011 14:57:12 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Ben Laurie References: <4E862BB4.9000402@FreeBSD.org> <64774029.20111001005301@serebryakov.spb.ru> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: hackers@freebsd.org, lev@freebsd.org Subject: Re: sizeof(size_t) and other "semantic" types on 32 bit systems? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 11:57:30 -0000 Ben Laurie wrote: > 2011/9/30 Lev Serebryakov : >> Hello, Alexander. >> You wrote 1 октября 2011 г., 0:51:00: >> >>> GEOM uses 64bit off_t for media size and many other things. >> off_t is signed! It is ``not accurate enough'' (if you know this >> Russian joke) :))) > > No, but I now want to know the Russian joke. I think it is about this one, sorry for my rough translation: Man getting to a doctor: M: Doctor, I have a problem THERE. D: Undress please. M: Can I accurately put shoes there? D: Please. Man carefully puts shoes aside to each other perpendicularly to the wall. M: Can I accurately put my pants on a chair back? D: Sure. Man carefully puts pants on a chair. M: Can I accurately put my underwear here? D: OK. Man carefully puts underwear on a couch, removing any pleats. D: So what's the problem? M: Can't you see? My testicles are on different height! D: Don't worry, it is normal. You are not sick. M: But that's not accurately enough! ("ne akkuratnenko kak-to" in original transliteration) http://blog.i.ua/user/2864472/779569/ -- Alexander Motin