Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
backslash at the end for line continuation
Breaking long lines into multiple ones must still be possible and does
require to treat the backslash as an escape character.
Breakage reported by Mark Patruck <mark at wrapped dot cx >, thanks!
---
distrib/miniroot/install.sub revision 1.1151
etc/netstart revision 1.203
date: 2020/05/21 11:54:41; author: kn; state: Exp; lines: +2 -2;
Do not treat backslashe as an escape character in hostname.if(5) lines
ifstart() should always pass such lines unaltered, especially if they
contain "nwid" or "description" lines with arbitrary strings.
<bsdlisten at gmail dot com> reported SSIDs such as "Mike's" during
installation end as broken; this was because the installer escaped
the single quote using backslashes which ended up being treated as
escape characters much later during hostname.if parsing in netstart(8).
Ok deraadt
|
|
|
|
need it.
|
|
3700 and 8040 SoCs and allows me to use an SD card as storage on the
Turris Mox. It also should make eMMC/SD show up on the MACCHIATObin.
ok kettenis@
|
|
used by sdhc(4) attachment drivers to do additional MD initialization.
ok kettenis@
|
|
struct acpi_attach_args.
tpm(4) tested by kn@
ok jmatthew@
|
|
mvclock(4) cannot attach to the NB's xtal clock anymore. Instead, have
mvpinctrl(4) attach the xtal clock. With this we can use the SD card
detect pins on the Turris Mox.
ok kettenis@
|
|
leads to unsorted interface lists in ifconfig and the installer,
depending on hardware configuration.
ok kettenis@
|
|
up diffs before committing.
|
|
commit.
|
|
If those properties exist, use those to detect a card.
ok kettenis@
|
|
okay millert@
|
|
|
|
|
|
the Armada 3700 SoC. So far only MSI is supported, since it was
easier to implement. Both MSI and INTx share a single interrupt
pin, so there's nothing to gain anyway, apart from legacy device
support.
With this I can push traffic through a bwfm(4) in my Turris Mox.
ok kettenis@
|
|
while using option e.
|
|
terminate the shell when running under -e.
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=269067 and
Bug reported including fix by Leah Neukirchen, Thanks!
ok millert@
|
|
This came from a suggestion by Andras Farkas to replace use of
XHTML self-closing tags.
ok cwen@ danj@ florian@
|
|
|
|
|
|
|
|
|
|
for the moment that is all we support. fixes an issue where gnuTLS
cares that mistmatching staples come back on the certs in the chain.
This should be fixed correctly later by associating the staple
to the individual certs rather than the ssl, so this is temporary.
running on www@.
ok tb@, "got that's oopy but an interim ok" jsing@
|
|
|
|
This includes my last change to decode the %{ds}(%{A}) operand
of ld, std instructions.
ok drahn@
|
|
I don't expect to see these 64-bit instructions in 32-bit kernels,
but I'm going to copy this code to powerpc64.
ok drahn@
|
|
|
|
|
|
|
|
unindent a bunch of code.
Suggested by jsing
|
|
Prompted by tb@
ok tb@
|
|
respectively.
Discussed with jsing
|
|
in the following tls13_handshake_msg_start() call. Add a check.
Stop clobbering the ctx's hs_msg variable, use a local variable
instead.
ok beck jsing
|
|
|
|
Without this, when SNI is in use the second ClientHello will result in an
error.
Found the hard way by sthen@.
ok sthen@ tb@
|
|
okay deraadt@
|
|
okay deraadt@
|
|
Fixes an uninitialized variable and a potential stack overflow
with IPv6 connections. From Leah Neukirchen; OK eric@ deraadt@
|
|
Neither netstart's nor install.sub's (subtly different) implementations
remove trailing comments on lines not starting as a comment, e.g.,
lines like "up #not down" go through unaltered and without "#not down"
being removed.
Only lines *beginning* with the comment sign ("#") are stripped.
No functional change, just updating function descriptions.
|
|
allusions to 'rtstatic'.
|
|
ifstart() should always pass such lines unaltered, especially if they
contain "nwid" or "description" lines with arbitrary strings.
<bsdlisten at gmail dot com> reported SSIDs such as "Mike's" during
installation end as broken; this was because the installer escaped
the single quote using backslashes which ended up being treated as
escape characters much later during hostname.if parsing in netstart(8).
Ok deraadt
|
|
|
|
This currently runs 54 tests from the tlsfuzzer suite against
the TLSv1.3 server which exercise a large portion of the code.
They already found a number of bugs and misbehaviors and also
inspired a few diffs currently in the pipeline.
This regress requires the py3-tlsfuzzer package to be installed,
otherwise the tests are skipped. Many thanks to kmos for helping
with the ports side and to beck for his positive feedback.
ok beck
|
|
Just like most of the vop_* methods in MFS they aren't used.
ok millert@, visa@
|
|
ok millert@, visa@
|
|
ok visa@
|