Age | Commit message (Expand) | Author |
2009-01-18 | Define HEAP_START so that we can use space below it for ethernet buffers; | Miod Vallat |
2009-01-18 | Recompute file pointer position when seeking backwards, as it gets reinitialized | Miod Vallat |
2009-01-18 | enable atphy/age | Kevin Lo |
2009-01-17 | gdt_compact() was removed years ago, so kill the code and comments | Philip Guenthe |
2009-01-17 | If the hypervisor call that fetches randomness returns EWOULDBLOCK, | Mark Kettenis |
2009-01-17 | Clean things up a bit, and be a bit more fussy about the proper sequence in | Mark Kettenis |
2009-01-17 | Return NO_CCB if we run out of descriptors. | Mark Kettenis |
2009-01-17 | Sync vio_sendmsg() with equivalent code in vdsk(4). | Mark Kettenis |
2009-01-17 | Enable vrng(4). | Mark Kettenis |
2009-01-17 | Make this work in guest domains. | Mark Kettenis |
2009-01-17 | Recognize environmental change machine checks on ES40, and report what | Miod Vallat |
2009-01-17 | Implement SYNCHRONIZE CACHE and make SCSI_POLL work while we're there. | Mark Kettenis |
2009-01-16 | Set the number of openings to the number of ring descriptors minus one. For | Mark Kettenis |
2009-01-16 | Make it possible to boot from vdsk(4). | Mark Kettenis |
2009-01-16 | Make transfers bigger than PAGE_SIZE work. | Mark Kettenis |
2009-01-16 | Remove bogus KASSERT. | Mark Kettenis |
2009-01-16 | Call start callback unconditionally. | Mark Kettenis |
2009-01-16 | Improve VIO state machine, and initiate VIO handshake ourselves. Makes this | Mark Kettenis |
2009-01-16 | add next-server option to example | Oleg Safiullin |
2009-01-14 | Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strange | Miod Vallat |
2009-01-14 | Enable vsdk(4). | Mark Kettenis |
2009-01-14 | add and enable uaudio as it's working fine for me | Jasper Lievisse Adriaanse |
2009-01-14 | int cpuspeed is global. ok markus@ | Alexander Yurchenko |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2009-01-13 | Fix lvalue abuse by removing a redundant cast. | Alexander Yurchenko |
2009-01-13 | Turn mpbios into a real device, such that people can disable it on crappy | Mark Kettenis |
2009-01-12 | A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@. | Mark Kettenis |
2009-01-12 | Look up the "compatible" property of the right node to detect serial | Mark Kettenis |
2009-01-12 | Oops, sunkbd_decode() still needs to be public for *cngetc() to work; | Miod Vallat |
2009-01-12 | Enable WSDISPLAY_COMPAT_RAWKBD and wsmux on sparc64; ok matthieu@ | Miod Vallat |
2009-01-12 | Initial stab at a driver for virtual disks found on sun4v logical domains. | Mark Kettenis |
2009-01-12 | Add padding to some message structs since the Solaris virtual disk servers | Mark Kettenis |
2009-01-12 | Add a callback function that gets called when an LDC connection is established. | Mark Kettenis |
2009-01-12 | As recommended by the Sun Virtual IO specification, use tick() to generate | Mark Kettenis |
2009-01-12 | Be more strict when checking window-left and window-top values. | Miod Vallat |
2009-01-11 | Add some tested USB stuff. -moj | Mats O Jansson |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2009-01-11 | Define a limit to the input which can be fed to sunkbd_input() at once, | Miod Vallat |
2009-01-11 | Factor a bit more sunkbd common parts; paves the way for upcoming | Miod Vallat |
2009-01-11 | Some frame buffer fcode do not fill window-top and window-left put | Miod Vallat |
2009-01-11 | Fix pasto in debug message. | Mark Kettenis |
2009-01-11 | Add additional values for the Atom FSB_FREQ bus clock MSR now | Jonathan Gray |
2009-01-10 | dont include mfs_extern.h here | Thordur I. Bjornsson |
2009-01-10 | Split off VIO definitions into their own file. | Mark Kettenis |
2009-01-10 | Enable cbus(4) and vnet(4). | Mark Kettenis |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-10 | Tweak the way we include the iommu code a bit. | Mark Kettenis |
2009-01-10 | Split off LDC support code into its own file. | Mark Kettenis |
2009-01-10 | Add multicast support. Doesn't handle multicast ranges yet, but inet6 seems | Mark Kettenis |