summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h...Theo de Raadt
2020-05-25Pass boothowto from bootblock to kernelTheo de Raadt
2020-05-25Adjust mdrandom() to also return 0 for success, -1 for failureTheo de Raadt
2020-05-25Adjust fwrandom() to return 0 for sucess, -1 for failureTheo de Raadt
2020-05-25add wsmoused support to efifbJonathan Gray
2020-05-25Use <dev/clock_subr.h> in mcclock(4).Visa Hankala
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).Visa Hankala
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.Visa Hankala
2020-05-25Mix board information into the entropy pool.Visa Hankala
2009-12-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-25Kill unused cdev_pc_init().Martin Pieuchot
2020-05-25Add support for write operations to diskstrategy().Theo de Raadt
2020-05-25The dependencies were insufficient.Theo de Raadt
2020-05-23Look at the openbsd,boothowto property and bring the bootarg parsingMark Kettenis
2020-05-23Add a little bit of const-ness.Mark Kettenis
2020-05-23Define PTE bits.Mark Kettenis