summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-06-07Allocate a struct, not just a pointer.Mark Kettenis
2020-06-07Remap FDT such that we can access it with translations enabled.Mark Kettenis
2020-06-07More debug printing such that we can see what is still missing.Mark Kettenis
2020-06-07Implement pmap_zero_page() and pmap_copy_page().Mark Kettenis
2020-06-07Add a few more devices.Mark Kettenis
2020-06-07Enable translation in the trap handlers.Mark Kettenis
2020-06-06Fix and harmonize some of the code dealing with address offsets encoded inMark Kettenis
2020-06-06Bootstrap a kernel pmap and enable translations.Mark Kettenis
2020-06-06Call main().Mark Kettenis
2020-06-06Disable translation and external interrupts when making OPAL calls.Mark Kettenis
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler
2020-06-06Adjust sgi bootblocks' iostrategy routinesVisa Hankala
2020-06-06Let sgi bootblocks build again.Visa Hankala
2020-06-06Fix previous commit.Visa Hankala
2020-06-05Implement cpu_rnd_messybits() as a read of the virtual counter xoredChristian Weisgerber
2020-06-05Allow userland access to the virtual counter.Mark Kettenis
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-05cpu_rnd_messybits() for mips64Visa Hankala
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek
2020-06-04Recognise Cortex-A78.Mark Kettenis
2020-06-04Enable bwfm(4).Patrick Wildt
2020-06-03let the random subsystem read the tsc for event "timestamps".David Gwynne
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesJoshua Stein
2020-06-02use correct node when enabling phyJonathan Gray
2020-06-01PowerPC64 header files for floating point.Dale Rahn
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsJoshua Stein
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-28When calling rasops_init() in efifb_cnremap() and efifb_attach(), passFrederic Cambus
2020-05-28Call cninit() after parsing boot parameter to make cninit() possibleYASUOKA Masahiko
2020-05-27Enter ddb at a trap instruction or with db_enter().gkoehler
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-27Fix pmon_iostrategy()Visa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2020-05-27raise max columns and rows in efifb to 160Jonathan Gray
2020-05-27don't limit clflush to Intel CPUsJonathan Gray
2020-05-26sgi had the same bug as sparc64 -- failed to put readdir and fchmodTheo de Raadt
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26Implement write support for block devices and add readdir and fchmodMark Kettenis
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesTheo de Raadt
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the fileTheo de Raadt
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedTheo de Raadt
2020-05-26Check outcome of loadrandom() on octeonVisa Hankala
2020-05-26Rework kernel loading with octboot(4)Visa Hankala
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.Kenji Aoyama
2020-05-25fchmod() will be needed soon.Theo de Raadt
2020-05-25that dependency change breaks something else. sigh.Theo de Raadt
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,Theo de Raadt
2020-05-25Pass boothowto from bootloader to kernel using .openbsd.bootdata. To makeMark Kettenis