Age | Commit message (Expand) | Author |
2011-09-05 | No need to check for the size to be a multiple of 4 in the alpha-specific | Miod Vallat |
2011-09-04 | Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with | Miod Vallat |
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-05-23 | rely on __alpha__ instead of alpha | Theo de Raadt |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get | Miod Vallat |
2008-07-30 | Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args; | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat |
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove |
2007-06-18 | fix pasto's | Jasper Lievisse Adriaanse |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-04-12 | Fix newlines in dmesg. | Miod Vallat |
2006-03-13 | Remove unused softc member. | Miod Vallat |
2006-03-13 | Regen | Miod Vallat |
2006-03-13 | Conforming to the party's line, report unconfigured devices as | Miod Vallat |
2005-10-11 | TC le(4) needs to be accessed in sparse address space for alpha. | Martin Reindl |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-03-08 | Cosmetics... | Thierry Deval |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-06-09 | More sc_arpcom fallout. | Artur Grabowski |
2002-06-02 | withough -> without | Theo de Raadt |
2002-05-03 | Regen. | Miod Vallat |
2002-05-03 | Add more cards and device names, and print better looking probe messages for | Miod Vallat |
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff |
2001-06-27 | More pmax files are leaving the party. | Miod Vallat |
2001-06-27 | zap old vm | Artur Grabowski |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell |