History log of /freebsd-current/tools/tools/genericize/genericize.pl
Revision Date Author Comments
# e738085b 17-Aug-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove my middle name.


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 47e236b1 28-Dec-2011 Ulrich Spörlein <uqs@FreeBSD.org>

Reencode files from latin1 to UTF-8.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 5b5139a9 30-Jan-2006 Dag-Erling Smørgrav <des@FreeBSD.org>

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)


# ca3f0213 20-Sep-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

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


# f02ab0ca 19-Sep-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

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.


# 4325574d 15-Sep-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Comment lines may have leading whitespace.

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


# 4d7bee15 29-Aug-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

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


# 90fcc4b3 28-Aug-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

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