| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the remaining references to .depend files since nothing creates them |  naddy | 2017-10-17 | 1 | -3/+1 |
* | more depends gc / yacc rules overhaul |  espie | 2017-07-19 | 1 | -7/+3 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -7/+2 |
* | revert bogus free changes in not kernel files. got a little trigger happy. |  tedu | 2014-07-12 | 1 | -13/+13 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -13/+13 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 2 | -5/+3 |
* | a few leftovers from yesterday's SCCS/RCS-ID removal; |  schwarze | 2009-10-28 | 1 | -3/+1 |
* | typos; ok jmc@ |  martynas | 2007-11-26 | 1 | -3/+3 |
* | spelling fixes, from Martynas Venckus; |  jmc | 2007-11-25 | 1 | -3/+3 |
* | some spelling fixes from Martynas Venckus |  jmc | 2007-11-24 | 2 | -6/+6 |
* | As pointed out by Mickey, "-I/usr/includes" is not required for |  krw | 2007-07-08 | 1 | -2/+2 |
* | Restore missing '(' to allow successful compilation. Bad pyr@. |  krw | 2007-07-07 | 1 | -2/+2 |
* | avoid bypassing sys/queue.h in many places in the kernel. |  pyr | 2007-05-28 | 2 | -12/+8 |
* | More comment typos from Diego Casati. Including winners like funtion, allmost, |  krw | 2007-05-26 | 4 | -35/+35 |
* | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. |  krw | 2007-05-25 | 1 | -3/+3 |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 2 | -8/+8 |
* | Allow usb microcode to be built in a cross environment. System endian has been |  drahn | 2007-04-05 | 1 | -1/+2 |
* | Regenerate. No change except for comments being updated to reflect |  krw | 2006-12-23 | 4 | -9/+9 |
* | Spelling. |  krw | 2006-12-23 | 3 | -7/+7 |
* | typos from alexey dobriyan; |  jmc | 2006-02-06 | 1 | -3/+3 |
* | Sync with r1.18 of aic7xxx.seq. |  krw | 2005-10-07 | 2 | -5/+7 |
* | From gibbs via FreeBSD (r1.127): "Extend critical section protection |  krw | 2005-10-07 | 1 | -5/+9 |
* | Sync with new aicasm.c. No functional change. |  krw | 2005-10-04 | 2 | -7/+5 |
* | Emit '#define NUM_CRIT_SECTIONS' instead of 'static const int |  krw | 2005-10-04 | 1 | -4/+3 |
* | more snprintf checking. ok krw@ |  moritz | 2005-04-28 | 1 | -2/+2 |
* | typo corrections; ok krw a long time ago |  deraadt | 2005-03-23 | 1 | -7/+7 |
* | Correct a very rare case where command ordering could be compromised |  krw | 2004-12-11 | 2 | -693/+725 |
* | Update microcode source prepatory to updating microcode and aic79xx.c. |  krw | 2004-12-11 | 2 | -31/+149 |
* | regen w/ proper rcsids and const |  mickey | 2004-09-18 | 4 | -18/+18 |
* | repair build that reused y.tab.h for two different parsers |  mickey | 2004-09-18 | 5 | -22/+37 |
* | Fold in relevant bits of the most recent two updates from |  krw | 2004-08-01 | 4 | -519/+487 |
* | Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.h |  krw | 2004-06-12 | 3 | -27/+49 |
* | Add missing aic79xx_reg.h file. Update aic79xx* files to latest |  krw | 2004-05-19 | 5 | -712/+4744 |
* | irregardless -> irrespective; |  jmc | 2004-04-27 | 1 | -2/+2 |
* | Not used in updated ahc. |  krw | 2004-02-13 | 1 | -122/+0 |
* | Pull in a few recent changes from FreeBSD, plus a couple of local |  krw | 2004-02-08 | 4 | -474/+476 |
* | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal |  krw | 2003-12-24 | 17 | -1213/+1582 |
* | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal |  krw | 2003-12-24 | 2 | -0/+1929 |
* | Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal |  krw | 2003-12-24 | 6 | -1655/+8894 |
* | check strdup failure; nimadeus@pandora.be |  deraadt | 2003-10-20 | 1 | -2/+3 |
* | Sync ('make microcode') with change to aicasm_symbol.c: |  krw | 2003-08-28 | 1 | -3/+3 |
* | Fix use of uninitialized variable by porting NetBSD patch to correctly |  krw | 2003-08-28 | 1 | -3/+2 |
* | regen |  mickey | 2003-08-12 | 1 | -6/+6 |
* | constify sequencer script; krw@ ok |  mickey | 2003-08-12 | 1 | -5/+5 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -4/+1 |
* | Use queue.h macros instead of using the structure names directly. |  jason | 2002-11-19 | 4 | -45/+40 |
* | attempt to make ahc smaller. change PCI interrupt handler. |  smurph | 2002-07-05 | 2 | -551/+556 |
* | New aicasm synced with FreeBSD. |  smurph | 2002-06-30 | 12 | -548/+1558 |
* | actually, new new ahc uses these after all |  millert | 2002-06-28 | 1 | -0/+122 |
* | not used by new ahc driver |  millert | 2002-06-28 | 1 | -122/+0 |