Age | Commit message (Expand) | Author |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-17 | Catch up with uvm_pglistalloc() interface change. | Mark Kettenis |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-13 | Explicitly test whether the SUNW,start-cpu-by-cpuid interface is available | Mark Kettenis |
2009-04-12 | Implement /dev/mdesc, a device to read the machine description on sun4v | Mark Kettenis |
2009-04-12 | Move code handling Machine Descriptions out of the cbus(4) driver. | Mark Kettenis |
2009-04-07 | Eliminate useless loop over partitions and ignore zero length | Kenneth R Westerback |
2009-04-05 | In the rare case where after we've loaded the iomap into the hardware, | Owain Ainsworth |
2009-04-04 | Bump the size of the array that we use to store bootpath components. Makes the | Mark Kettenis |
2009-04-04 | Cleanup debug printfs. | Mark Kettenis |
2009-04-04 | Cleanup debug printf. | Mark Kettenis |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | Enable ahc(4). | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-21 | Make nvram writable (if necessary) before calling OF_setprop(). Prevents | Mark Kettenis |
2009-03-16 | Trivial malloc + memset -> malloc(,,M_ZERO) conversion. | Owain Ainsworth |
2009-03-16 | pmap = (conditional ? user_way : pmap = pmap_kernel()); | Owain Ainsworth |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-03-09 | Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but without | Mark Kettenis |
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 |