On 15 March 2017 at 13:34, Ngie Cooper (yaneurabeya) <[email protected]> wrote: > >> On Mar 15, 2017, at 06:34, Ed Maste <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
