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