summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) canmvs2020-06-222-5/+5
* Fix two iwx(4) TX_CMD_OFFLD macros.stsp2020-06-221-3/+3
* Prepare for newer iwx(4) firmware scan command versions.stsp2020-06-222-9/+72
* Update definition of the iwx_ac_to_tx_fifo map.stsp2020-06-221-5/+5
* Enable critical temperature detection in iwx(4) firmware.stsp2020-06-222-2/+71
* Do not copy an SSID into the iwx(4) probe request template.stsp2020-06-221-2/+4
* Fix unconditional write to v1.scan_priority in iwx(4) scan command.stsp2020-06-221-2/+3
* Fix length specification for 2GHz band IE data in iwx(4) probe requeststsp2020-06-221-2/+2
* updated argument name for -P in first synopsis was missed in previous;jmc2020-06-221-2/+2
* supply word missing in previous;jmc2020-06-221-2/+2
* When the main process exits, it closes the pipe so a read 0 occurs.otto2020-06-221-3/+3
* add support for verification of webauthn sshsig signature, anddjm2020-06-224-7/+718
* Add support for FIDO webauthn (verification only). webauthn is adjm2020-06-223-6/+130
* refactor ECDSA-SK verification a little ahead of adding supportdjm2020-06-221-21/+23
* a first cut at requesting and parsing vpd info.dlg2020-06-221-1/+137
* support for RFC4648 base64url encoding; ok markusdjm2020-06-222-2/+47
* better terminology for permissions; feedback & ok markus@djm2020-06-221-11/+11
* better terminology for permissions; feedback & ok markus@djm2020-06-223-37/+37
* in wait_for_completion_* return 0 on timeout -ERESTARTSYS on signaljsg2020-06-221-14/+11
* let userland read vpd info from a pci device.dlg2020-06-222-5/+44
* deprecate network livelock detection using the softclock.dlg2020-06-221-38/+2
* there's not going to be any whole kernel wide network livelocks soon.dlg2020-06-221-3/+2
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-2212-28/+50
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-225-12/+19
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-224-11/+16
* use (undocumented) base64 code in libc instead of libcrypto.dlg2020-06-222-11/+10
* plug the wireguard ioctls in.dlg2020-06-222-2/+4
* enable nvme on i386.dlg2020-06-222-2/+5
* syncderaadt2020-06-212-0/+6
* Making tracing through traps work.kettenis2020-06-211-2/+19
* vmd(8): fix ns8250 lockup due to race conditionpd2020-06-211-16/+16
* Update Spleen kernel fonts to version 1.7.1, bringing the followingfcambus2020-06-215-35/+35
* Enable machine check interrupt.kettenis2020-06-211-2/+2
* Set PTE valid bit in PTE descriptors such that we actually match them inkettenis2020-06-211-4/+2
* Set reference count of freshly created pmap to one.kettenis2020-06-211-1/+2
* tidy wording from when dnssec was enabled/disabled/reenabledsthen2020-06-211-3/+3
* Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw2020-06-211-21/+5
* correct mutex_lock_interruptible()jsg2020-06-211-2/+9
* Set up exec_map and phys_map.kettenis2020-06-212-3/+23
* provide missing Aq; this one started my search for missing Aq, then i failedjmc2020-06-211-3/+3
* new sentence, new line;jmc2020-06-211-3/+3
* various minor tweaks;jmc2020-06-211-7/+7
* various minor tweaks;jmc2020-06-211-14/+12
* Add code to synchronize I-cache if necessary when mapping an executablekettenis2020-06-211-2/+26
* wgpip -> wgendpoint. ok dlg@matthieu2020-06-211-3/+3
* Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9).kettenis2020-06-2110-36/+212
* add a commented out entry for wg(4).dlg2020-06-211-1/+2
* start wg with the other interfaces that rely on routing being up.dlg2020-06-211-3/+3
* add a manpage for wg(4).dlg2020-06-212-2/+228
* teach ifconfig about wireguard.dlg2020-06-213-6/+452