From owner-svn-src-head@freebsd.org Fri Mar 15 03:31:18 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3831E153A6A3; Fri, 15 Mar 2019 03:31:18 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f177.google.com (mail-it1-f177.google.com [209.85.166.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC096850C8; Fri, 15 Mar 2019 03:31:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f177.google.com with SMTP id h9so8730788itl.1; Thu, 14 Mar 2019 20:31:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8qOpX4zbV4ebRrWawGY8yzOLv9pUjCeZRrpD+fm8teA=; b=MkXoOoEX+EhFUa0QnC8coBjBikXoxoEL1o7olKn5wcgbR9BKk7HO3t38qps3Dxqixk tQxHhvko8E5LCQCyZVHT05cp31UpL+cp6jLwJ8o/CqOKpcw0yujSYVdHLGwtGFi9M2Ay VAaC6zP785Ml1/tyFzXVpb+t83qCsR1HmtUoiEKwO8mYrk3aRdcSTmp+5NfAcs083W9f LDMX2CynAaasaRmgj6muWPXlzrvZb56Pr4W7AEBihBzEN/Aq8DQmJMUz478EfkV+705u 51oxEuDrCs5kELhTdF0+bUZHs0rOwsd8tEqcdJLnLpDeDCVJuI6hQSkk8suzl2Mu22G1 PtIg== X-Gm-Message-State: APjAAAWLqs53EgcKaCgucTdpyLnKbTkJ5DWIglsvBnVk2UCFr2Vc22U2 rxZ8OwJcV8Uux0TwJMFsWH54SchVEIJN4koU0SYhfNBw X-Google-Smtp-Source: APXvYqx3zFONgLOrFTg4HAdUMW3BZLgNBqTKdHR3FpGuW8CRs8VjwH7nRDninM9teWLfZjVtXwFQXM4aQbnsDAy1FsY= X-Received: by 2002:a24:5a8d:: with SMTP id v135mr586281ita.87.1552619237163; Thu, 14 Mar 2019 20:07:17 -0700 (PDT) MIME-Version: 1.0 References: <201903150239.x2F2dH9m028042@gndrsh.dnsmgr.net> In-Reply-To: <201903150239.x2F2dH9m028042@gndrsh.dnsmgr.net> From: Ed Maste Date: Thu, 14 Mar 2019 23:07:05 -0400 Message-ID: Subject: Re: svn commit: r345138 - head/share/man/man9 To: "Rodney W. Grimes" Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: CC096850C8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2019 03:31:18 -0000 On Thu, 14 Mar 2019 at 22:39, Rodney W. Grimes wrote: > > 4. There is no easy way to show > "changed byte at offset 0x432 from 0xef to 0xfe" But this is not that easy with uuencoded files, either - I'd just end up uudecoding both files before running cmp -x. And for the case under discussion here (firmware files) we treat them as opaque binary objects; comparing them is generally not interesting anyway. > Do we have a decent binary diff and binary patch tool? We have bsdiff and bspatch, but their output is not designed for human consumption or editing.