Age | Commit message (Expand) | Author |
2009-05-31 | Add Naturetech as a possible hardware vendor. | Mark Kettenis |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat |
2009-05-16 | Add vsw(4), a driver for the virtual network switch on sun4v. This is just | Mark Kettenis |
2009-05-13 | Set D_VENDOR when spoofing a label on archs that use D_VENDOR when | Kenneth R Westerback |
2009-05-12 | Add missing semicolon. | Mark Kettenis |
2009-05-12 | Unbreak build. | Mark Kettenis |
2009-05-12 | Don't throw away ldc packets if the ldc link went just up, otherwise we may | Mark Kettenis |
2009-05-12 | Actually ACK a handshake initiated by the other end. | Mark Kettenis |
2009-05-12 | Add padding to ATTR_INFO message structure; OBP seems to insist on it | Mark Kettenis |
2009-05-12 | Add some code for doing handshakes the other way around. | Mark Kettenis |
2009-05-12 | Make reserved member of protocol struct start with underscore. | Mark Kettenis |
2009-05-10 | Enable vcc(4) and vcctty(4). | Mark Kettenis |
2009-05-10 | Remove a dead variable and some unneeded returns. | Mark Kettenis |
2009-05-10 | Handle devices with multiple ports. | Mark Kettenis |
2009-05-10 | Rename mdesc_get_prop_string into mdesc_get_prop_str. | Mark Kettenis |
2009-05-10 | Add vcctty(4). | Mark Kettenis |
2009-05-10 | Add vcc(4) and vcctty(4). The vcc(4) driver is a driver for the "Virtual | Mark Kettenis |
2009-05-10 | Add defines for magic character constants used by hypervisor console | Mark Kettenis |
2009-05-04 | type pedantry. | Owain Ainsworth |
2009-05-03 | On the UltraBook the PROM privides two interrupts for its ccb(4)'s. Handle | Mark Kettenis |
2009-05-03 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-04-30 | Work around UltraSPARC T1 "feature" that may cause random integer register | Mark Kettenis |
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 |