History log of /freebsd-current/tools/tools/notescheck/notescheck.py
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

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


# 84a17a97 17-Apr-2013 Gabor Kovesdan <gabor@FreeBSD.org>

- Correct mispellings of word and

Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)


# 4673bd39 22-Jan-2013 Ed Maste <emaste@FreeBSD.org>

Restore Python 2.6+ compatibility

SVN r245536 ported this to Python 3. The major change was the use of the
print function. Unfortunately this is incompatible with Python 2, which
is still the default version in the ports tree.

Use a __future__ import to make this compatible with Python 2.6 and later.


# 6b1897b2 16-Jan-2013 Eitan Adler <eadler@FreeBSD.org>

Convert to Python 3

Approved by: cperciva


# 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.


# 9516bdf1 24-Dec-2009 John Baldwin <jhb@FreeBSD.org>

Add a new tool which attempts to check for kernel configuration options that
are missing from NOTES files.