| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-22 | Enable bge(4). |  kettenis | 2 | -2/+4 |
| 2021-02-22 | Enable apldog(4). |  kettenis | 3 | -3/+9 |
| 2021-02-22 | apldog(4) |  kettenis | 2 | -2/+44 |
| 2021-02-22 | Add apldog(4), a driver for the watchdog on Apple M1 SoCs. |  kettenis | 1 | -0/+117 |
| 2021-02-22 | Move UNIX socket's garbage collector to `systqmp'. It touches nothing |  mvs | 1 | -3/+3 |
| 2021-02-22 | Disable double-data rate modes if 1.8V signalling is not possible. |  patrick | 1 | -2/+4 |
| 2021-02-22 | Slow mode is only relevant for legacy and high speed timings. |  patrick | 1 | -3/+3 |
| 2021-02-22 | Improve support for the variant found on the Apple M1 SoC. |  kettenis | 2 | -63/+160 |
| 2021-02-22 | Make the ober_get_* set of function to accept a NULL-pointer. |  martijn | 2 | -16/+55 |
| 2021-02-22 | Fix bizarre punctuation and capitalization in a comment. |  tb | 1 | -2/+2 |
| 2021-02-22 | Simplify version checks in the TLSv1.3 client |  tb | 1 | -22/+10 |
| 2021-02-22 | Factor out/change some of the legacy client version handling code. |  jsing | 3 | -12/+36 |
| 2021-02-22 | When cutting of the head of an overlapping fragment during pf |  bluhm | 1 | -1/+26 |
| 2021-02-22 | add 7.0 syspatch pubkey |  robert | 1 | -0/+2 |
| 2021-02-22 | expand_paths needs the global environment to be set up, do that first. |  nicm | 1 | -7/+7 |
| 2021-02-22 | Make use of the new '$' feature of ober_scanf_elements to enforce stricter |  martijn | 3 | -16/+15 |
| 2021-02-22 | Rename mkpath() to mkpathat() since it uses mkdirat() internally. |  claudio | 3 | -7/+8 |
| 2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub |  nicm | 1 | -2/+59 |
| 2021-02-22 | Move config file path expansion much earlier, keep the list of paths |  nicm | 5 | -40/+69 |
| 2021-02-22 | There are many format variables now so allocating all the default ones |  nicm | 4 | -477/+2048 |
| 2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, |  nicm | 4 | -220/+210 |
| 2021-02-22 | Switch reboot timing to timespec, the better to handle the |  krw | 2 | -6/+13 |
| 2021-02-22 | Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a |  jmatthew | 2 | -4/+8 |
| 2021-02-22 | regen |  jsg | 2 | -8/+120 |
| 2021-02-22 | add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids |  jsg | 1 | -4/+28 |
| 2021-02-21 | PATH does not include '.' anymore. Fix the runs test for that situation. |  tb | 1 | -2/+2 |
| 2021-02-21 | Rename struct client_config fields 'timeout', 'link_timeout' and |  krw | 3 | -22/+23 |
| 2021-02-21 | exclamation mark needs escaped too; |  jmc | 1 | -2/+2 |
| 2021-02-21 | how about sticking to standard C. |  deraadt | 1 | -2/+2 |
| 2021-02-21 | Add cryptox(4), a driver for armv8 cryptographic extensions. |  tobhe | 5 | -3/+1660 |
| 2021-02-21 | No need for state_preboot() to double check timeout being |  krw | 1 | -13/+3 |
| 2021-02-21 | Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving |  tobhe | 1 | -12/+2 |
| 2021-02-21 | One CPUs that implement the VHE extension and have the E2H bit set, keep |  kettenis | 2 | -6/+12 |
| 2021-02-21 | Add ping -g, a concise display format similar to that used by other |  sthen | 2 | -14/+45 |
| 2021-02-21 | zap duplicate .Nm; |  jmc | 1 | -2/+1 |
| 2021-02-21 | sync |  deraadt | 1 | -0/+1 |
| 2021-02-21 | cut nvgre(4) over to use common etherbridge code. |  dlg | 2 | -316/+128 |
| 2021-02-21 | cut bpe(4) over to using the common etherbridge code. |  dlg | 2 | -291/+126 |
| 2021-02-21 | add etherbridge, the guts of a learning bridge that can be reused. |  dlg | 3 | -2/+693 |
| 2021-02-21 | i added stoeplitz_eaddr |  dlg | 1 | -1/+11 |
| 2021-02-21 | fix the names of the things that actually do the hashing. |  dlg | 1 | -22/+23 |
| 2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. |  dlg | 2 | -2/+16 |
| 2021-02-20 | Fail on invalid address family. |  tobhe | 1 | -1/+3 |
| 2021-02-20 | remove warning about amdgpu userptr ioctl being unimplemented |  jsg | 1 | -1/+0 |
| 2021-02-20 | Enable threads test |  otto | 1 | -1/+1 |
| 2021-02-20 | A regress test to test concurrent exception handling in threads |  otto | 2 | -0/+63 |
| 2021-02-20 | Make the unwind cache tread-safe by declaring it thread_local. Solves |  otto | 1 | -1/+1 |
| 2021-02-20 | tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be |  krw | 1 | -2/+2 |
| 2021-02-20 | Fix disestablishing of PCI interrupt handlers. |  visa | 1 | -9/+2 |
| 2021-02-20 | ugly whitespace |  tb | 2 | -14/+14 |