Age | Commit message (Expand) | Author |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-26 | /etc/random.seed reuse can now be detected. The stat +T bit marks the file | Theo de Raadt |
2020-05-26 | iodcstrategy() maintains a cache for READ performance (tapes are supported | Theo de Raadt |
2020-05-26 | Check outcome of loadrandom() on octeon | Visa Hankala |
2020-05-26 | Rework kernel loading with octboot(4) | Visa Hankala |
2020-05-26 | Rewrite m88k mutex code as a slight variation of the MI mutex code. | Kenji Aoyama |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | that dependency change breaks something else. sigh. | Theo de Raadt |
2020-05-25 | make loadrandom() return 0 for success, -1 for failure. While here, | Theo de Raadt |
2020-05-25 | Pass boothowto from bootloader to kernel using .openbsd.bootdata. To make | Mark Kettenis |
2020-05-25 | Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into h... | Theo de Raadt |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-25 | Adjust mdrandom() to also return 0 for success, -1 for failure | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-25 | add wsmoused support to efifb | Jonathan Gray |
2020-05-25 | Use <dev/clock_subr.h> in mcclock(4). | Visa Hankala |
2020-05-25 | Use <dev/clock_subr.h> in mfokclock(4). | Visa Hankala |
2020-05-25 | Pass boothowto from the bootloader to the kernel on octeon. | Visa Hankala |
2020-05-25 | Mix board information into the entropy pool. | Visa Hankala |
2009-12-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt |
2020-05-25 | The dependencies were insufficient. | Theo de Raadt |
2020-05-23 | Look at the openbsd,boothowto property and bring the bootarg parsing | Mark Kettenis |
2020-05-23 | Add a little bit of const-ness. | Mark Kettenis |
2020-05-23 | Define PTE bits. | Mark Kettenis |
2020-05-23 | Clean up the code that implements the OPAL API. | Mark Kettenis |
2020-05-23 | Implement kqueue(2) support. | Martin Pieuchot |
2020-05-23 | remove ifdef'd out tc fb cnattach bits | Jonathan Gray |
2020-05-23 | Use a distinct trap code with retguard on mips64. | Visa Hankala |
2020-05-23 | remove more cfb and sfb bits | Jonathan Gray |
2020-05-23 | remove cfb and sfb alpha tc fb drivers | Jonathan Gray |
2020-05-22 | Fill complete trap frame. | Mark Kettenis |
2020-05-22 | Panic on unhandled traps (which for now is all of them). | Mark Kettenis |
2020-05-22 | Reboot (unconditionally for now). | Mark Kettenis |
2020-05-22 | Add some very simple trap handling. | Mark Kettenis |
2020-05-22 | Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@ | Otto Moerbeek |
2020-05-22 | Enable bwfm(4). | Patrick Wildt |
2020-05-22 | Enable mvkpcie(4). | Patrick Wildt |
2020-05-22 | Copy db_disasm.c from powerpc to powerpc64. | gkoehler |
2020-05-22 | Decode the %{ds}(%{A}) operand of ld, std instructions. | gkoehler |
2020-05-21 | Claim the memory region reserved for the interrupt vectors. | Mark Kettenis |
2020-05-21 | Use <dev/clock_subr.h> in dsclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dpclock(4). | Visa Hankala |
2020-05-21 | Use <dev/clock_subr.h> in dsrtc(4). | Visa Hankala |
2020-05-21 | Remove sparc64 mutex.S. | Visa Hankala |
2020-05-18 | Oops, DDB wrapper around setjmp/longjmp was misplaced | Theo de Raadt |