summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-22Fix two iwx(4) TX_CMD_OFFLD macros.stsp1-3/+3
2020-06-22Prepare for newer iwx(4) firmware scan command versions.stsp2-9/+72
2020-06-22Update definition of the iwx_ac_to_tx_fifo map.stsp1-5/+5
2020-06-22Enable critical temperature detection in iwx(4) firmware.stsp2-2/+71
2020-06-22Do not copy an SSID into the iwx(4) probe request template.stsp1-2/+4
2020-06-22Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp1-2/+3
2020-06-22Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp1-2/+2
2020-06-22updated argument name for -P in first synopsis was missed in previous;jmc1-2/+2
2020-06-22supply word missing in previous;jmc1-2/+2
2020-06-22When the main process exits, it closes the pipe so a read 0 occurs.otto1-3/+3
2020-06-22add support for verification of webauthn sshsig signature, anddjm4-7/+718
2020-06-22Add support for FIDO webauthn (verification only). webauthn is adjm3-6/+130
2020-06-22refactor ECDSA-SK verification a little ahead of adding supportdjm1-21/+23
2020-06-22a first cut at requesting and parsing vpd info.dlg1-1/+137
2020-06-22support for RFC4648 base64url encoding; ok markusdjm2-2/+47
2020-06-22better terminology for permissions; feedback & ok markus@djm1-11/+11
2020-06-22better terminology for permissions; feedback & ok markus@djm3-37/+37
2020-06-22in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg1-14/+11
2020-06-22let userland read vpd info from a pci device.dlg2-5/+44
2020-06-22deprecate network livelock detection using the softclock.dlg1-38/+2
2020-06-22there's not going to be any whole kernel wide network livelocks soon.dlg1-3/+2
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg12-28/+50
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg5-12/+19
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg4-11/+16
2020-06-22use (undocumented) base64 code in libc instead of libcrypto.dlg2-11/+10
2020-06-22plug the wireguard ioctls in.dlg2-2/+4
2020-06-22enable nvme on i386.dlg2-2/+5
2020-06-21syncderaadt2-0/+6
2020-06-21Making tracing through traps work.kettenis1-2/+19
2020-06-21vmd(8): fix ns8250 lockup due to race conditionpd1-16/+16
2020-06-21Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus5-35/+35
2020-06-21Enable machine check interrupt.kettenis1-2/+2
2020-06-21Set PTE valid bit in PTE descriptors such that we actually match them inkettenis1-4/+2
2020-06-21Set reference count of freshly created pmap to one.kettenis1-1/+2
2020-06-21tidy wording from when dnssec was enabled/disabled/reenabledsthen1-3/+3
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw1-21/+5
2020-06-21correct mutex_lock_interruptible()jsg1-2/+9
2020-06-21Set up exec_map and phys_map.kettenis2-3/+23
2020-06-21provide missing Aq; this one started my search for missing Aq, then i failedjmc1-3/+3
2020-06-21new sentence, new line;jmc1-3/+3
2020-06-21various minor tweaks;jmc1-7/+7
2020-06-21various minor tweaks;jmc1-14/+12
2020-06-21Add code to synchronize I-cache if necessary when mapping an executablekettenis1-2/+26
2020-06-21wgpip -> wgendpoint. ok dlg@matthieu1-3/+3
2020-06-21Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9).kettenis10-36/+212
2020-06-21add a commented out entry for wg(4).dlg1-1/+2
2020-06-21start wg with the other interfaces that rely on routing being up.dlg1-3/+3
2020-06-21add a manpage for wg(4).dlg2-2/+228
2020-06-21teach ifconfig about wireguard.dlg3-6/+452
2020-06-21tell config how to build wg(4)dlg1-1/+7