| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-21 | Making tracing through traps work. |  kettenis | 1 | -2/+19 |
| 2020-06-21 | Update Spleen kernel fonts to version 1.7.1, bringing the following |  fcambus | 5 | -35/+35 |
| 2020-06-21 | Enable machine check interrupt. |  kettenis | 1 | -2/+2 |
| 2020-06-21 | Set PTE valid bit in PTE descriptors such that we actually match them in |  kettenis | 1 | -4/+2 |
| 2020-06-21 | Set reference count of freshly created pmap to one. |  kettenis | 1 | -1/+2 |
| 2020-06-21 | Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and |  krw | 1 | -21/+5 |
| 2020-06-21 | correct mutex_lock_interruptible() |  jsg | 1 | -2/+9 |
| 2020-06-21 | Set up exec_map and phys_map. |  kettenis | 2 | -3/+23 |
| 2020-06-21 | Add code to synchronize I-cache if necessary when mapping an executable |  kettenis | 1 | -2/+26 |
| 2020-06-21 | Implement copyin(9), copyout(9), copyinstr(9) and copyoutstr(9). |  kettenis | 10 | -36/+212 |
| 2020-06-21 | add a commented out entry for wg(4). |  dlg | 1 | -1/+2 |
| 2020-06-21 | tell config how to build wg(4) |  dlg | 1 | -1/+7 |
| 2020-06-21 | add wg(4), an in kernel driver for WireGuard vpn communication. |  dlg | 7 | -1/+5218 |
| 2020-06-21 | wireguard is taking over the gif mbuf tag. |  dlg | 1 | -4/+4 |
| 2020-06-21 | wireguard can do ipv6, but doesnt do link local addresses. |  dlg | 1 | -1/+8 |
| 2020-06-21 | add IFT_WIREGUARD. |  dlg | 1 | -1/+2 |
| 2020-06-21 | add constructions for wireguard. |  dlg | 2 | -0/+174 |
| 2020-06-21 | add hchacha20 for wireguard. |  dlg | 1 | -0/+40 |
| 2020-06-21 | curve25519 for wireguard. |  dlg | 2 | -0/+933 |
| 2020-06-21 | add blake2s for wireguard. |  dlg | 2 | -0/+309 |
| 2020-06-21 | add mq_push. it's like mq_enqueue, but drops from the head, not the tail. |  dlg | 2 | -2/+22 |
| 2020-06-21 | wrap a long line. no functional change. |  dlg | 1 | -2/+3 |
| 2020-06-21 | if an inp_upcall is set, let it look at and maybe steal the udp packet. |  dlg | 1 | -3/+11 |
| 2020-06-21 | The onboard interfaces on T7/S7 machines don't provide a valid MAC address |  jmatthew | 1 | -1/+11 |
| 2020-06-21 | knf: the inp_upcall line was too long. |  dlg | 1 | -2/+3 |
| 2020-06-21 | add a inp_upcall function pointer and inp_upcall_arg to struct in_pcb. |  dlg | 1 | -1/+3 |
| 2020-06-20 | Add bcmtmon(4), a driver for the temperature sensor on the Raspberry Pi 4. |  kettenis | 3 | -2/+131 |
| 2020-06-20 | Shifts (<<) of more than 32 bits must be done on 64-bit values. |  krw | 1 | -2/+2 |
| 2020-06-20 | Make FUNCTION()/UNIT() return valid major/minor device numbers rather |  krw | 1 | -3/+4 |
| 2020-06-20 | With filesystem having many cylinder groups and many inodes per cg the |  otto | 2 | -48/+53 |
| 2020-06-20 | make zeroing fb mem conditional matching linux path |  jsg | 1 | -1/+2 |
| 2020-06-19 | Break a glass ceiling on cwnd due to integer division during congestion |  procter | 1 | -2/+2 |
| 2020-06-19 | VM_MAXUSER_ADDRESS needs to be page-aligned. |  kettenis | 1 | -1/+1 |
| 2020-06-19 | Fix calculation of the year. |  kettenis | 1 | -2/+2 |
| 2020-06-19 | Not quite correct implementations of copystr(9) and kcopy(9). |  kettenis | 1 | -7/+20 |
| 2020-06-19 | First stab at implementing system calls. |  kettenis | 2 | -2/+109 |
| 2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found |  kettenis | 2 | -3/+12 |
| 2020-06-19 | Whitespace. |  krw | 1 | -2/+2 |
| 2020-06-19 | Set %r13 with a pointer to our per-CPU info struct when setting up a |  kettenis | 1 | -1/+2 |
| 2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ |  naddy | 2 | -12/+13 |
| 2020-06-19 | Whitespace. Two short lines to one line. |  krw | 2 | -14/+13 |
| 2020-06-19 | Make iwx(4) reset Tx byte count table slots for frames that are done. |  stsp | 1 | -5/+11 |
| 2020-06-19 | Add WPA2 (CCMP) crypto offload support to iwx(4). |  stsp | 2 | -25/+216 |
| 2020-06-19 | reduce the diff to linux |  jsg | 2 | -4/+2 |
| 2020-06-19 | let stoeplitz_to_key take a void * argument instead of uint8_t *. |  dlg | 2 | -4/+5 |
| 2020-06-19 | backout pipe change, it crashes some arch |  deraadt | 2 | -57/+52 |
| 2020-06-18 | pass the mbuf with the data separately to the one with the pkthdr to mtap. |  dlg | 1 | -7/+15 |
| 2020-06-18 | add $OpenBSD$ tags |  dlg | 2 | -0/+4 |
| 2020-06-18 | extend the bpf_hdr struct to include some metadata if available. |  dlg | 2 | -34/+46 |
| 2020-06-18 | AST handling. |  kettenis | 3 | -6/+54 |