From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 21:30:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0EA2106567A for ; Fri, 31 Oct 2008 21:30:50 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9C25D8FC14 for ; Fri, 31 Oct 2008 21:30:50 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by mail-gx0-f19.google.com with SMTP id 12so165979gxk.12 for ; Fri, 31 Oct 2008 14:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Ifd5I4OdLc7A+Y0Pqnps/Ke4I6T5mAUEnap6rOlyuxY=; b=q/iiYVWdK7i/bRSp0KKmzqvLi/gO5tgr/fu0JuNHGgQnts/wjqii8I3H/Ohw+ptWmG vR86oCeAbKN2yAemTwhUvCE5UKjcUxbxXaSvZiMyFyUw9l9Z8RSQXW+hzk2VITGjNRmK vMCOZsPE4hQr0ujihMbD+ESv/3R4WASUmcl28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=PUU3YtpYJmGv5zqWPzqPTHsQl+cr6tKjJx9l3EgUeePicyUV6AF/v0Ihjgsbnx2G3L CsfNtrOLjklWtdHIOsx37eu4N8UjJ0+mmL218Eqq1sOdgG7e1pER77lccVpDXTT0RxEv /qYVtnHvHCTLCoMlFPa0Owc1yEY4JZ6ERY9nM= Received: by 10.90.70.6 with SMTP id s6mr10513506aga.48.1225487436570; Fri, 31 Oct 2008 14:10:36 -0700 (PDT) Received: by 10.90.51.19 with HTTP; Fri, 31 Oct 2008 14:10:35 -0700 (PDT) Message-ID: <19e9a5dc0810311410u1d9a09bfoe81a22a87bab7393@mail.gmail.com> Date: Fri, 31 Oct 2008 19:10:35 -0200 From: "Gonzalo Nemmi" To: questions@freebsd.org, misc@openbsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Subject: Re: Funny slogans to put on tshirts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 21:30:51 -0000 On 10/31/08, Redd Vinylene wrote: > Hello guys, > > It's my friend's birthday tomorrow. I was thinking I'd make him a > tshirt with some funny slogan on it or something. Preferably something > UNIX related. But I'm all outta ideas. Perhaps y'all can help? > Alright, much obliged, thanks. Here's one from /usr/src/sys/kern/kern_malloc.c It goes like this: /* * Small malloc(9) memory allocations are allocated from a set of UMA buckets * of various sizes. * * XXX: The comment here used to read "These won't be powers of two for * long." It's possible that a significant amount of wasted memory could be * recovered by tuning the sizes of these buckets. */ struct { int kz_size; char *kz_name; uma_zone_t kz_zone; } kmemzones[] = { {16, "16", NULL}, {32, "32", NULL}, {64, "64", NULL}, {128, "128", NULL}, {256, "256", NULL}, {512, "512", NULL}, {1024, "1024", NULL}, {2048, "2048", NULL}, {4096, "4096", NULL}, Black tshirt, green letters ... -- Blessings Gonzalo Nemmi