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