Age | Commit message (Collapse) | Author |
|
AUTOCONF flag set. This removes the delay for even more (strange)
static configs.
ok sthen
|
|
routes, only if at least one exists, so can avoid the subshell and just use
grep -q. ok deraadt
|
|
seconds waiting for a default route (v4 or v6) to exist, this
increases the chance of DNS lookups working earlier. This is done
before pf is configured, sorry we have good reasons. Static
configurations are unaffected. dhclient previously did this kind of
delay, and this is the lightest touch we can come up with which gives
the same effect.
While here, also start relinking earlier.
ok benno florian sthen
|
|
OK deraadt
|
|
ok jsg
|
|
|
|
|
|
ok deraadt@
|
|
ok deraadt@
|
|
using inet autoconf, like we do with "dhcp" and "inet6 autoconf".
OK kn
|
|
OK deraadt@ claudio@
|
|
|
|
tested with an mp3 on a Tinkerboard
OK sthen@ kettenis@
|
|
|
|
|
|
Keep "smtps" as an alias.
https://datatracker.ietf.org/doc/html/rfc8314#section-7.3
ok sthen@ florian@ kmos@
|
|
The Samba Web Administration Tool has been dropped by the samba project and
TCP port 901 is not registered at IANA. ok sthen@ florian@ kmos@
|
|
- remove a few UDP entries for protocols that are TCP-only
- drop some obsolete protocols
- move smtps/465 to the standards section (rfc8314)
- move the talk about IANA's "reserve for both UDP/TCP even when you only
use one" policy from a comment in /etc/services to the manual, and talk
about how an entry in /etc/services prevents the associated port from
being used for dynamic ports (via net.inet.udp|tcp.baddynamic sysctl).
ok phessler@ florian@
|
|
OK deraadt@
|
|
ok deraadt@
|
|
ok deraadt@
|
|
|
|
|
|
copied from arm64
MAKEDEV.md contents are kinda partially there, needs more work.
|
|
Addresses a stack exhaustion issue with llvm11 and a small number of ports.
ok kettenis@
|
|
U-Boot binaries that work on Raspberry Pi 3 and 4 (and possibly others)
and firmware for Raspberry Pi 4. This allows the same installation
method as used on Raspberry Pi 3 without separate UEFI firmware
(although UEFI can still be used). Help from kettenis@ jsg@ deraadt@
|
|
tested by kettenis
|
|
ok deraadt
|
|
|
|
from miod
|
|
configurations. Fix the example config to only use one area instead of
two.
Issue brought up and OK danj@
claudio@ doesn't mind
|
|
|
|
ok kn@
|
|
before the first consumer of kvm_bsd.db
|
|
|
|
|
|
But in the nfs diskless case, we can do better by starting it a little
later. This disrupts nfs diskless on dynamic addresses a little, if it ever
actually worked with dhclient, but anyone doing that deserves the headache.
ok florian
|
|
trust anchor. rpki-client will then use the https:// URL first and fall
back to rsync if the https request failed.
OK job@ tb@
|
|
|
|
|
|
the go ecosystem).
Properly handle failing daemon startup now that we have pipefail.
To take advantage of this new feature, just add foo_logger=facility to the
daemon rc.d(8) script or in rc.conf.local(8) or use rcctl:
rcctl set foo logger daemon.info
tweak for checking flags in rcctl(8) from martijn@
"this looks pretty good" deraadt@
ok sthen@
|
|
Starting right after unwind.
OK deraadt
|
|
OK deraadt@
|
|
OK deraadt
|
|
|
|
|
|
|
|
This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.
/dev/drm0 -> /dev/dri/card0
/dev/drmR128 -> /dev/dri/renderD128
The previous names will remain for a period of time and will later be
removed. Major and minor numbers remain the same.
libdrm will not be changed to use the new names until known privsep
and sandbox use has been updated to allow the new names.
ok deraadt@
|
|
|
|
If NFS isn't compiled into the kernel, sysctl -n vfs.mounts.nfs
will produce no numerical output. Make sure that we always have
a valid arithmetic expression.
Reported by and ok patrick@
|