summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-05-03Remove the pv stealing code. Other than being dangerous, it's alsoArtur Grabowski
2007-05-02supply the real devicename to sio_intr_establish() instead a genericMartin Reindl
2007-05-02Support for mtrr on AMD opteron CPUs. Patch by Mickey and bluhm@, tweaksMatthieu Herrb
2007-05-02Move sparc64 to __HAVE_CPUINFO.Mark Kettenis
2007-05-02Fix typo. ok miod@.Tom Cosgrove
2007-05-01ELF symbol type fixes, no code changeMiod Vallat
2007-05-01Don't rely on the PROM to have configured the interrupts. Make Simics bootMark Kettenis
2007-05-01Simple monoprocessor mutex implementation, faster than the MI code, four leftMiod Vallat
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01similar exit support for -a, to what i386 doesTheo de Raadt
2007-05-01support exit at boot -a timeTheo de Raadt
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-05-01expose two things needed for non-DIAGNOSTIC kernelsTheo de Raadt
2007-05-01Missing RCS tag.Gordon Willem Klok
2007-04-30check for exit string earlierTheo de Raadt
2007-04-30support "exit" like sparc64 does; ok miodTheo de Raadt
2007-04-30use boot(RB_USERREQ | RB_HALT) to get back to the prom instead ofTheo de Raadt
2007-04-30support "exit" as a RB_ASKNAME choice; discussed with miodTheo de Raadt
2007-04-30Fix dmesg nit.Miod Vallat
2007-04-30HDUNIT/etc -> DISKUNIT/etc. No functional change.Kenneth R Westerback
2007-04-29Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, andKenneth R Westerback
2007-04-29Blink 8x slower, so that this fits better with Kraftwerk's ``ElektroMiod Vallat
2007-04-29machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and relatedMiod Vallat
2007-04-29The cpu clock frequency we get from ARCBIOS may be off by something in theMark Kettenis
2007-04-28clone "Control key" logic from i386 written by tom; tested by artTheo de Raadt
2007-04-28Fix pmap_extract to not return TRUE just because we have a PTP. Make sureArtur Grabowski
2007-04-28Remove a duplicate copyright statement.Jonathan Gray
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-27Disable interrupts around bit operations; ok deraadt@Miod Vallat
2007-04-27Enable interrupts during syscall processing. Need to verify if theDale Rahn
2007-04-27In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flushMiod Vallat
2007-04-27Remove unused macros, and make sure the remaining one do not truncate theMiod Vallat
2007-04-27More pmap changes from the potpourri pool:Miod Vallat
2007-04-27Check for Control key held down when starting, and don't read boot.confTom Cosgrove
2007-04-27remove duplicate defines.David Gwynne
2007-04-26Eliminate CPU_BIOS from userland and wd(4) by always using the BIOSKenneth R Westerback
2007-04-26Handle AltiVec Assist exceptions. Fixes a panic when running crashme.Mark Kettenis
2007-04-26Proper atomic_{set,clear}bits_{int,long} implementation, and use it forMiod Vallat
2007-04-26ack the power switch interrupt even if machdep.kbdreset is not setMartin Reindl
2007-04-26Do not allow userland to change cop0 SR via ptrace; from NetBSD.Miod Vallat
2007-04-26Be more careful when changing cop0 SR value; or flags in instead of settingMiod Vallat
2007-04-26Do not invoke arcbios routines from the moment our page tables are set up,Miod Vallat
2007-04-26Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags inArtur Grabowski
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
2007-04-26enable tht so it is more available for testing.David Gwynne
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
2007-04-25Yet another case that forgot to set the time.Artur Grabowski
2007-04-25Set the time even when the clock chip is bad.Artur Grabowski
2007-04-25Same change as i386, use the number of states to calculate performanceGordon Willem Klok
2007-04-24Tell init(8) to power down machine instead of just halting it.Mark Kettenis