summaryrefslogtreecommitdiffstats
path: root/share/man/man5 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-28Add acpiiort(4), a driver for the ACPI I/O Remapping Table. This tablepatrick2-0/+138
contains information which IOMMUs we have and how the devices are routed. ok kettenis@
2021-02-28Add memory attributes for stage-2 pagetables.patrick1-1/+7
ok kettenis@
2021-02-28Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag.patrick2-2/+9
ok kettenis@
2021-02-28Implement IOMMU OFW API for on-SoC/non-PCI devices.patrick2-2/+46
ok kettenis@
2021-02-28Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag.patrick2-2/+15
ok kettenis@
2021-02-28Rename addr to gateway.tobhe1-8/+8
2021-02-28install rc.d/resolvdderaadt1-2/+2
2021-02-28Move tick_msg(TICK_WAIT) calls after related log_debug()krw1-5/+4
calls to avoid losing those debug messages if tick_msg() notices link-timeout has expired and daemonizes dhclient.
2021-02-28Reduce non-debug output further by allowing up to the usual 3 secondkrw1-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-28Add dobeep functions that take messages to buffer.c and cscope.clum2-107/+55
No functional change intended.
2021-02-28Introduce #defines for exponential backoff, explain where they comeflorian1-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-28document the move of FIX_CRLF_FILES to the end of distpatchespie1-6/+6
2021-02-28big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64.dlg1-2/+2
deraadt@ says i broke hppa :(
2021-02-28Do not try to reset signal handler for signal 0 in subprocess.dtucker1-2/+2
Prevents spurious debug message. ok djm@
2021-02-27fix alphabetic ordering of options; spotted by Iain Morgandjm1-9/+9
2021-02-27syncderaadt1-0/+2
2021-02-27removal of "must" missed in previous: spotted by george brown, who alsojmc1-2/+2
submitted the diff for the previous commit and who i forgot to credit...
2021-02-27remove some info related to compat;jmc1-5/+4
tweaked by deraadt ok kettenis deraadt
2021-02-27fix NAME;jmc1-2/+2
2021-02-27Restore ability to handle default routes on multiple interfaces, thisflorian1-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-27ensure local array is same size as globalderaadt1-1/+1
2021-02-27Stop checking 'epoch' in get_recorded_lease() and just set it askrw2-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.