Age | Commit message (Expand) | Author |
2021-03-01 | Document veb(4) support | kn |
2021-03-01 | Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to | Alexander Bluhm |
2021-03-01 | Put the hardcoded '\n' character which is found throughout mg into a | Mark Lumsden |
2021-03-01 | There is no need to call del_curterm in the server anymore. | Nicholas Marriott |
2021-03-01 | Add some text with examples of ; as a separator, GitHub issues 2522 and | Nicholas Marriott |
2021-03-01 | document pkg_check-version | Marc Espie |
2021-03-01 | allocate enough space in start_child() argv for all possible flags | Jonathan Gray |
2021-03-01 | If an anon is associated with a page, acquire its lock before any modification. | Martin Pieuchot |
2021-03-01 | Move the top part of uvm_fault_lower(), the lookup, in its own function. | Martin Pieuchot |
2021-03-01 | off by one in bounds test | Jonathan Gray |
2021-03-01 | off by one in bounds test | Jonathan Gray |
2021-03-01 | resolvd and dhcpleased should not be enabled yet | Theo de Raadt |
2021-03-01 | update currency exchange rates; | Jason McIntyre |
2021-03-01 | typo; from Scott Bennett | Theo de Raadt |
2021-03-01 | sync | Theo de Raadt |
2021-02-28 | Add %k to list of keywords. From Eero Häkkinenvia bz#3267 | Darren Tucker |
2021-02-28 | add veb(4) to the list of supported bridges/switches you can configure. | David Gwynne |
2021-02-28 | Have acpipci(4) look for a matching SMMU in the IORT. | Patrick Wildt |
2021-02-28 | Enable acpiiort(4), add smmu(4) but keep disabled. | Patrick Wildt |
2021-02-28 | acpiiort(4) and smmu(4) | Patrick Wildt |
2021-02-28 | Add smmu(4), a driver the ARM System MMU. This IOMMU is basically a | Patrick Wildt |
2021-02-28 | Add acpiiort(4), a driver for the ACPI I/O Remapping Table. This table | Patrick Wildt |
2021-02-28 | Add memory attributes for stage-2 pagetables. | Patrick Wildt |
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | Patrick Wildt |
2021-02-28 | Implement IOMMU OFW API for on-SoC/non-PCI devices. | Patrick Wildt |
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | Patrick Wildt |
2021-02-28 | Rename addr to gateway. | tobhe |
2021-02-28 | install rc.d/resolvd | Theo de Raadt |
2021-02-28 | Move tick_msg(TICK_WAIT) calls after related log_debug() | Kenneth R Westerback |
2021-02-28 | Reduce non-debug output further by allowing up to the usual 3 second | Kenneth R Westerback |
2021-02-28 | Add dobeep functions that take messages to buffer.c and cscope.c | Mark Lumsden |
2021-02-28 | Introduce #defines for exponential backoff, explain where they come | Florian Obser |
2021-02-28 | document the move of FIX_CRLF_FILES to the end of distpatch | Marc Espie |
2021-02-28 | big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64. | David Gwynne |
2021-02-28 | Do not try to reset signal handler for signal 0 in subprocess. | Darren Tucker |
2021-02-27 | fix alphabetic ordering of options; spotted by Iain Morgan | Damien Miller |
2021-02-27 | sync | Theo de Raadt |
2021-02-27 | removal of "must" missed in previous: spotted by george brown, who also | Jason McIntyre |
2021-02-27 | remove some info related to compat; | Jason McIntyre |
2021-02-27 | fix NAME; | Jason McIntyre |
2021-02-27 | Restore ability to handle default routes on multiple interfaces, this | Florian Obser |
2021-02-27 | ensure local array is same size as global | Theo de Raadt |
2021-02-27 | Stop checking 'epoch' in get_recorded_lease() and just set it as | Kenneth R Westerback |
2021-02-27 | apldart(4) | Mark Kettenis |
2021-02-27 | aplpcie(4) | Mark Kettenis |
2021-02-27 | Set RTF_GATEWAY for host route based on RTM_GET response. | tobhe |
2021-02-27 | apldart(4) is needed here as well. | Mark Kettenis |
2021-02-27 | aipldart(4) | Mark Kettenis |
2021-02-27 | aplpcie(4) | Mark Kettenis |
2021-02-27 | Add apldart(4), a driver for the IOMMU on Apple M1 SoCs. | Mark Kettenis |