Age | Commit message (Expand) | Author |
2007-11-26 | Fix some style(9) issues. | Joel Sing |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-11-26 | another LIBKERN that stayed behind | Theo de Raadt |
2007-11-26 | Remove libkern. | Joel Sing |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | a bit more LIBKERN fallout | Theo de Raadt |
2007-11-26 | adjust to libkern changes (and pretty .PATH logic); parts from maja | Theo de Raadt |
2007-11-26 | few mails later, miod asks me to wait | Theo de Raadt |
2007-11-26 | the bcopy() found here was not handling overlapping. Merge it nicely with | Theo de Raadt |
2007-11-25 | Unbreak make obj. -moj | Mats O Jansson |
2007-11-25 | typo; ok miod@ | Martynas Venckus |
2007-11-25 | we want strlen.c | Martin Reindl |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | new files for acpiapm switcher | Ted Unangst |
2007-11-25 | fake out the apm device to switch between apm and acpi on i386. now | Ted Unangst |
2007-11-25 | Enable et/etphy now it can pass packets both ways. | Jonathan Gray |
2007-11-25 | It helps if you initialise timeouts before you try using them... | Joel Sing |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-25 | Add entries for the Transmeta Efficeon CPU to the CPUID table. | Tom Cosgrove |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-25 | Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware | Mark Kettenis |
2007-11-24 | make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers | Theo de Raadt |
2007-11-24 | Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. | Miod Vallat |
2007-11-24 | Fix a stupid underscore bug in memory area computations in the cache functions, | Miod Vallat |
2007-11-24 | Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock drift | Marc Balmer |
2007-11-24 | Be sure to program the busswitch interrupt selection register on 197SP | Miod Vallat |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter |
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat |
2007-11-24 | Slightly faster cache flushing operations on MP systems. | Miod Vallat |
2007-11-22 | Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410 | Miod Vallat |
2007-11-22 | Introduce an inline function to skip an instruction on 88110 and use it | Miod Vallat |
2007-11-22 | A decent workaround for errata #16. I have verified it gets triggered, the | Miod Vallat |
2007-11-22 | Do not reenable interrupts for netsted interrupts if interrupts were | Miod Vallat |
2007-11-22 | Do not bother saving the fault address registers if the fault status | Miod Vallat |
2007-11-22 | Do not redirect exception occuring when enabling the fpu to the error handler, | Miod Vallat |
2007-11-22 | Do not save a copy of the previous exception frame in a fixed memory location. | Miod Vallat |
2007-11-22 | disable i386 ipmi as well, because marco has an acpi interaction bug to fix s... | Theo de Raadt |
2007-11-22 | On 88110, skip the faulting instruction in double_reg_fixup() if it can | Miod Vallat |
2007-11-22 | Quote a few errata to explain why odd things are done in oddly ways on 88110. | Miod Vallat |
2007-11-22 | Remove the cpu parameter from cmmu_set_sapr(), since it is only invoked | Miod Vallat |
2007-11-22 | Remove explicit tlb flush from vmapbuf(), since pmap_enter() will take | Miod Vallat |
2007-11-22 | Add an extra parameter to pmap_remove_pte() to control whether it will | Miod Vallat |
2007-11-22 | Move the cmmu lock to 88200-specific code. 88110 MP code will use ipis | Miod Vallat |
2007-11-21 | Use bcopy instead of assignment to avoid a possible misaligned access. | Miod Vallat |
2007-11-21 | Typo | Miod Vallat |
2007-11-21 | Better cache invalidation functions (still horribly unoptimal, but less | Miod Vallat |
2007-11-21 | Don't bother flushing caches in pmap_{copy,zero}_page(), since our caches | Miod Vallat |