From owner-svn-src-all@freebsd.org Tue Jun 14 14:46:50 2016 Return-Path: Delivered-To: svn-src-all@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 373A6B69632; Tue, 14 Jun 2016 14:46:50 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x234.google.com (mail-it0-x234.google.com [IPv6:2607:f8b0:4001:c0b::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0358E25A5; Tue, 14 Jun 2016 14:46:50 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x234.google.com with SMTP id z189so79226716itg.0; Tue, 14 Jun 2016 07:46:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=C/ErwcXYUSWwn59gi3EPahjYHpbzO/pA6gB5v0+bOCA=; b=IN8T97AngQQcF4X0Ls4hE/tIA/cEVPfsnpBjC6CHrg8gTRNDbtMAr4fwrTmF1fWp1N ZufkSwgVJwehaA/D3PrzvxPlrgF2/q0JOSrnfRR8m4Z6lUYz9fNDzCGrflgS0BBTSHtL f3AAPhdbAK79JF8bUcxjj8y3qUXr4WEGvL44Fzo/XNQIdLTNeVm8TDTeZ4FQ2WsxBJsz wwsc8YDk5getpkTQ9qEQV+GxAPwuxR/db4R0mBJg5K49+KhK0DANxR2LLtsEUe38eksY IsPA+6OEfrvW5RqNg6RWVkNo1bPYz9Dq6Ln3iqWO8dp1smp6pGugQQrFFJK8IKsqsh1X lfZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=C/ErwcXYUSWwn59gi3EPahjYHpbzO/pA6gB5v0+bOCA=; b=SDlOqaVmPmoveFrXgDV3GHng/nDx+/hySUIMuv1P1AUq4t6Eev9RG1a6qzh5cUeatt d8NQmn3Iy6Af181t14G4kJIpv+P5iyhPrEI1ljKQPcZeR2nJHT05oZhKLWpSNCTqtKHB PKfcI7FX+l+Ax9eD9Fsms0H4ZmTCVz/NO405UgCCB1YZHtJdgg/s6/Eb7pTrag6H9zi5 1ZhrroXwyzLv2lzJTqFoCQGmUzFb8+FMtHO4EgD6Ujq1iPZJQcRnKTEWh6Kj35MQzUUQ 9JlmBRgHWjKQ8M9WX8FunMq4uF1BcLvfJeLsiVN4TZ+xpP1B03apsmBfxZi4ZzbMmyy9 EAow== X-Gm-Message-State: ALyK8tKG8HY/lFFQvOhEcrsushQLRpNsly837DPnlHIi9M2JmcvFP47Zj394yI84xZFDwabYEGQ+Xx3yti8KOw== X-Received: by 10.36.9.14 with SMTP id 14mr8858569itm.68.1465915605362; Tue, 14 Jun 2016 07:46:45 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.27.197 with HTTP; Tue, 14 Jun 2016 07:46:25 -0700 (PDT) In-Reply-To: <201606141403.u5EE3Smt059800@repo.freebsd.org> References: <201606141403.u5EE3Smt059800@repo.freebsd.org> From: Ed Maste Date: Tue, 14 Jun 2016 10:46:25 -0400 X-Google-Sender-Auth: PtsbrdLp8ympQF2f_EDlpBukf5s Message-ID: Subject: Re: svn commit: r301879 - in head/usr.sbin/makefs: . ffs To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 14:46:50 -0000 On 14 June 2016 at 10:03, Ed Maste wrote: > Author: emaste > Date: Tue Jun 14 14:03:28 2016 > New Revision: 301879 > URL: https://svnweb.freebsd.org/changeset/base/301879 > > Log: > makefs: Provide a -T option to set timestamps to a consistent value > > This is taken from the NetBSD versions listed below and adapted to the > makefs version in FreeBSD, along with a bug fix from cem@ that will be > sent to NetBSD. Oops, I left the NetBSD versions out of the commit message. They are: usr.sbin/makefs/ffs/mkfs.c 1.66 usr.sbin/makefs/ffs/newfs_extern.h 1.33 usr.sbin/makefs/cd9660.c 1.50 1.51 usr.sbin/makefs/ffs.c 1.65 1.68 usr.sbin/makefs/makefs.8 1.54 usr.sbin/makefs/makefs.c 1.51 usr.sbin/makefs/makefs.h 1.36 usr.sbin/makefs/walk.c 1.29