| Commit message (Collapse) | Author | Files | Lines |
|
remove the comment about .MAKE, since that's only true when called from
main, and explain about the other parameters
|
|
|
|
|
|
|
|
ok jmc@, schwarze@
|
|
the cid thing was via jmatthew@
|
|
the cid was via jmatthew@
|
|
Pointed out by jesper <at> ifconfig <dot> se
OK brynet@
|
|
ok kettenis@
|
|
ok ratchov@
|
|
ok jmatthew@
|
|
ok mlarkin, otto (who both had the same diff)
|
|
as "$Mdocdate$" without an actual date. That is the canonical way to
write a new manual page and not bad style at all.
Misleading message reported by kn@ on tech@.
|
|
|
|
private key data. We leave the corresponding freezero() calls since
the code might be ported to a system not having the conceal functions.
This also makes sure the stdio bufer is concealed. And zap a
redundant free(buf); ok gilles@
|
|
The dummy counter is a stopgap during boot. It is not useful after a
real timecounter is attached and started and there is no reason to return
to using it.
So don't even offer it to the admin. This is easy: never add it to the
timecounter list. It will effectively cease to exist after the first real
timecounter is actived in tc_init().
In principle this means that we can have an empty timecounter list so we
need to check for that case in sysctl_tc_choice().
"I don't mind" mpi@, ok visa@
|
|
to crash vmd and take all other vms with it. this required a little
shuffling to get the error value reported back to the caller to
handle the error properly.
ok mlarkin@
|
|
|
|
|
|
|
|
fixed the root cause in mda_variables.c months ago independantely but we're
still carrying this diff which is not only unnecessary now, but is also the
cause of a bug with mailer-daemons going through an LMTP mda.
issue reported by otto@
|
|
|
|
|
|
|
|
From Jake Champlin
|
|
that it will fit a full 64 bit integer. bz#3012 from Manoel Domingues
Junior
|
|
rsa-sha2-512 signature algorithm. Certificates signed by RSA keys
will therefore be incompatible with OpenSSH < 7.2 unless the default
is overridden.
Document the ability of the ssh-keygen -t flag to override the
signature algorithm when signing certificates, and the new default.
ok deraadt@
|
|
ok espie@
|
|
triggered by a question from Jan Stary <hans at stare dot cz> on misc@;
OK otto@
|
|
Fixes truncation of contents of files with rate above 64kHz
generate in off-line mode (i.e. -n option).
|
|
|
|
memory from the subproc malloc subsystem which is exhausted. Attempt to
circumvent such scenarios by allocation the kcov coverage buffer using
km_alloc() instead.
With help from kettenis@ and ok visa@
|
|
|
|
|
|
|
|
ok brynet@, tedu@
|
|
description is not too lax.
|
|
ok guenther@, claudio@
|
|
the RDCL_NO bit of the ARCH_CAPA msr only indicates one of the MDS
subissues is mitigated; only the MDS_NO bit indicates they're all
mitigated.
ok jsg@ mlarkin@
|
|
ok millert@
|
|
|
|
OK jan@, "yes please" tedu@
|
|
OK visa@, OK mpi@
|
|
in a lease.
dhclient.c r1.634 made every RTM_IFINFO restart the DHCP protocol
and obtain a new/renewed lease. If the lease contained
interface-mtu the interface MTU was set. An RTM_IFINFO is
generated every time an interface MTU is set.
So only set the interface MTU if it is different from the
existing MTU. Fix using %d to print an unsigned value in passing.
Noticed and fix inmproved & tested by Bj??rn Ketelaars while
usihg the wifi on Dutch Railways.
|
|
|
|
|
|
If the CPU has the new VERW behavior than that is used, otherwise
use the proper sequence from Intel's "Deep Dive" doc is used in the
return-to-userspace and enter-VMM-guest paths. The enter-C3-idle
path is not mitigated because it's only a problem when SMT/HT is
enabled: mitigating everything when that's enabled would be a _huge_
set of changes that we see no point in doing.
Update vmm(4) to pass through the MSR bits so that guests can apply
the optimal mitigation.
VMM help and specific feedback from mlarkin@
vendor-portability help from jsg@ and kettenis@
ok kettenis@ mlarkin@ deraadt@ jsg@
|
|
no functional change intended;
OK patrick@
|
|
no functional change intended;
OK millert@
|
|
and remove the lie that these functions would set errno;
tweaks and OK jmc@; OK rob@ on the previous version
|