Age | Commit message (Expand) | Author |
2021-02-23 | remove some unused includes | Jonathan Gray |
2021-02-23 | use the ipv6 dst addr to look up an ipsec tdb in bridge_ipsec in. | David Gwynne |
2021-02-23 | Allow the user to specify a path to the mg startup file on the command line. | Mark Lumsden |
2021-02-23 | use link0 to allow vlans to cross the bridge. | David Gwynne |
2021-02-23 | implement support for the blocknonip port flag. | David Gwynne |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-02-23 | add support for setting and getting bridge port flags. | David Gwynne |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-23 | filter MAC Bridge component Reserved address | David Gwynne |
2021-02-23 | try and use my words to explain what veb is and does. | David Gwynne |
2021-02-23 | add veb(4), a Virtual Ethernet Bridge driver. | David Gwynne |
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 |