| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Remove a trailing white space, don't misspell misconfiguration and
use https.
ok jmc, claudio
|
| |
|
|
|
|
|
|
|
|
| |
This includes ujoy_hid_is_collection() to work around limitations of
hid_is_collection() until this can be combined without fallout.
input, testing with 8bitdo controller, and ok brynet@
PS4 controller testing, fix for hid_is_collection, and ok mglocker@
|
| |
|
|
|
|
| |
require MORE [...]
|
|
|
|
|
|
| |
require more than 768M to build itself.
ok deraadt@
|
|
|
|
| |
require more than 768M to build itself.
|
|
|
|
|
|
|
|
| |
of file descriptors while running a busy desktop
the xenodm login class expands the records from the daemon login class
ok aja@, deraadt@, kettenis@, sthen@
|
|
|
|
| |
require more than 768M to build itself.
|
|
|
|
| |
require more than 768M to build itself.
|
|
|
|
| |
Moreover, this makes default datasize limits consistent mips64-wide.
|
|
|
|
|
|
| |
files.
Usual man page help & ok jmc@
|
|
|
|
|
|
|
| |
hostname.if files. dhclient(8) does that itself. Part of the
"further script optimizations" promised in r1.200 of netstart.
Tested & ok gnezdo@
|
| |
|
|
|
|
|
|
|
|
| |
to perform network configuration (for example, "!route source -ifp em0")
Split mygate and myname manual pages (how did anyone ever believe these
are related), and perform hostname configuration much earlier in rc.
discussed with benno, claudio, jmc, etc etc, last version of !command
parser by tb
|
| |
|
|
|
|
| |
ok claudio deraadt
|
|
|
|
| |
Some devs are not convinced.
|
|
|
|
|
|
| |
Notified to me by jmc@
Diff by Matthias Pressfreund <mpfr @ fn de>, thanks
|
|
|
|
|
|
|
|
|
| |
The default in Unbound (and other DNS server software in the recent "DNS flag
day") changed to 1232 bytes, this avoids problems due to fragmented packets
(fragments can result in blackholes and also enable some attack vectors)
so there's now little reason to reduce this from defaults, and increasing
it is more of a specialist use case that isn't really needed in this
streamlined default config.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this change, daily(8) only sends email when something looks
dubious.
Consequently VERBOSESTATUS is now a no-op and may be unset.
The code is trivial and riddled with choices that look like personal
preferences. The old behavior can be achieved through
/etc/daily.local.
With schwarze@, tweak kn@, sthen@
OK schwarze@, kn@, jung@
|
|
|
|
| |
OK sthen@ denis@
|