summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Document the various flavors of NET_LOCK() and rename the reader version.mpi8-53/+62
2020-05-27raise max columns and rows in efifb to 160jsg1-3/+3
2020-05-27don't limit clflush to Intel CPUsjsg2-13/+16
2020-05-27limit clflush before monitor errata workaround to Inteljsg1-2/+3
2020-05-27set up rx so packets end up at the end of the mbuf cluster.dlg1-6/+10
2020-05-27Update comment block at the top to describe (a) the ring damage logic,deraadt1-5/+8
2020-05-26Stop requiring that .strtab has long alignment.gkoehler1-3/+2
2020-05-26sgi had the same bug as sparc64 -- failed to put readdir and fchmodderaadt1-3/+6
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt1-1/+7
2020-05-26Implement write support for block devices and add readdir and fchmodkettenis1-6/+10
2020-05-26Extract more randomness from mbuf flowvisa1-2/+3
2020-05-26Rewrite the entropy enqueue ring to collect damage asyncronously, and adapt thederaadt1-72/+60
2020-05-26increment version numbers, due to recent RB_GOODSEED and fchmod +T changesderaadt18-35/+35
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt4-4/+28
2020-05-26iodcstrategy() maintains a cache for READ performance (tapes are supportedderaadt1-8/+17
2020-05-26Check outcome of loadrandom() on octeonvisa2-11/+26
2020-05-26Rework kernel loading with octboot(4)visa3-46/+60
2020-05-26fix wrong firmware filename typo in a comment in iwx_read_firmware()stsp1-2/+2
2020-05-26Make the necessary adjustments to parse iwx(4) -48 firmware image files.stsp2-3/+11
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.stsp3-5/+81
2020-05-26Don't enable any BT modules in the iwx(4) BT_COEX command.stsp1-2/+2
2020-05-26Make iwx(4) flush the Tx path before removing the AP from the firmware'sstsp1-8/+7
2020-05-26Make iwx(4) binding command work on -48 firmware.stsp1-2/+3
2020-05-26Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.stsp2-4/+22
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.aoyama4-260/+181
2020-05-26Let unencrypted 802.11 frames pass during hardware decryption post-processing.stsp1-7/+13
2020-05-26Use C99 initializers in 'struct filterops' definitions.mpi1-9/+9
2020-05-26Make cdev_{audio,video}_init() expose a kqfilter handler.mpi1-4/+4
2020-05-26Document which lock protect pipex(4) fields.mpi2-63/+76
2020-05-26Kill unecessary `pppx_ifs_lk' lock.mpi1-14/+1
2020-05-26Add checksum offload again, this time only asking the nic to do checksumsjmatthew1-2/+23
2020-05-26match on TP-Link TL-WN822N-EU v5jsg1-2/+3
2020-05-26regenjsg2-5/+10
2020-05-26add TP-Link TL-WN822N-EU v5jsg1-2/+3
2020-05-25For large reads from /dev/random, use the arc4random_ctx_*() functionsnaddy1-19/+13
2020-05-25fchmod() will be needed soon.deraadt2-5/+5
2020-05-25Revert "Add kqueue_scan_state struct"visa2-84/+27
2020-05-25that dependency change breaks something else. sigh.deraadt1-3/+3
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,deraadt6-61/+81
2020-05-25Pass boothowto from bootloader to kernel using .openbsd.bootdata. To makekettenis4-8/+34
2020-05-25If either mdrandom() or fwrandom() return 0, set RB_GOODRANDOMderaadt1-3/+5
2020-05-25Pass bootblock indicator RB_GOODRANDOM to random_start(). Future workderaadt3-6/+13
2020-05-25Bootblocks convert RB_GOODRANDOM to -R option, kernel converts it back into howtoderaadt2-2/+7
2020-05-25Pass boothowto from bootblock to kernelderaadt3-4/+7
2020-05-25Adjust mdrandom() to also return 0 for success, -1 for failurederaadt3-3/+15
2020-05-25Adjust fwrandom() to return 0 for sucess, -1 for failurederaadt5-15/+27
2020-05-25add wsmoused support to efifbjsg1-1/+12
2020-05-25Add a comment explaining the interaction between kcovclose() andanton1-1/+5
2020-05-25Use <dev/clock_subr.h> in mcclock(4).visa3-41/+45
2020-05-25Use <dev/clock_subr.h> in mfokclock(4).visa1-36/+43