Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Add per-TDB counters and a new SADB extension to export them to | Martin Pieuchot | |
userland. Inputs from markus@, ok sthen@ | |||
2018-08-28 | Drop 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-28 | Tweak 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-28 | fix misplaced parenthesis inside if-clause. it's harmless and the only issue is | Ricardo 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-28 | fix build with DEBUG_PK enabled | Ricardo Mestre | |
OK dtucker@ | |||
2018-08-28 | avoid uninitialised variable use | Jonathan Gray | |
ok patrick@ kettenis@ | |||
2018-08-28 | avoid uninitialised variable use in an error path | Jonathan Gray | |
ok kettenis@ | |||
2018-08-28 | Fix stat of path components - this was breaking chrome - because the | Bob 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-28 | Add regress test of stat all the way to a nonexistant terminal | Bob Beck | |
2018-08-28 | Check 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-28 | sync | Theo de Raadt | |
2018-08-28 | add 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-27 | Reduce 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-27 | hitemp(4) | Mark Kettenis | |
2018-08-27 | tweak failure messages | Theo Buehler | |
2018-08-27 | dedup AES-CBC-PKCS5 encryption and decryption checks | Theo Buehler | |
2018-08-27 | hitemp(4) | Mark Kettenis | |
2018-08-27 | Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660 | Mark Kettenis | |
and Hi3670 SoCs. | |||
2018-08-27 | 2x missing "..." | Theo Buehler | |
2018-08-27 | Run Wycheproof AES-CCM testvectors against libcrypto. | Theo Buehler | |
2018-08-27 | sort SEE ALSO; | Jason McIntyre | |
2018-08-27 | Add 64-bit DMA support. Enable DMA on HiSilicon SoCs. | Mark Kettenis | |
ok patrick@ | |||
2018-08-27 | rkdwusb(4) | Mark Kettenis | |
2018-08-27 | hiclock(4), hidwusb(4) and hireset(4) | Mark Kettenis | |
2018-08-27 | Add hiclock(4). Make sure hireset(4) attaches early. | Mark Kettenis | |
2018-08-27 | move bwfm* at pci? to the wireless section | Joshua Stein | |
2018-08-27 | If the maximum for a community is defined via the large flag then | Claudio Jeker | |
this maximum should also be passed to strtonum() instead of UINT_MAX or the error handling does not work. | |||
2018-08-27 | n2s and l2n3 finally bite the dust! | Joel Sing | |
2018-08-27 | Convert ssl3_get_cert_verify() to CBS and clean up somewhat. | Joel Sing | |
ok inoguchi@ | |||
2018-08-27 | Dedup 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-27 | Add some missing statics. | Joel Sing | |
2018-08-27 | Simplify 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-27 | Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn't | anton | |
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-27 | Enable hireset(4). | Mark Kettenis | |
2018-08-27 | Fix formatting and grammatical issues with the description of how to use | Joel 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-27 | Add hirest(4), a driver to support reset signal controller blocks on | Mark Kettenis | |
HiSilicon SoCs. | |||
2018-08-27 | Add glue for the USB3 controller on the HiKey 970. | Mark Kettenis | |
2018-08-27 | disklabel(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-27 | Undefined plans can never match. Check for that before trying to use the plan. | Claudio Jeker | |
OK millert@ gsoares@ | |||
2018-08-27 | Wrap some overly long lines. No functional change | Claudio Jeker | |
2018-08-27 | Memory leaks, from Gang Fan in GitHub issue 1453. | Nicholas Marriott | |
2018-08-27 | ompinmux has been replaced by pinctrl | Jonathan Gray | |
2018-08-27 | switch from ompinmux to pinctrl | Jonathan Gray | |
ok kettenis@ | |||
2018-08-27 | handle 16 bit register width required for omap3/omap4 | Jonathan Gray | |
ok kettenis@ | |||
2018-08-27 | Enable radeondrm(4). Note that on arm64 we do not yet have a way to | Mark 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-27 | merge_filterset() needs to produce a stable sorted filterset to make sure | Claudio 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-27 | Add an interface that allows drivers to claim a framebuffer and check | Mark 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-27 | Add protocol and cipher patterns in regress appstest.sh | Kinichiro Inoguchi | |
2018-08-27 | HiSilicon SoCs pre-divide the clock by a factor 8. | Mark Kettenis | |
2018-08-26 | Do not add ::1 on non-default lo(4) as intended. | Martin Pieuchot | |
Reported by and ok sthen@ |