summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/aicasm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Due to changes in the handling of the #line directive by GCC(cpp) 3.1,obrien2002-03-111-1/+1
* add %option nounputassar2001-07-221-0/+2
* Add support for parsing version strings out of assembler source filesgibbs2001-07-185-36/+111
* Don't allow immediate values of 0 for operations that can take either anken2001-04-041-0/+5
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-27/+27
* Fix include directories for crossbuilding.marcel2000-12-131-1/+1
* Sync perforce IDs.gibbs2000-11-107-7/+7
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* Correct pedantic errors in arrays generated by the assembler (trailinggibbs2000-10-051-5/+12
* Add Perforce RCSIDs for easy revision correlation to my local tree.gibbs2000-09-227-8/+91
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
OpenPOWER on IntegriCloud