summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-04-24do not printf+panic, when a longer panic message is easier; kettenis okTheo de Raadt
2007-04-24Make power(4) map registers in io space if mem space fails.Mark Kettenis
2007-04-24Choose the state for a request performance level based on calculationsGordon Willem Klok
2007-04-24It's never too late to write "too late" correctly.Miod Vallat
2007-04-24exeption -> exceptionMiod Vallat
2007-04-24Firmware lies! Switching from LEVEL to EDGE triggered interrupt preventsGordon Willem Klok
2007-04-24apic_address should be 32 bits, rather than paddr_t; prepares us forTom Cosgrove
2007-04-24Use the physical address we have stored for the page directory ratherTom Cosgrove
2007-04-23rename drivers with numbers in them; ok gwk drahnTheo de Raadt
2007-04-23iqg -> irqGordon Willem Klok
2007-04-23Switch alpha to timecounters.Artur Grabowski
2007-04-22better interrupt names for vmstat -iz; ok miod gwkTheo de Raadt
2007-04-22Add sysbutton a driver for the 'System identifier' button found on theGordon Willem Klok
2007-04-22- Use pmap_get_page and pmap_free_page to manage memory allocationsArtur Grabowski
2007-04-22rename a very long driver name to something shorter, and more clearTheo de Raadt
2007-04-22Switch the vax pmap to __HAVE_VM_PAGE_MD.Miod Vallat
2007-04-22ahci works on sparc64. wish the teeny teeny tiny jmicron sample i haveTheo de Raadt
2007-04-21fix generic soft interrupts; improve establishing and disestablishing ofMartin Reindl
2007-04-21oopsTheo de Raadt
2007-04-21Introduce a smp aware hw.setperf mechanism, it will scale all CPUs orGordon Willem Klok
2007-04-21do not ignore linker failures; ok miodTheo de Raadt
2007-04-21No more vtophys() on arm.Miod Vallat
2007-04-21developers keep killing ramdisk driversTheo de Raadt
2007-04-21Fix the rcs tags.Gordon Willem Klok
2007-04-21Add blinkenlights(4) a driver to control the 16 leds found on the frontGordon Willem Klok
2007-04-21Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now,Artur Grabowski
2007-04-20Remove leftover trapwrite() prototype from... 80386 support.Miod Vallat
2007-04-20Segment tables are integral multiples of the page size in LP64 mode, soMiod Vallat