History log of /freebsd-10.1-release/tools/tools/genericize/genericize.pl
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 228953 29-Dec-2011 uqs

Reencode files from latin1 to UTF-8.


# 155041 30-Jan-2006 des

Avoid triggering autovivification of %config entries, which would result in
an empty addenda section.

Handle kernel configs that lack a "machine" line by guessing at the location
of GENERIC (assuming that it is in the same directory as the config file)


# 135520 20-Sep-2004 des

Don't forget to check defined() before testing the value.


# 135480 19-Sep-2004 des

Recognize options with values. If an option is present in both GENERIC
and the custom kernel, but its value has been modified, it will now be
kept in its correct spot instead of being moved to the bottom.


# 135278 15-Sep-2004 des

Comment lines may have leading whitespace.

PR: 71773
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>


# 134494 29-Aug-2004 des

Add -c option to preserve comments from GENERIC in the output.


# 134439 28-Aug-2004 des

Add genericize, a Perl script that converts a kernel config into something
more easily diffable against GENERIC.