summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-28Add per-TDB counters and a new SADB extension to export them toMartin Pieuchot
userland. Inputs from markus@, ok sthen@
2018-08-28Drop SSLv2, SSLv3 support.cheloha
No need to check for SSLv2/3 sessions when printing the tally mark. Also do SSLv23_client_method -> TLS_client_method. ok jsing@
2018-08-28Tweak messages emitted by editor_resize() so "Partition x shrunk ..."Kenneth R Westerback
is only printed if the disklabel gets modified. Also, include the new size. On failure just report "Amount too big.".
2018-08-28fix misplaced parenthesis inside if-clause. it's harmless and the only issue isRicardo Mestre
showing an unknown error (since it's not defined) during fatal(), if it ever an error occurs inside that condition. OK deraadt@ markus@ djm@
2018-08-28fix build with DEBUG_PK enabledRicardo Mestre
OK dtucker@
2018-08-28avoid uninitialised variable useJonathan Gray
ok patrick@ kettenis@
2018-08-28avoid uninitialised variable use in an error pathJonathan Gray
ok kettenis@
2018-08-28Fix stat of path components - this was breaking chrome - because theBob Beck
final directory in a name unveil was not being added with UNVEIL_INSPECT if it was not already unveiled. Now passes just added regress test for this case
2018-08-28Add regress test of stat all the way to a nonexistant terminalBob Beck
2018-08-28Check for SSL_write(3) error.cheloha
jsing@ notes that this is not a complete solution, as we don't account for retries or partial writes, but that this is a step in a right direction. May want to revisit this later to provide a complete solution. ok jsing@
2018-08-28syncTheo de Raadt
2018-08-28add support for storing the time of day on OPL based machines.David Gwynne
this let's me pull the date back from 2023 to 2018, and have it stay like that after a reboot. ok deraadt@
2018-08-27Reduce excessive right padding in tagged list heads.Ingo Schwarze
The 1.2em was an approximate equivalent of the 2n traditionally used for terminal display, but it is much too wide for HTML rendering. Issue reported by mikeb@.
2018-08-27hitemp(4)Mark Kettenis
2018-08-27tweak failure messagesTheo Buehler
2018-08-27dedup AES-CBC-PKCS5 encryption and decryption checksTheo Buehler
2018-08-27hitemp(4)Mark Kettenis
2018-08-27Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660Mark Kettenis
and Hi3670 SoCs.
2018-08-272x missing "..."Theo Buehler
2018-08-27Run Wycheproof AES-CCM testvectors against libcrypto.Theo Buehler
2018-08-27sort SEE ALSO;Jason McIntyre
2018-08-27Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.Mark Kettenis
ok patrick@
2018-08-27rkdwusb(4)Mark Kettenis
2018-08-27hiclock(4), hidwusb(4) and hireset(4)Mark Kettenis
2018-08-27Add hiclock(4). Make sure hireset(4) attaches early.Mark Kettenis
2018-08-27move bwfm* at pci? to the wireless sectionJoshua Stein
2018-08-27If the maximum for a community is defined via the large flag thenClaudio Jeker
this maximum should also be passed to strtonum() instead of UINT_MAX or the error handling does not work.
2018-08-27n2s and l2n3 finally bite the dust!Joel Sing
2018-08-27Convert ssl3_get_cert_verify() to CBS and clean up somewhat.Joel Sing
ok inoguchi@
2018-08-27Dedup DTLS header writing code and convert to CBB.Joel Sing
There are three versions of the DTLS header writing code, which primarily differ by the fragment offset and fragment length values that differ. Rework dtls1_write_message_header() such that it can be used in all three cases and convert it to CBB in the process. ok inoguchi@ tb@
2018-08-27Add some missing statics.Joel Sing
2018-08-27Simplify new session ticket encoding/generation.Joel Sing
The original code did a crazy encode/malloc/encode/decode/modify/encode dance, in order to encode a session in the form needed to encrypt then add to a session ticket. By modifying the encoding functions slightly, we can do this entire dance as a single encode. Inspired by similar changes in BoringSSL. ok inoguchi@ tb@
2018-08-27Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn'tanton
used outside of dev/kcov.c. Nowadays, struct proc includes a kcov pointer and it therefore deserves a more descriptive name. Prodded by visa@; ok deraadt@ visa@
2018-08-27Enable hireset(4).Mark Kettenis
2018-08-27Fix formatting and grammatical issues with the description of how to useJoel Sing
i2d_SSL_SESSION. Also rework the example code so that it is clearer and uses more appropriate names. Input from and ok schwarze@, tb@
2018-08-27Add hirest(4), a driver to support reset signal controller blocks onMark Kettenis
HiSilicon SoCs.
2018-08-27Add glue for the USB3 controller on the HiKey 970.Mark Kettenis
2018-08-27disklabel(8) no longer touches bootstrap code so stop mentioning it.Kenneth R Westerback
The MD writedisklabel() function ensures the disklabel does not intrude on bootstraps. Add a Xr to installboot(8), which does bootstrappy stuff these days. ok jmc@
2018-08-27Undefined plans can never match. Check for that before trying to use the plan.Claudio Jeker
OK millert@ gsoares@
2018-08-27Wrap some overly long lines. No functional changeClaudio Jeker
2018-08-27Memory leaks, from Gang Fan in GitHub issue 1453.Nicholas Marriott
2018-08-27ompinmux has been replaced by pinctrlJonathan Gray
2018-08-27switch from ompinmux to pinctrlJonathan Gray
ok kettenis@
2018-08-27handle 16 bit register width required for omap3/omap4Jonathan Gray
ok kettenis@
2018-08-27Enable radeondrm(4). Note that on arm64 we do not yet have a way toMark Kettenis
determine whether radeondrm(4) is the console or not. So leave out the bits that try to make sure the console ends up with drm0/wsdisplay0 that we have on other platforms.
2018-08-27merge_filterset() needs to produce a stable sorted filterset to make sureClaudio Jeker
the RDE can compare the sets on reload and skip those that did not change. For large communities the check is wrong and incomplete, replace it with a simple memcmp() of the structs which will result in a stable order. OK phessler@
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
whether another driver has already claimed a framebuffer. Use this in radeondrm(4) and simplefb(4) to prevent the latter from attaching if radeondrm(4) is attached to the hardware that provides the framebuffer set up by the firmware. ok mlarkin@
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi
2018-08-27HiSilicon SoCs pre-divide the clock by a factor 8.Mark Kettenis
2018-08-26Do not add ::1 on non-default lo(4) as intended.Martin Pieuchot
Reported by and ok sthen@