Age | Commit message (Expand) | Author |
2007-04-04 | Correctly set the TSB size on pyro(4). | Mark Kettenis |
2007-04-04 | Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ and | Marcus Glocker |
2007-04-04 | Back out revision 1.70. By asynchronously writing the bitmaps to disk | Pedro Martelletto |
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 | Switch vm_map lock to rwlock. | Artur Grabowski |
2007-04-04 | Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-04-04 | Implement clock_gettime(CLOCK_PROF) since it's so simple. | Artur Grabowski |
2007-04-04 | oursleves -> ourselves | Pedro Martelletto |
2007-04-04 | Thinkpad -> ThinkPad; from Igor Sobrado | Jason McIntyre |
2007-04-04 | Don't remove the process from the threads queue in proc_zap() as that | Pedro Martelletto |
2007-04-04 | abouse -> abuse | Pedro Martelletto |
2007-04-04 | sprinkle some ansification around. | David Gwynne |
2007-04-04 | implement sili_pwait_{ne,eq} for busy waiting on register values. | David Gwynne |
2007-04-04 | some registers are shared amongst various sata controllers, so stick | David Gwynne |
2007-04-04 | interrupt enable set/clear defns | David Gwynne |
2007-04-04 | port control clear bits | David Gwynne |
2007-04-04 | do a global reset properly. | David Gwynne |
2007-04-03 | Match su16552. | Mark Kettenis |
2007-04-03 | On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the | Mark Kettenis |
2007-04-03 | Add iommu glue. | Mark Kettenis |
2007-04-03 | Really drop data packets if the station is not associated. It does not | Claudio Jeker |
2007-04-03 | A fix for smp old world macs such as the 9500MP and 9600MP which lack the | Gordon Willem Klok |
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski |
2007-04-03 | Start moving state that is shared among threads in a process into | Artur Grabowski |
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne |
2007-04-03 | define the vpd inquiry page code. | David Gwynne |
2007-04-03 | provide an ioctl interface for userland to ask disk drivers about various | David Gwynne |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-04-03 | Data direction was not properly encoded in (unused) | Jonathan Gray |
2007-04-02 | unmapiodev() takes the va as its first argument, not the pa. | Mark Kettenis |
2007-04-02 | When running out of space to place a directory entry in msdosfs_readdir(), | Pedro Martelletto |
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-02 | vrele() the destination directory vnode in ufs_rename() if the call to | Pedro Martelletto |
2007-04-02 | Similar to other drivers call if_start() at the end of the rx interrupt because | Claudio Jeker |
2007-04-02 | Read log page 10h to determine the NCQ error, instead of aborting all | Christopher Pascoe |
2007-04-01 | Correct URL to UHCI spec. | Jonathan Gray |
2007-04-01 | Add code to establish interrupts. | Mark Kettenis |
2007-04-01 | Write MAC and BSSID into devices template RAM at init time. | Marcus Glocker |
2007-04-01 | s/multpile/multiple/ | Ray Lai |
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-04-01 | Some sorting. More comments. | Marcus Glocker |
2007-04-01 | Cleanup sc_softc. | Marcus Glocker |
2007-04-01 | There is no need to keep the intrstr in the drivers softc struct. | Marcus Glocker |