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 | fix wrong firmware filename typo in a comment in iwx_read_firmware() | Stefan Sperling |
2020-05-26 | Make the necessary adjustments to parse iwx(4) -48 firmware image files. | Stefan Sperling |
2020-05-26 | Implement support for the iwx(4) SOC_CONFIGURATION command. | Stefan Sperling |
2020-05-26 | Don't enable any BT modules in the iwx(4) BT_COEX command. | Stefan Sperling |
2020-05-26 | Make iwx(4) flush the Tx path before removing the AP from the firmware's | Stefan Sperling |
2020-05-26 | Make iwx(4) binding command work on -48 firmware. | Stefan Sperling |
2020-05-26 | Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command. | Stefan Sperling |
2020-05-26 | Rewrite m88k mutex code as a slight variation of the MI mutex code. | Kenji Aoyama |
2020-05-26 | Let unencrypted 802.11 frames pass during hardware decryption post-processing. | Stefan Sperling |
2020-05-26 | Use C99 initializers in 'struct filterops' definitions. | Martin Pieuchot |
2020-05-26 | Make cdev_{audio,video}_init() expose a kqfilter handler. | Martin Pieuchot |
2020-05-26 | Document which lock protect pipex(4) fields. | Martin Pieuchot |
2020-05-26 | Kill unecessary `pppx_ifs_lk' lock. | Martin Pieuchot |
2020-05-26 | Add checksum offload again, this time only asking the nic to do checksums | Jonathan Matthew |
2020-05-26 | match on TP-Link TL-WN822N-EU v5 | Jonathan Gray |
2020-05-26 | regen | Jonathan Gray |
2020-05-26 | add TP-Link TL-WN822N-EU v5 | Jonathan Gray |
2020-05-25 | For large reads from /dev/random, use the arc4random_ctx_*() functions | Christian Weisgerber |
2020-05-25 | fchmod() will be needed soon. | Theo de Raadt |
2020-05-25 | Revert "Add kqueue_scan_state struct" | Visa Hankala |
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 | If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOM | Theo de Raadt |
2020-05-25 | Pass bootblock indicator RB_GOODRANDOM to random_start(). Future work | Theo de Raadt |
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 | Add a comment explaining the interaction between kcovclose() and | anton |
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 |
2020-05-25 | regen | Patrick Wildt |
2020-05-25 | ThingM blink(1) | Patrick Wildt |
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 | Unfortunately, breaks UDP NFS under volume, when used on the src machine. | Theo de Raadt |
2020-05-25 | Add support for write operations to diskstrategy(). | Theo de Raadt |
2020-05-25 | The dependencies were insufficient. | Theo de Raadt |