summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-03-21Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception:Otto Moerbeek
2020-03-20Disable apm(4) on the floppy ramdisk and keep the cd one in sync.Otto Moerbeek
2020-03-20Declare pci_intr_map_msix() as static inline instead of using a define.Martin Pieuchot
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-19Remove an unnecessary type cast.Visa Hankala
2020-03-17Mark a few functions as .globl such that they show up with their nameMark Kettenis
2020-03-17Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this workMark Kettenis
2020-03-17rework amd (not intel) smt/core/package detection.David Gwynne
2020-03-16Make the check for vmm_softc->mode exhaustive and return an errorJasper Lievisse Adriaanse
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@Otto Moerbeek
2020-03-15Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()Otto Moerbeek
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-13improve comment about the speculation barrierTheo de Raadt
2020-03-13Add speciulation barrier after the last remaining naked ERET instruction.Mark Kettenis
2020-03-12Use strlcpy to make sure 'vm_name' and 'vir_name' are NUL terminated.tobhe
2020-03-12Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@Otto Moerbeek
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11Do not declare a variable inside a for () loop.Martin Pieuchot
2020-03-11In the sigtramp the fallback SYS_exit always works, there is no reasonTheo de Raadt
2020-03-11Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsOtto Moerbeek
2020-03-11Take a swing at blocking Load-Value-Injection attacks against thePhilip Guenther
2020-03-09Recommit, now that we found out how to fix the BIOS related issues: goOtto Moerbeek
2020-03-08fs_name[] must match file_system[], adapt for ufs2 support.Landry Breuil
2020-03-07Revert previous, there are BIOS that do not like these changes.Otto Moerbeek
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacyPatrick Wildt
2020-03-06lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.Otto Moerbeek
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGClaudio Jeker
2020-03-04Enable all the Rockchip video drivers!Patrick Wildt
2020-03-03Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@Otto Moerbeek
2020-03-03Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9).Mark Kettenis
2020-03-03Fix bogus bus_dmamem_mmap(9) implementation.Mark Kettenis
2020-03-02amd64 ramdisk does not support CD9660, so no use to have a cd(4).Otto Moerbeek
2020-03-02Add commented out entry fro rkdwhdmi(4).Mark Kettenis
2020-03-01Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2020-02-29Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek
2020-02-28Add a sanity check on obj_size to ensure the allocated object fits insidemortimer
2020-02-28Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem.Otto Moerbeek
2020-02-28correct data 16-bit aligned block of in4_cksum()Jonathan Gray
2020-02-28oops, tsc value is 64 bit.Theo de Raadt
2020-02-28oops some snapshot tests fell inTheo de Raadt
2020-02-28syncTheo de Raadt
2020-02-27in rdrand() timeout, if the rdrand instruction fails to fetch entropyTheo de Raadt
2020-02-26vmm(4): check page boundaries for pvclock structpd
2020-02-26vmm(4): tighten rdmsr on svmpd
2020-02-21Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep themPatrick Wildt
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-20controler -> controllerJonathan Gray
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha