History log of /freebsd-current/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l
Revision Date Author Comments
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 718cf2cc 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

sys/dev: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.


# 9f812a5b 12-Nov-2012 Neel Natu <neel@FreeBSD.org>

Revert r229954 which in turn had reverted r228556 in projects/bhyve.

This was done to work around build issues when building projects/bhyve on an
8.x system at the time.

The workaround is no longer needed so re-instantiate r228556 in projects/bhyve.

Discussed with: grehan@
Obtained from: NetApp


# 3f36fe31 10-Jan-2012 Peter Grehan <grehan@FreeBSD.org>

Revert r228556 - this breaks building on 8.*, and I still use these
systems daily to do CURRENT development.


# 487d088e 15-Dec-2011 Dimitry Andric <dim@FreeBSD.org>

Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no
unneeded input functions will be emitted.

Spotted by: arundel
MFC after: 1 week


# cb0f0a02 14-Jul-2011 Ed Maste <emaste@FreeBSD.org>

Improve portability #defines for compiling aicasm on other systems.

Submitted by: Robert Millan rmh debian.org
Obtained from: Debian GNU/kFreeBSD


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


# ea7303d1 14-Oct-2010 Rui Paulo <rpaulo@FreeBSD.org>

Revert r213765. This is required because our build infrastructure uses
the host lex instead of the lex built during buildworld. I will MFC the
lex changes soon and in a few weeks this I'll commit again r213765.


# c42a2be2 13-Oct-2010 Rui Paulo <rpaulo@FreeBSD.org>

Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror
turned on.


# 2ca586a5 22-Jan-2010 Brooks Davis <brooks@FreeBSD.org>

MFC r201261:
Add missing `void' keywords.


# 73c4bad0 30-Dec-2009 Ed Schouten <ed@FreeBSD.org>

Add missing `void' keywords.


# b18a2ef1 01-Jun-2009 Xin LI <delphij@FreeBSD.org>

Code cleanups to make this WARNS=6 clean.

PR: bin/96128


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

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


# 098ca2bd 05-Jan-2005 Warner Losh <imp@FreeBSD.org>

Start each of the license/copyright comments with /*-, minor shuffle of lines


# 708d2cb0 16-Dec-2003 Justin T. Gibbs <gibbs@FreeBSD.org>

Modify assembler to ignore carriage returns in input.
This should make those using the assembler under cygwin
happy.


# 99ddedd8 26-Sep-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Remove redundant inclusion of inttypes.h in aicasm_gram.y
and properly sort inttypes.h into list of includes.

Noticed by: Mike Barcroft <mike@freebsd.org>


# 4ff10146 26-Sep-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Use inttypes.h

Upgrade assembler to allow a move immediate of 0.
This is helpful in certain macros where we can't know the value of the
immediate in advance.


# 63183d8c 31-Aug-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Update assembler syntax and assembler to allow generation of register
description tables used for diagnostic "pretty printing".


# 7ce72dba 24-Apr-2002 Justin T. Gibbs <gibbs@FreeBSD.org>

Add macro functionality.

Staticize and allow unique naming of data structures so that more
than on sequencer program can be statically compiled into the kernel
at a time.