summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-08Make sure the new rendezvous state is visible to other CPUs beforeVisa Hankala
2016-01-07Xen virtual networking interface (Netfront) driver.Mike Belopuhov
2016-01-07Handle receive queue full condition instead of hanging.This can beCan Erkin Acar
2016-01-07We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-06Bring efidev.c goodness into softraid.c by returning and displayingKenneth R Westerback
2016-01-05Remove PTE locking from pmap_extract() because it does not add any MPVisa Hankala
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback
2016-01-03enable pchtemp(4) on i386.Daniel Dickman
2016-01-02Take the PHY of iec(4) out of reset before attaching the interface.Visa Hankala
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-31Protect mips64 pmap and pvlist structs with a mutex to make pmapVisa Hankala
2015-12-29Remove NULL-checks before free().mmcc
2015-12-27welcome GENERIC.IP27 MP (dual cpu on O350 now)Theo de Raadt
2015-12-27If available prefer the rdseed instruction over rdrand when adding entropyJonathan Gray
2015-12-25Add IPI logic. Assign two additional interrupts for inter-processorVisa Hankala
2015-12-25Add launch logic for secondary CPUs. The PROM's launch entry point addressVisa Hankala
2015-12-25Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as aVisa Hankala
2015-12-25Add timecounter for MP.Visa Hankala
2015-12-25Use the ErrorEPC register for curcpu() on Origin, for now.Visa Hankala
2015-12-24If the GPT header checksum check fails, do *not* say the OpenBSD partitionKenneth R Westerback
2015-12-24Make all instances of gpt_chk_mbr() identical (bar static vsKenneth R Westerback
2015-12-24Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' toKenneth R Westerback
2015-12-24Normalize return values from various exit functions.Mike Larkin
2015-12-24Make sure we don't overflow a page during vm_readpage/vm_writepage.Mike Larkin
2015-12-24More adress -> addressmmcc
2015-12-24Argh. The other part the wrong diff was missing.Kenneth R Westerback
2015-12-23Ooops. Wrong version of the diff committed, with reversed check forKenneth R Westerback
2015-12-23Execution of the `sync' instruction is not supported by the T-Bus andVisa Hankala
2015-12-22commited -> committedmmcc
2015-12-22Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you canKenneth R Westerback
2015-12-21add virtio-console driverStefan Fritsch
2015-12-19make things fit, by skipping pcn* for now -- randomly firing a driver.Theo de Raadt
2015-12-19move to 5.9-betaTheo de Raadt
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala
2015-12-18Prevent uvm_fault() when hitting a breakpoint by restoring the originalGerhard Roth
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-17Move vcpu register state init to vmd. Allows vmd bootloader to make theMike Larkin
2015-12-16Remove the solbourne entries now that all its code is gone.mmcc
2015-12-15remove some not interesting debug printfsMike Larkin
2015-12-15support reset vcpu by triple fault (kernel part, userland fix will comeMike Larkin
2015-12-14Support only one vcpu for now, until we implement SMP support.Mike Larkin
2015-12-14track used memory in each VM. This is passed back to vmctl status.Mike Larkin
2015-12-14s/begining/beginning/gmmcc