| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264400,r265836: | ngie | 2014-12-31 | 1 | -1/+1 |
* | MFC r257637, r257730, r257734, r257777, r257825, r257838, r257873: | ian | 2014-08-21 | 1 | -2/+6 |
* | MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584, | ian | 2014-05-16 | 1 | -0/+1 |
* | remove redundant yyparse declarations | bapt | 2012-12-05 | 1 | -1/+0 |
* | Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it | dim | 2012-11-14 | 1 | -1/+1 |
* | Fix build of aicasm when CC=clang. This was due to a side-effect of the | dim | 2012-06-04 | 1 | -2/+1 |
* | Make aicasm compile without warnings if -Wpointer-sign is enabled. | dim | 2012-06-04 | 1 | -1/+1 |
* | Follow non-BSD case when GNU/Hurd is detected. | rmh | 2012-03-25 | 1 | -1/+1 |
* | Add "%option noinput" to aicasm_scan.l and aicasm_macro_scan.l, so no | dim | 2011-12-16 | 2 | -0/+4 |
* | Improve portability #defines for compiling aicasm on other systems. | emaste | 2011-07-15 | 8 | -31/+5 |
* | Remove support for the Intel C Compiler from the build infrastructure. | dim | 2011-04-19 | 1 | -5/+0 |
* | Revert r213765. This is required because our build infrastructure uses | rpaulo | 2010-10-14 | 2 | -2/+0 |
* | Define YY_NO_INPUT. This makes aicasm buildable by clang with Werror | rpaulo | 2010-10-13 | 2 | -0/+2 |
* | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | rpaulo | 2010-08-17 | 1 | -1/+1 |
* | Correct logic bug in aicasm's undefined register bit access detection code. | gibbs | 2010-07-14 | 1 | -5/+10 |
* | Disable K&R style function definitions for WARNS=6. | ed | 2009-12-31 | 1 | -1/+1 |
* | Add missing `void' keywords. | ed | 2009-12-30 | 4 | -10/+10 |
* | Add a missing free() call. | brueffer | 2009-10-21 | 1 | -0/+2 |
* | Re-enable WARNS=6 after my universe test. | delphij | 2009-06-02 | 1 | -0/+1 |
* | Initialize the match structure. This is unnecessary but gcc insists to | delphij | 2009-06-01 | 1 | -2/+1 |
* | Revert the WARNS change for now, need some time to fix the real problem. | delphij | 2009-06-01 | 1 | -1/+0 |
* | Mark as WARNS=6. | delphij | 2009-06-01 | 1 | -0/+1 |
* | Code cleanups to make this WARNS=6 clean. | delphij | 2009-06-01 | 7 | -45/+56 |
* | Fix a group of typos: | yar | 2006-12-29 | 2 | -2/+2 |
* | Fix mysterious build failures (with parallel make) early in | ru | 2005-11-21 | 1 | -1/+1 |
* | Back out change accidentally committed as Makefile:1.21 -- a local | rwatson | 2005-08-03 | 1 | -1/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 9 | -9/+9 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -2/+5 |
* | This are the build infrastructure changes to allow to use the | trhodes | 2004-03-12 | 1 | -1/+8 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | When outputing a code listing, properly display | gibbs | 2003-12-17 | 1 | -7/+16 |
* | Modify assembler to ignore carriage returns in input. | gibbs | 2003-12-16 | 2 | -4/+15 |
* | Allow constants to be complex expressions so long as those | gibbs | 2003-01-20 | 1 | -15/+6 |
* | Fix the last reference to the reg_print.c file handle | gibbs | 2003-01-20 | 1 | -2/+2 |
* | Minor updates to the aicasm: | scottl | 2002-11-27 | 3 | -5/+5 |
* | Use fcntl.h from inside /sys. | obrien | 2002-09-30 | 1 | -1/+1 |
* | Remove redundant inclusion of inttypes.h in aicasm_gram.y | gibbs | 2002-09-27 | 4 | -8/+7 |
* | Use inttypes.h | gibbs | 2002-09-26 | 5 | -7/+26 |
* | Update assembler syntax and assembler to allow generation of register | gibbs | 2002-08-31 | 10 | -273/+566 |
* | - Remove unnecessary break statement. | robert | 2002-07-22 | 1 | -2/+1 |
* | Remove one more multi-line string literal. | gibbs | 2002-06-06 | 1 | -5/+5 |
* | Silence GCC warnings about multi-line strings. | gibbs | 2002-06-05 | 7 | -48/+48 |
* | Tweak the include dirs w/o incurring extra warnings | obrien | 2002-05-14 | 1 | -1/+1 |
* | Use only bits w/in /sys if at all possible. | obrien | 2002-05-10 | 1 | -1/+1 |
* | Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build, | peter | 2002-05-01 | 1 | -0/+3 |
* | Add macro functionality. | gibbs | 2002-04-24 | 10 | -208/+1248 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -10/+10 |