Age | Commit message (Expand) | Author |
2021-02-23 | sync | Theo de Raadt |
2021-02-23 | warn when the user specifies a ForwardAgent path that does not exist | Damien Miller |
2021-02-23 | remove unused acpiec_lock() acpiec_unlock() functions | Jonathan Gray |
2021-02-22 | remove unused decode_hw_header() function | Jonathan Gray |
2021-02-22 | Terminate backtrace of secondary processors in ddb. | Mark Kettenis |
2021-02-22 | Mark as arm64-specific. | Mark Kettenis |
2021-02-22 | Don't pass 'id' as argument to make function signature match similar | tobhe |
2021-02-22 | Enable bge(4). | Mark Kettenis |
2021-02-22 | Enable apldog(4). | Mark Kettenis |
2021-02-22 | apldog(4) | Mark Kettenis |
2021-02-22 | Add apldog(4), a driver for the watchdog on Apple M1 SoCs. | Mark Kettenis |
2021-02-22 | Move UNIX socket's garbage collector to `systqmp'. It touches nothing | mvs |
2021-02-22 | Disable double-data rate modes if 1.8V signalling is not possible. | Patrick Wildt |
2021-02-22 | Slow mode is only relevant for legacy and high speed timings. | Patrick Wildt |
2021-02-22 | Improve support for the variant found on the Apple M1 SoC. | Mark Kettenis |
2021-02-22 | Make the ober_get_* set of function to accept a NULL-pointer. | Martijn van Duren |
2021-02-22 | Fix bizarre punctuation and capitalization in a comment. | Theo Buehler |
2021-02-22 | Simplify version checks in the TLSv1.3 client | Theo Buehler |
2021-02-22 | Factor out/change some of the legacy client version handling code. | Joel Sing |
2021-02-22 | When cutting of the head of an overlapping fragment during pf | Alexander Bluhm |
2021-02-22 | add 7.0 syspatch pubkey | Robert Nagy |
2021-02-22 | expand_paths needs the global environment to be set up, do that first. | Nicholas Marriott |
2021-02-22 | Make use of the new '$' feature of ober_scanf_elements to enforce stricter | Martijn van Duren |
2021-02-22 | Rename mkpath() to mkpathat() since it uses mkdirat() internally. | Claudio Jeker |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-02-22 | Switch reboot timing to timespec, the better to handle the | Kenneth R Westerback |
2021-02-22 | Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a | Jonathan Matthew |
2021-02-22 | regen | Jonathan Gray |
2021-02-22 | add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids | Jonathan Gray |
2021-02-21 | PATH does not include '.' anymore. Fix the runs test for that situation. | Theo Buehler |
2021-02-21 | Rename struct client_config fields 'timeout', 'link_timeout' and | Kenneth R Westerback |
2021-02-21 | exclamation mark needs escaped too; | Jason McIntyre |
2021-02-21 | how about sticking to standard C. | Theo de Raadt |
2021-02-21 | Add cryptox(4), a driver for armv8 cryptographic extensions. | tobhe |
2021-02-21 | No need for state_preboot() to double check timeout being | Kenneth R Westerback |
2021-02-21 | Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving | tobhe |
2021-02-21 | One CPUs that implement the VHE extension and have the E2H bit set, keep | Mark Kettenis |
2021-02-21 | Add ping -g, a concise display format similar to that used by other | Stuart Henderson |
2021-02-21 | zap duplicate .Nm; | Jason McIntyre |
2021-02-21 | sync | Theo de Raadt |
2021-02-21 | cut nvgre(4) over to use common etherbridge code. | David Gwynne |
2021-02-21 | cut bpe(4) over to using the common etherbridge code. | David Gwynne |
2021-02-21 | add etherbridge, the guts of a learning bridge that can be reused. | David Gwynne |
2021-02-21 | i added stoeplitz_eaddr | David Gwynne |
2021-02-21 | fix the names of the things that actually do the hashing. | David Gwynne |
2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. | David Gwynne |
2021-02-20 | Fail on invalid address family. | tobhe |