svn commit: r315304 - head/usr.sbin/makefs

Ed Maste emaste at freebsd.org
Wed Mar 15 18:38:08 UTC 2017


On 15 March 2017 at 13:34, Ngie Cooper (yaneurabeya)
<yaneurabeya at gmail.com> wrote:
>
>> On Mar 15, 2017, at 06:34, Ed Maste <emaste at freebsd.org> wrote:
>>
>> Author: emaste
>> Date: Wed Mar 15 13:34:51 2017
>> New Revision: 315304
>> URL: https://svnweb.freebsd.org/changeset/base/315304
>>
>> Log:
>>  makefs: sync option parsing with NetBSD
>>
>>  - add support for parsing different types; not just int
>>  - homogenize option parsing
>>  - fix single letter parsing
>>  - remove duplicated code
>>
>>  NetBSD revisions:
>>  cd9660.c        1.36 1.37 1.38 1.41 1.42 1.43
>>  ffs.c           1.50 1.51 1.52 1.53 1.56 1.57
>>  makefs.c        1.36 1.37 1.38 1.39 1.40 1.42 1.43 1.44 1.46
>>  makefs.h        1.28 1.29 1.31 1.32
>>
>>  Obtained from:       NetBSD
>>  Sponsored by:        The FreeBSD Foundation
>
> Hi Ed!
>         This probably deserves "Relnotes: yes", because it might change options (and because — heck, yes.. good features!).

This is largely an internal refactoring without user-facing changes.
It mainly moves ad-hoc option parsing in individual filesystems into
common code. The only visible effect should be that
filesystem-specific options now have a single-letter alias as well.


More information about the svn-src-all mailing list