Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-28 | Add acpiiort(4), a driver for the ACPI I/O Remapping Table. This table | 2 | -0/+138 | ||
contains information which IOMMUs we have and how the devices are routed. ok kettenis@ | |||||
2021-02-28 | Add memory attributes for stage-2 pagetables. | 1 | -1/+7 | ||
ok kettenis@ | |||||
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | 2 | -2/+9 | ||
ok kettenis@ | |||||
2021-02-28 | Implement IOMMU OFW API for on-SoC/non-PCI devices. | 2 | -2/+46 | ||
ok kettenis@ | |||||
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | 2 | -2/+15 | ||
ok kettenis@ | |||||
2021-02-28 | Rename addr to gateway. | 1 | -8/+8 | ||
2021-02-28 | install rc.d/resolvd | 1 | -2/+2 | ||
2021-02-28 | Move tick_msg(TICK_WAIT) calls after related log_debug() | 1 | -5/+4 | ||
calls to avoid losing those debug messages if tick_msg() notices link-timeout has expired and daemonizes dhclient. | |||||
2021-02-28 | Reduce non-debug output further by allowing up to the usual 3 second | 1 | -2/+5 | ||
grace period of silence before emitting "<if>: no lease...", even if the link has taken a few secocnds to come up. 'link-timoeut' remains the hard deadline for going daemon. | |||||
2021-02-28 | Add dobeep functions that take messages to buffer.c and cscope.c | 2 | -107/+55 | ||
No functional change intended. | |||||
2021-02-28 | Introduce #defines for exponential backoff, explain where they come | 1 | -16/+19 | ||
from and explain why we are a bit more agressive during startup. While here make the math a bit easier on the eyes. | |||||
2021-02-28 | document the move of FIX_CRLF_FILES to the end of distpatch | 1 | -6/+6 | ||
2021-02-28 | big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64. | 1 | -2/+2 | ||
deraadt@ says i broke hppa :( | |||||
2021-02-28 | Do not try to reset signal handler for signal 0 in subprocess. | 1 | -2/+2 | ||
Prevents spurious debug message. ok djm@ | |||||
2021-02-27 | fix alphabetic ordering of options; spotted by Iain Morgan | 1 | -9/+9 | ||
2021-02-27 | sync | 1 | -0/+2 | ||
2021-02-27 | removal of "must" missed in previous: spotted by george brown, who also | 1 | -2/+2 | ||
submitted the diff for the previous commit and who i forgot to credit... | |||||
2021-02-27 | remove some info related to compat; | 1 | -5/+4 | ||
tweaked by deraadt ok kettenis deraadt | |||||
2021-02-27 | fix NAME; | 1 | -2/+2 | ||
2021-02-27 | Restore ability to handle default routes on multiple interfaces, this | 1 | -2/+5 | ||
got lost shortly before initial import. While here explicitly delete the default route when deconfiguring an interface. There might be corner cases where the stack will not tear it down for us when we remove the IP address. | |||||
2021-02-27 | ensure local array is same size as global | 1 | -1/+1 | ||
2021-02-27 | Stop checking 'epoch' in get_recorded_lease() and just set it as | 2 | -5/+4 | ||
required in read_lease_db(). It's already set in packet_to_lease() and thus both paths to TAILQ_INSERT(lease_db) ensure there is a non-zero epoch in all lease_db entries. |