mpv: don't force a dep on yt-dlp, it is perfectly usable as a player
for local files without this (which pulls in restricted-arch packages
for solving javascript challenges). update the error message when
this is not found to mention yt-dlp as well as youtube-dl to give a
better clue to users. ok tb@, other feedback lraab
Enable jumbo frames in ogx(4)ogx(4) already handles buffer chaining. Raise the MTU limit to enable
the use of jumbo frames.
Use the same maximum MTU as cnmac(4). The limit 12288 (0x3000) is
somewhat arbitrary. It could be even higher, but it is already
higher than what many other network devices are capable of.
when expanding variables with the raw modifier, apply a filtering in
both environment and mda to restrict the characters that are allowed
to pass through.
spotted by squishification at gmail.com
from gilles@
this is errata/7.9/015_smtpd.patch.sig
when expanding variables with the raw modifier, apply a filtering in
both environment and mda to restrict the characters that are allowed
to pass through.
spotted by squishification at gmail.com
from gilles@
this is errata/7.8/051_smtpd.patch.sig
when expanding variables with the raw modifier, apply a filtering in
both environment and mda to restrict the characters that are allowed
to pass through.
spotted by squishification at gmail.com
As suggested by deraadt@, split execvp(3) out of execv(3),
since the two groups of functions are sufficiently different and
the semantics and error handling of the *p* functions is sufficiently
complicated to make the combined manual page confusing.
In particular, the early sentence about "the initial argument"
was outright wrong and hard to fix without causing other problems.
This commit only does the minimum required for the split,
with no text changes yet, but it will allow subsequent improvements
in both pages.