summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2020-05-23Clean up the code that implements the OPAL API.Mark Kettenis
2020-05-23Implement kqueue(2) support.Martin Pieuchot
2020-05-23remove ifdef'd out tc fb cnattach bitsJonathan Gray
2020-05-23Use a distinct trap code with retguard on mips64.Visa Hankala
2020-05-23remove more cfb and sfb bitsJonathan Gray
2020-05-23remove cfb and sfb alpha tc fb driversJonathan Gray
2020-05-22Fill complete trap frame.Mark Kettenis
2020-05-22Panic on unhandled traps (which for now is all of them).Mark Kettenis
2020-05-22Reboot (unconditionally for now).Mark Kettenis
2020-05-22Add some very simple trap handling.Mark Kettenis
2020-05-22Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@Otto Moerbeek
2020-05-22Enable bwfm(4).Patrick Wildt
2020-05-22Enable mvkpcie(4).Patrick Wildt
2020-05-22Copy db_disasm.c from powerpc to powerpc64.gkoehler
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler
2020-05-21Claim the memory region reserved for the interrupt vectors.Mark Kettenis
2020-05-21Use <dev/clock_subr.h> in dsclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dpclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).Visa Hankala
2020-05-21Remove sparc64 mutex.S.Visa Hankala
2020-05-18Oops, DDB wrapper around setjmp/longjmp was misplacedTheo de Raadt