Age | Commit message (Expand) | Author |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-01 | Replace a few magic constants with proper #defines as pointed out by miod@. | Mark Kettenis |
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis |
2009-03-01 | Enable raptor(4). | Mark Kettenis |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis |
2009-03-01 | Some initial colormap support. | Mark Kettenis |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-20 | Tweak debug printf. | Mark Kettenis |
2009-02-20 | Make sure we have enough space in the LDC transmit queue to send a DRING_DATA | Mark Kettenis |
2009-02-19 | Make prom_sun4v_soft_state_supported() call the right client interface. | Mark Kettenis |
2009-02-17 | Remove an if 0ed out chunk for BUS_DMA_COHERENT in bus_dmamap_map. | Owain Ainsworth |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-15 | Sun's usage of the "banner-name" property is just too inconsistent to give | Mark Kettenis |
2009-02-12 | Add a pm_statistics struct to all pmap, and keep track of resident | Miod Vallat |
2009-02-10 | remove run(4) from some RAMDISK | Damien Bergamini |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-08 | Add missing mux locators to non-USB keyboards and mice. | Mark Kettenis |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-23 | Make write_user_windows() do what the name suggests: flush user windows instead | Mark Kettenis |
2009-01-22 | Call checkdisklabel() for labels built from native info. This will | Kenneth R Westerback |
2009-01-21 | Extend the acceleration code to handle jfb (XVR-600, XVR-1200) models, the | Miod Vallat |
2009-01-20 | I can't figure out why flushing all user windows before writing out windows | Mark Kettenis |
2009-01-20 | Add a few more inline functions to read priviliged registers. | Mark Kettenis |
2009-01-19 | The acceleration code would not work on XVR-600 and XVR-1200, so if it turns | Miod Vallat |
2009-01-19 | Clear RI_CLEARMARGINS in the ri_bits == NULL ifb(4) kluge, the new window | Miod Vallat |
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 | 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-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-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 |