summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aicasm
Commit message (Expand)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
* MFC r257637, r257730, r257734, r257777, r257825, r257838, r257873:ian2014-08-211-2/+6
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-161-0/+1
* remove redundant yyparse declarationsbapt2012-12-051-1/+0
* Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: itdim2012-11-141-1/+1
* Fix build of aicasm when CC=clang. This was due to a side-effect of thedim2012-06-041-2/+1
* Make aicasm compile without warnings if -Wpointer-sign is enabled.dim2012-06-041-1/+1
* Follow non-BSD case when GNU/Hurd is detected.rmh2012-03-251-1/+1
* Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so nodim2011-12-162-0/+4
* Improve portability #defines for compiling aicasm on other systems.emaste2011-07-158-31/+5
* Remove support for the Intel C Compiler from the build infrastructure.dim2011-04-191-5/+0
* Revert r213765. This is required because our build infrastructure usesrpaulo2010-10-142-2/+0
* Define YY_NO_INPUT. This makes aicasm buildable by clang with Werrorrpaulo2010-10-132-0/+2
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-171-1/+1
* Correct logic bug in aicasm's undefined register bit access detection code.gibbs2010-07-141-5/+10
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+1
* Add missing `void' keywords.ed2009-12-304-10/+10
* Add a missing free() call.brueffer2009-10-211-0/+2
* Re-enable WARNS=6 after my universe test.delphij2009-06-021-0/+1
* Initialize the match structure. This is unnecessary but gcc insists todelphij2009-06-011-2/+1
* Revert the WARNS change for now, need some time to fix the real problem.delphij2009-06-011-1/+0
* Mark as WARNS=6.delphij2009-06-011-0/+1
* Code cleanups to make this WARNS=6 clean.delphij2009-06-017-45/+56
* Fix a group of typos:yar2006-12-292-2/+2
* Fix mysterious build failures (with parallel make) early inru2005-11-211-1/+1
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-069-9/+9
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+5
* This are the build infrastructure changes to allow to use thetrhodes2004-03-121-1/+8
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* When outputing a code listing, properly displaygibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.gibbs2003-12-162-4/+15
* Allow constants to be complex expressions so long as thosegibbs2003-01-201-15/+6
* Fix the last reference to the reg_print.c file handlegibbs2003-01-201-2/+2
* Minor updates to the aicasm:scottl2002-11-273-5/+5
* Use fcntl.h from inside /sys.obrien2002-09-301-1/+1
* Remove redundant inclusion of inttypes.h in aicasm_gram.ygibbs2002-09-274-8/+7
* Use inttypes.hgibbs2002-09-265-7/+26
* Update assembler syntax and assembler to allow generation of registergibbs2002-08-3110-273/+566
* - Remove unnecessary break statement.robert2002-07-221-2/+1
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,peter2002-05-011-0/+3
* Add macro functionality.gibbs2002-04-2410-208/+1248
* Remove __P.alfred2002-03-201-10/+10
OpenPOWER on IntegriCloud