summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-08cosmetic clean-up of UList.pm, no signatures yetMarc Espie
2023-07-08syncTheo de Raadt
2023-07-08Add some resets for the PCIe controllers on the RK3588.Patrick Wildt
2023-07-08Hide symbols in crypto.hBob Beck
2023-07-08Hide symbols in cms, comp, conf, and bufferBob Beck
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-08move everyone besides UList to use v5.36Marc Espie
2023-07-08regenMark Kettenis
2023-07-08Add Motorcomm YT8531.Mark Kettenis
2023-07-08Move /dev/apm related acpi code to acpi_apm.c which is only built onTobias Heider
2023-07-08Remove unused SHA-1 implementation.Joel Sing
2023-07-08Remove now unnecessary "do { } while (0)"Joel Sing
2023-07-08Inline HASH_MAKE_STRING macro.Joel Sing
2023-07-08Reorder functions.Joel Sing
2023-07-08More style(9).Joel Sing
2023-07-08Hit cast with the style(9) stick.Joel Sing
2023-07-08Hide symbols in dso and ctBob Beck
2023-07-08Toggle IBT off during EFI runtime services calls.Mark Kettenis
2023-07-08Hit the des directory with the loving mallet of knfmtBob Beck
2023-07-08style(9)Joel Sing
2023-07-08Hit ripemd with the style(9) stick.Joel Sing
2023-07-08Hit md5 with the style(9) stick.Joel Sing
2023-07-08Hit md4 with the style(9) stick.Joel Sing
2023-07-08Inline rmd_local.h in rmd_dgst.c.Joel Sing
2023-07-08Inline md5_local.h in md5_dgst.c.Joel Sing
2023-07-08Inline md4_local.h in md4_dgst.c.Joel Sing
2023-07-08Inline sm3_local.h in sm3.c.Joel Sing
2023-07-08Hide symbols in sm3Bob Beck
2023-07-08unbreak build when namespaced, file was here in my tree but didn't manageBob Beck
2023-07-08add ietp(4);Jason McIntyre
2023-07-08Add ietp driver for Elantech I2C touchpadsJoshua Stein
2023-07-07Implement route reference counting mockup poperly in rtable regress.Alexander Bluhm
2023-07-07upstream portable fix for ocsp_testBrent Cook
2023-07-07Keep mbuf header field ph_mss during loopback TCP with LRO/TSO.Alexander Bluhm
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Missing bit to make ld.bfd actually emit PT_OPENBSD_NOBTCFI.Pascal Stumpf
2023-07-07Add clocks for the RK3588 PWM controllers.Patrick Wildt
2023-07-07Add clocks for the RK3588 I2C controllers.Patrick Wildt
2023-07-07Add resets for the RK3588 USB 3.0 controllers.Patrick Wildt
2023-07-07Expand the counters in struct mbstat from u_short to u_long. UseAlexander Bluhm
2023-07-07Provide optimised bn_mulw() for riscv64.Joel Sing
2023-07-07Remove symbols already declared in the public headerTheo Buehler
2023-07-07Provide a libcrypto Makefile.inc for riscv64.Joel Sing
2023-07-07Ignore CVS directories for easier git + CVS coexistence.Tobias Heider
2023-07-07Implement SHA1_{Update,Transform,Final}() directly in sha1.c.Joel Sing
2023-07-07Clean up alignment handling for SHA-256.Joel Sing
2023-07-07Clean up SHA-256 input handling and round macros.Joel Sing
2023-07-07swap link-auth filter argumentsOmar Polo
2023-07-07Remove unused SHA-256 implementation.Joel Sing
2023-07-07Expand the counters in struct mbstat from u_short to u_long.YASUOKA Masahiko