Age | Commit message (Expand) | Author |
2008-03-28 | If we fail to load the kernel, drop the user into interactive mode of ARCS, | Joel Sing |
2008-03-27 | Remove unwanted code and sync with mips64/arcbios.c. | Joel Sing |
2008-03-27 | Majorly cleanup/overhaul com @ macebus code. | Joel Sing |
2008-03-27 | Data mode can only be changed when updating the clock, so don't bother | Joel Sing |
2008-03-26 | Disable some code that reads some sun4u-specific registers for diagnostic | Mark Kettenis |
2008-03-25 | Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. | Mark Kettenis |
2008-03-24 | Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. | Mark Kettenis |
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin |
2008-03-24 | Use correct cpuid on sun4v. | Mark Kettenis |
2008-03-23 | Add code to initialize CPUs on sun4v. | Mark Kettenis |
2008-03-23 | Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename the | Mark Kettenis |
2008-03-23 | typo; deraadt | Miod Vallat |
2008-03-23 | Not-functional-enough driver for the Sun Expert3D cards, put in tree as an | Miod Vallat |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-03-23 | Use new defines from pcidevs to match Expert3D. | Miod Vallat |
2008-03-23 | Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago. | Miod Vallat |
2008-03-23 | Fix ovbcopy() operation when copying shorts backwards, similar to sparc | Miod Vallat |
2008-03-23 | Add AGP support for the Intel G33 chipset. | Damien Bergamini |
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback |
2008-03-22 | Reintroduce the cputyp variable, and use it to distinguish between sun4u and | Mark Kettenis |
2008-03-22 | - remove pre-uvm prototype of pmap_page_index() | Jasper Lievisse Adriaanse |
2008-03-22 | Nuke some unused magic. | Tobias Weingartner |
2008-03-22 | Simplify cpu_switchto() such that it doesn't need to know the number of | Mark Kettenis |
2008-03-22 | Remove TRAPS_USE_IG code. | Mark Kettenis |
2008-03-22 | Quick comment fixups. | Tobias Weingartner |
2008-03-22 | Split out the code that sets the TSB registers and call it from | Mark Kettenis |
2008-03-22 | Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point | Mark Kettenis |
2008-03-22 | Switch to our initial stack after switching over to our own trap table. This | Mark Kettenis |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-21 | SMALL_KERNEL, NO_PROPOLICE; from brad | Theo de Raadt |
2008-03-21 | crank maxusers on some architectures | Theo de Raadt |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-21 | Do not attach vgafb if not the console device, since the PROM will not have | Miod Vallat |
2008-03-21 | regen | Miod Vallat |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat |
2008-03-20 | An overoptimization in r1.15 introduced an evil race, back it out. For some | Miod Vallat |
2008-03-20 | Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get | Mark Kettenis |
2008-03-20 | Fix whitespace. | Mark Kettenis |
2008-03-20 | let maxusers go much higher | Theo de Raadt |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback |
2008-03-19 | enable fins(4) | Theo de Raadt |
2008-03-19 | Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as | Mark Kettenis |
2008-03-19 | Use PROM calls to enter locked kernel text and data mappings into the TLB. | Mark Kettenis |
2008-03-19 | Add prom_itlb_load() and prom_dtlb_load(). | Mark Kettenis |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt |
2008-03-18 | Get rid of some dead wood. | Mark Kettenis |
2008-03-18 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Mark Kettenis |
2008-03-17 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Theo de Raadt |
2008-03-17 | Remove KGDB code. It was never converted to 64-bit, and just makes locore.s | Mark Kettenis |