Age | Commit message (Expand) | Author |
2006-06-12 | i stashed the dva and kva of each request space in its ccb, so why am i | David Gwynne |
2006-06-12 | Oops, typo | Miod Vallat |
2006-06-12 | fix sgl loading. there were a few issues, the main ones being: | David Gwynne |
2006-06-12 | Some more improvements to EST: | Dimitry Andric |
2006-06-12 | reset the reply pointer to NULL every time we get a context reply in | David Gwynne |
2006-06-12 | Typos in comments. | Marc Balmer |
2006-06-12 | ANSIfy, and nuke newline at end of file. | Gordon Willem Klok |
2006-06-12 | Add stray interrupt reporting to the apicvec.s, fix the code for stray | Gordon Willem Klok |
2006-06-12 | white space fixes | David Gwynne |
2006-06-12 | Initial version of dv for scsi. Work based on dlg's code. | Marco Peereboom |
2006-06-11 | My spec says that bit 28 is reserved and that 29 is width parameter. Not the | Marco Peereboom |
2006-06-11 | Working kernel crash dumps. | Miod Vallat |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-11 | Ansify. No binary change on amd64 and i386, not yet built on sgi. ok miod@ | Matthieu Herrb |
2006-06-11 | Clean the various cache and TLB invalidation function, arch by arch: | Miod Vallat |
2006-06-11 | Set up FPSP exception vectors on 68040 models in initvectors(), as done for the | Miod Vallat |
2006-06-11 | Remove traces of cut'n'pasted 68060 support, since there aren't any 68060-based | Miod Vallat |
2006-06-11 | Protect a variable only used for the HP MMU if #ifdef M68K_MMU_HP blocks. | Miod Vallat |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-06-11 | Move pmap_aliasmask declaration and initialization to MD code. No functional | Miod Vallat |
2006-06-11 | Use bracketed include paths. | Miod Vallat |
2006-06-11 | Zero the size of the correct partition. Missed in previous cleanup. | Kenneth R Westerback |
2006-06-11 | Typo | Miod Vallat |
2006-06-11 | Get rid of the wdt(4) char device. We have watchdog(4) and | Michael Knudsen |
2006-06-11 | show the number of DMA segments that were in the packet that just failed | Brad Smith |
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback |
2006-06-11 | the link state detection code should be checking for revision B2 instead | Brad Smith |
2006-06-10 | Add functions to decode date and time strings that make sure no invalid | Marc Balmer |
2006-06-10 | endianness | Damien Bergamini |
2006-06-10 | - simplify allocation/free/reset of QoS Tx rings | Damien Bergamini |
2006-06-10 | - fix checking of WEP flags | Damien Bergamini |
2006-06-10 | - fix checking of WEP flag | Damien Bergamini |
2006-06-10 | shorten a name for bioctl | Theo de Raadt |
2006-06-10 | ANSIfy, KNF and remove a silly comment. | Gordon Willem Klok |
2006-06-10 | Make id in mpi_complete an unused value instead of random stack garbage. | Marco Peereboom |
2006-06-10 | ANSIfy, KNF | Gordon Willem Klok |
2006-06-10 | allow SO_SNDBUF and SO_RECVBUF setsockopts on existing sockets to succeed | Bob Beck |
2006-06-10 | if we're not reading a page then we're writing a page. stupid braino from | David Gwynne |
2006-06-10 | Redo debug prints to make it less loud and more granular. | Marco Peereboom |
2006-06-10 | Make uvn_sync_lock a rwlock, okay thib@ tedu@ | Pedro Martelletto |
2006-06-10 | the rest of the spi-device configuration pages | David Gwynne |
2006-06-10 | the rest of the spi-port configuration pages. | David Gwynne |
2006-06-10 | Add IIC attachment/probe. no IIC devices yet. | Dale Rahn |
2006-06-10 | bring PHYS address in sync with RAMDISK, matches the addresss redboot | Dale Rahn |
2006-06-10 | include i2c bits instead of dummying out i2c_bitbang. | Dale Rahn |
2006-06-10 | I2C support for 80321/80219 | Dale Rahn |
2006-06-09 | fix up the comment. | Brad Smith |
2006-06-09 | {x,}ldcontrolb() codepath is SUN4-only, so don't bother checking for Lfsbail | Miod Vallat |
2006-06-09 | Simplify ami_disk by chaging some ifs around. | Marco Peereboom |