Age | Commit message (Expand) | Author |
2007-04-04 | Correctly set the TSB size on pyro(4). | Mark Kettenis |
2007-04-04 | Add support for ebus at mainbus, as found on machines with pyro(4) like the | Mark Kettenis |
2007-04-04 | Add support for ebus at mainbus, as found on machines with pyro(4) like the | Mark Kettenis |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-04-03 | Match su16552. | Mark Kettenis |
2007-04-03 | Add iommu glue. | Mark Kettenis |
2007-04-02 | Remove bogus code. Turning on parity for pci busses may be a good idea, but | Mark Kettenis |
2007-04-02 | Return EFBIG in case not enough segments are present to load a DMA request | Claudio Jeker |
2007-04-01 | Add code to establish interrupts. | Mark Kettenis |
2007-04-01 | Shift pci tags for PCIe. | Mark Kettenis |
2007-04-01 | Provide (non functional) dma tag. | Mark Kettenis |
2007-04-01 | Shift tags when converting them into an address offset. Necessary to support | Mark Kettenis |
2007-04-01 | Fix DEBUG built. | Mark Kettenis |
2007-03-31 | do nbuf constraint based on KERNEND/KERNBASE to avoid integer overflow from n... | Theo de Raadt |
2007-03-31 | Map PCIe config space. | Mark Kettenis |
2007-03-31 | Fix DEBUG. | Mark Kettenis |
2007-03-30 | Add commented out entries for pyro(4). | Mark Kettenis |
2007-03-30 | First stab at a driver for the Host/PCIe bridge found on the Sun Fire | Mark Kettenis |
2007-03-29 | ignore various i2c seeproms that sun puts on all their machine parts; ok miod... | Theo de Raadt |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-20 | Remove unused ALIGN32 macro. It wouldn't work anyway, since | Deanna Phillips |
2007-03-20 | typo in comment | Todd T. Fries |
2007-03-19 | Not only did I break RAMDISK, I also left a debugging printf. | Artur Grabowski |
2007-03-19 | please always test RAMDISK kernels | Theo de Raadt |
2007-03-16 | Timecounters for sparc64. The cleanest and easiest timecounter | Artur Grabowski |
2007-03-15 | UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus. | Mark Kettenis |
2007-03-15 | Make sure we find the OpenFirmware node for UltraSPARC-IV cpus. | Mark Kettenis |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-13 | Add two more SFSR bits found on UltraSPARC-III cpus. | Mark Kettenis |
2007-03-13 | Implement proper atomic.h for sparc64. | Artur Grabowski |
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat |
2007-03-06 | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow | Mark Kettenis |
2007-03-06 | Three more Expert3D-like frame buffers we shouldn't attach to yet. | Miod Vallat |
2007-03-05 | Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of | Mark Kettenis |
2007-02-28 | some older machines have small banks, and the kernel is too big! | Theo de Raadt |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | Miod Vallat |
2007-02-27 | nicer panic; kettenis ok | Theo de Raadt |
2007-02-27 | include alipm, but disabled; ok kettenis | Theo de Raadt |
2007-02-25 | Add cas(4). Ad a few missing comments while there. | Mark Kettenis |
2007-02-23 | Print safari error log register if we get a safari interrupt. | Mark Kettenis |
2007-02-23 | Establish pci error interrupt after we're done fiddling with schizo's registers | Mark Kettenis |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-12 | Fix the hw.vendor/product sysctls on sparc64, handle the cases where | Gordon Willem Klok |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Simple single-processor mutex implementation, simpler than the MI code by | Miod Vallat |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
2007-01-20 | Do not panic on non-fatal iommu errors. | Mark Kettenis |