Age | Commit message (Expand) | Author |
2010-04-19 | cckinc is signed. | Damien Bergamini |
2010-04-19 | Make ipending a per-CPU value. | Joel Sing |
2010-04-19 | Enable VS timer dispatch, from Eric Anholt upstream. | Owain Ainsworth |
2010-04-19 | Fix use of uninitialised variable. | Owain Ainsworth |
2010-04-19 | Add flags for chipset generation in with the other chipset type flags | Owain Ainsworth |
2010-04-19 | Correct fence pitch checking code and fence register writing on 9{1,4}x. | Owain Ainsworth |
2010-04-19 | Make the Processor Status Word (PSW) a per-CPU value. | Joel Sing |
2010-04-19 | move the stupid throwing away of ata_xfers out the run of the first scsi | David Gwynne |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-19 | Add missing bits for complete softraid support to sparc/sparc64 | David Coppa |
2010-04-19 | i thought mpi gave each device all the openings on the bus, which was a | David Gwynne |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
2010-04-18 | Correctly identify a machine of the 530 family even if the expansion I/O board | Miod Vallat |
2010-04-18 | Make key disks use their own optional metadata type, rather than reusing | Joel Sing |
2010-04-18 | Parse commandline options in netboot, and force the onboard ethernet address | Miod Vallat |
2010-04-18 | Apply the same interrupt enable bit fiddling protection as done for le@fwio | Miod Vallat |
2010-04-18 | Allow for multiple options after a dash (getopt style). | Miod Vallat |
2010-04-18 | Fix esym computation logic. | Miod Vallat |
2010-04-17 | Work around yet another MC88110 errata, causing cache writebacks upon snooping | Miod Vallat |
2010-04-17 | When the MAC address changes, change the IPv6 link local address | Stefan Sperling |
2010-04-17 | - correctly set cpu_model: instead of a vendor + model, set the cpu type | Jasper Lievisse Adriaanse |
2010-04-17 | use ifnewlladdr() for trunk lladdr changes, too | Theo de Raadt |
2010-04-17 | split SIOCSIFLLADDR code out into an ifnewlladr() function | Theo de Raadt |
2010-04-17 | sync | Mark Kettenis |
2010-04-17 | Add Sitecom WL-349 v1. | Mark Kettenis |
2010-04-17 | Do not forget to set nasid to the right value when trying to attach spdmem. | Miod Vallat |
2010-04-17 | regen | Miod Vallat |
2010-04-17 | A few more devices found on sgi hardware. | Miod Vallat |
2010-04-17 | ramdisks need to compile; ok dlg | Theo de Raadt |
2010-04-17 | use the iopools mutex to protect the semaphore wrapping the openings | David Gwynne |
2010-04-16 | Fix handling of shared interrupts. Make sure we use the lowest priority of | Mark Kettenis |
2010-04-16 | Remove Intel RAID IDs for now. They can be added back when code has been | Mark Kettenis |
2010-04-16 | sync | Mark Kettenis |
2010-04-16 | Add ID for Sitecom WL-353. | Mark Kettenis |
2010-04-16 | Use a somewhat bigger hammer and als flush tlb entries that have the global | Mark Kettenis |
2010-04-16 | Additional gtt alignment paranoia: | Owain Ainsworth |
2010-04-16 | Correct reversed test in set_tiling. this should deal with the fence | Owain Ainsworth |
2010-04-16 | Correct some comments and cleanup some whitespace. | Owain Ainsworth |
2010-04-16 | paranoia: NULL check before free. | Owain Ainsworth |
2010-04-16 | If we fail to idle the chip in leavvt don't disable the interrupt, | Owain Ainsworth |
2010-04-16 | fix types in two error printfs. one of these also had a %d bug no vararg | Owain Ainsworth |
2010-04-16 | byteswap the number of blocks on physical disks for bioctl correctly. | David Gwynne |
2010-04-16 | whitespace fix | David Gwynne |
2010-04-16 | fix an fatal flaw with iopools. | David Gwynne |
2010-04-16 | fix condition of retry counter. | Yojiro Uo |
2010-04-16 | catch up to the ttyopen() changes | Theo de Raadt |
2010-04-16 | if there is no raid, do not allocate a 0-sized structure for sensors | Theo de Raadt |
2010-04-15 | two missing splx in error path; ok drahn | Theo de Raadt |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Turn DIO_INHOLE() into a function, returning the next select code to probe at; | Miod Vallat |