summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-04-19When doing pmap_collect, skip wired mappings when removing.Artur Grabowski
2007-04-19Do the late freeing of ptps in pae pmap as well.Artur Grabowski
2007-04-19sili(4) works fine here.David Gwynne
2007-04-18Use atomic operations to change the pending software interrupt mask.Miod Vallat
2007-04-18tidy - number unused cdev_/bdev_ slotsTodd T. Fries
2007-04-18Contrary to the comment in cia_dma_get_tag(), there are machines with ciaMartin Reindl
2007-04-18if possible, fill in hw.serialno;Martin Reindl
2007-04-16Crank MAXPHYS to the regular 64KB.Miod Vallat
2007-04-16macppcs can boot off usb disks, so treat "/usb" controllers in the ofw treeDavid Gwynne
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat