Age | Commit message (Expand) | Author |
2007-05-04 | Skip the kernel pmap when accounting for executability range changes. | Artur Grabowski |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-05-03 | Config file for MULTIPROCESSOR kernel. | Mark Kettenis |
2007-05-03 | Add dummy functions to make MULTIPROCESSOR kernels compile. | Mark Kettenis |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-03 | Remove MCA ghosts, no changes in .o files. | Alexander Yurchenko |
2007-05-03 | Implement pmap_steal_memory() on powerpc. With some help from art@. | Miod Vallat |
2007-05-03 | sensible version strings; ok miod | Theo de Raadt |
2007-05-03 | Remove the pv stealing code. Other than being dangerous, it's also | Artur Grabowski |
2007-05-02 | supply the real devicename to sio_intr_establish() instead a generic | Martin Reindl |
2007-05-02 | Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaks | Matthieu Herrb |
2007-05-02 | Move sparc64 to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-02 | Fix typo. ok miod@. | Tom Cosgrove |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat |
2007-05-01 | Don't rely on the PROM to have configured the interrupts. Make Simics boot | Mark Kettenis |
2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-05-01 | similar exit support for -a, to what i386 does | Theo de Raadt |
2007-05-01 | support exit at boot -a time | Theo de Raadt |
2007-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt |
2007-05-01 | expose two things needed for non-DIAGNOSTIC kernels | Theo de Raadt |
2007-05-01 | Missing RCS tag. | Gordon Willem Klok |
2007-04-30 | check for exit string earlier | Theo de Raadt |
2007-04-30 | support "exit" like sparc64 does; ok miod | Theo de Raadt |
2007-04-30 | use boot(RB_USERREQ | RB_HALT) to get back to the prom instead of | Theo de Raadt |
2007-04-30 | support "exit" as a RB_ASKNAME choice; discussed with miod | Theo de Raadt |
2007-04-30 | Fix dmesg nit. | Miod Vallat |
2007-04-30 | HDUNIT/etc -> DISKUNIT/etc. No functional change. | Kenneth R Westerback |
2007-04-29 | Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and | Kenneth R Westerback |
2007-04-29 | Blink 8x slower, so that this fits better with Kraftwerk's ``Elektro | Miod Vallat |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-28 | clone "Control key" logic from i386 written by tom; tested by art | Theo de Raadt |
2007-04-28 | Fix pmap_extract to not return TRUE just because we have a PTP. Make sure | Artur Grabowski |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-04-27 | Even floppies should use DISKLABELDEV() on the dev_t parameter to | Kenneth R Westerback |
2007-04-27 | Disable interrupts around bit operations; ok deraadt@ | Miod Vallat |
2007-04-27 | Enable interrupts during syscall processing. Need to verify if the | Dale Rahn |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-27 | Check for Control key held down when starting, and don't read boot.conf | Tom Cosgrove |
2007-04-27 | remove duplicate defines. | David Gwynne |
2007-04-26 | Eliminate CPU_BIOS from userland and wd(4) by always using the BIOS | Kenneth R Westerback |
2007-04-26 | Handle AltiVec Assist exceptions. Fixes a panic when running crashme. | Mark Kettenis |
2007-04-26 | Proper atomic_{set,clear}bits_{int,long} implementation, and use it for | Miod Vallat |
2007-04-26 | ack the power switch interrupt even if machdep.kbdreset is not set | Martin Reindl |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |