aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic7xxx/aicasm
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-102-4/+4
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Don't complain about missing prototypes to ease bootstrap issues.Warner Losh2014-02-271-0/+1
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-041-2/+6
* remove redundant yyparse declarationsBaptiste Daroussin2012-12-051-1/+0
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itDimitry Andric2012-11-141-1/+1
* Fix build of aicasm when CC=clang. This was due to a side-effect of theDimitry Andric2012-06-041-2/+1
* Make aicasm compile without warnings if -Wpointer-sign is enabled.Dimitry Andric2012-06-041-1/+1
* Follow non-BSD case when GNU/Hurd is detected.Robert Millan2012-03-251-1/+1
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so noDimitry Andric2011-12-162-0/+4
* Improve portability #defines for compiling aicasm on other systems.Ed Maste2011-07-158-31/+5
* Remove support for the Intel C Compiler from the build infrastructure.Dimitry Andric2011-04-191-5/+0
* Revert r213765. This is required because our build infrastructure usesRui Paulo2010-10-142-2/+0
* Define YY_NO_INPUT. This makes aicasm buildable by clang with WerrorRui Paulo2010-10-132-0/+2
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inRui Paulo2010-08-171-1/+1
* Correct logic bug in aicasm's undefined register bit access detection code.Justin T. Gibbs2010-07-141-5/+10
* Disable K&R style function definitions for WARNS=6.Ed Schouten2009-12-311-1/+1
* Add missing `void' keywords.Ed Schouten2009-12-304-10/+10
* Add a missing free() call.Christian Brueffer2009-10-211-0/+2
* Re-enable WARNS=6 after my universe test.Xin LI2009-06-021-0/+1
* Initialize the match structure. This is unnecessary but gcc insists toXin LI2009-06-011-2/+1
* Revert the WARNS change for now, need some time to fix the real problem.Xin LI2009-06-011-1/+0
* Mark as WARNS=6.Xin LI2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.Xin LI2009-06-017-45/+56
* Fix a group of typos:Yaroslav Tykhiy2006-12-292-2/+2
* Fix mysterious build failures (with parallel make) early inRuslan Ermilov2005-11-211-1/+1
* Back out change accidentally committed as Makefile:1.21 -- a localRobert Watson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use theTom Rhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* When outputing a code listing, properly displayJustin T. Gibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.Justin T. Gibbs2003-12-162-4/+15
* Allow constants to be complex expressions so long as thoseJustin T. Gibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handleJustin T. Gibbs2003-01-201-2/+2
* Minor updates to the aicasm:Scott Long2002-11-273-5/+5
* Use fcntl.h from inside /sys.David E. O'Brien2002-09-301-1/+1
* Remove redundant inclusion of inttypes.h in aicasm_gram.yJustin T. Gibbs2002-09-274-8/+7
* Use inttypes.hJustin T. Gibbs2002-09-265-7/+26
* Update assembler syntax and assembler to allow generation of registerJustin T. Gibbs2002-08-3110-273/+566
* - Remove unnecessary break statement.Robert Drehmel2002-07-221-2/+1
* Remove one more multi-line string literal.Justin T. Gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.Justin T. Gibbs2002-06-057-48/+48
* Tweak the include dirs w/o incurring extra warningsDavid E. O'Brien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.David E. O'Brien2002-05-101-1/+1