Age | Commit message (Expand) | Author |
2009-10-02 | sync | Stuart Henderson |
2009-10-02 | Remove BCM57720 as it's not going to be released. From a Broadcom | Stuart Henderson |
2009-10-02 | Remove BCM57720 as it's not going to be released. From a Broadcom | Stuart Henderson |
2009-10-02 | Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems | Miod Vallat |
2009-10-02 | Link the kernel at a higher physical address, in order to accomodate SRM | Miod Vallat |
2009-10-02 | Some 21264CB pass information, from information provided by Sergey Prysiazhnyi. | Miod Vallat |
2009-10-02 | regen | Miod Vallat |
2009-10-02 | One more DEC device found on alpha clusters | Miod Vallat |
2009-10-01 | add fdt_parent_node() and OF_parent() functions, | Dariusz Swiderski |
2009-10-01 | Generic soft interrupts for macppc. Tested by mk@, deraadt@ | Mark Kettenis |
2009-10-01 | Needs memcpy in bootxx now, forgotten in previous getenv change. | Miod Vallat |
2009-09-30 | Fix various off-by-ones in irq number validation. | Miod Vallat |
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat |
2009-09-30 | Some old SRM require 8-byte alignment of the buffer passed to the prom | Miod Vallat |
2009-09-30 | Get rid of prom_open() and implement it directly as a prom_dispatch() wrapper, | Miod Vallat |
2009-09-30 | Clear sticky error status after recoverable machine check. | Miod Vallat |
2009-09-30 | Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal. | Miod Vallat |
2009-09-30 | One missing print -> DPRINTF conversion in dec_kn300_device_register() | Miod Vallat |
2009-09-30 | - Sync the BCM5785G PCI id for bge(4) and add BCM5785F / BCM57788. | Stuart Henderson |
2009-09-30 | sync | Stuart Henderson |
2009-09-30 | - Some new PCI ids for the BCM5717, BCM5718, BCM5785F, and BCM57788 chipsets. | Stuart Henderson |
2009-09-30 | Need to scsi_done() before returning COMPLETE for untranslated commands, | Miod Vallat |
2009-09-30 | Fix comments to match reality. | Tobias Weingartner |
2009-09-30 | curproc, curprocpaddr moved into cpu_info | Takuya ASADA |
2009-09-29 | Support the Phison PS5000. IO Data and other vendors are now using this | Theo de Raadt |
2009-09-29 | Having pty_isfree_locked() be inlined may make pty allocation a tiny | Theo de Raadt |
2009-09-29 | sync | Theo de Raadt |
2009-09-29 | phison pciide controller found in expresscard SSD cards | Theo de Raadt |
2009-09-28 | Make video buffer area and BIOS areas unavailable for PCI resource allocation. | Mark Kettenis |
2009-09-28 | when inserting a state, turn the error that pf_state_insert returns | David Gwynne |
2009-09-27 | adjust comments; eephy isn't just for Intel GigE. From Brad. | Stuart Henderson |
2009-09-27 | In pmap_proc_iflush(), do not bother checking for pmap being curpmap on any | Miod Vallat |
2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, | Miod Vallat |
2009-09-27 | If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel | Marcus Glocker |
2009-09-27 | typos | Miod Vallat |
2009-09-27 | Print the LOM type (LOMlite/LOMlite2). | Mark Kettenis |
2009-09-27 | Add sensor status for fan sensors. | Mark Kettenis |
2009-09-27 | Implement queuing of reads and writes. This gets rid of the remaining busy | Mark Kettenis |
2009-09-26 | Fix artefacts in compression mode especially seen when running X. | Marcus Glocker |
2009-09-25 | - enable axe/aue to make my life a bit easier | Jasper Lievisse Adriaanse |
2009-09-25 | Fix the value of one voltage sensor in ev6 environmental machine checks. | Miod Vallat |
2009-09-24 | Handle the upper 32 bits of the prefetchable memory range when setting up | Miod Vallat |
2009-09-24 | Link alpha kernels with an ld.script to discard unwanted sections; this | Miod Vallat |
2009-09-24 | Make sure the scsi_xfer timeout always get initialized with timeout_set(), | Miod Vallat |
2009-09-24 | In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx() | Miod Vallat |
2009-09-24 | Slightly less evil busy wait loop for LOMlite. Small tweak to LOMlite state | Mark Kettenis |
2009-09-24 | do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr() | Damien Bergamini |
2009-09-23 | Implement reading LOMlite registers using timeouts and a state machine to | Mark Kettenis |
2009-09-23 | Add some more LOMlite bits. We don't attach to LOMlite yet because it is | Mark Kettenis |
2009-09-23 | Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64. | Miod Vallat |