summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-18Stop using DSA in dropbear interop tests.Anton Lindqvist
2024-06-18x509_conf: rename ext_struc into ext_structTheo Buehler
2024-06-18x509_conf: rename all ext_nid to nidTheo Buehler
2024-06-18do_ext_i2d(): move empty line to the proper placeTheo Buehler
2024-06-18do_ext_i2d(): malloc -> callocTheo Buehler
2024-06-18do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()Theo Buehler
2024-06-18do_ext_i2d(): avoid leaks and add some missing error checkingTheo Buehler
2024-06-18Indent labels in x509_conf.cTheo Buehler
2024-06-18do_ext_i2d(): make various NULL checks explicitTheo Buehler
2024-06-18do_ext_i2d(): unwrap a lineTheo Buehler
2024-06-18iked: do not attempt to read multiple SANsTheo Buehler
2024-06-18Quiet compiler warnings when built with WARNINGS=YesTodd C. Miller
2024-06-18grow the iso againTheo de Raadt
2024-06-18Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline().Todd C. Miller
2024-06-17Invalidate the right stack[] memberTheo Buehler
2024-06-17Put back NULL checks in crl_get() and build_chain()Theo Buehler
2024-06-17Document the new argument .St -p1003.1-2024 introduced in st.c rev. 1.15Ingo Schwarze
2024-06-17remove one more mention of DSAChristian Weisgerber
2024-06-17Fix typo: s/fetesteexcept/fetestexcept/Tim van der Molen
2024-06-17In vmx(4) TSO must pullup headers into first mbuf.Alexander Bluhm
2024-06-17KNFMark Kettenis
2024-06-17KNFMark Kettenis
2024-06-17When loading a device tree using the "mach dtb" command, give firmwareMark Kettenis
2024-06-17The fix comes from Giannis Kapetanakis (bilias _from_ edu.physics.uoc.gr).Alexandr Nedvedicky
2024-06-17disable the DSA signature algorithm by default; ok markus@Damien Miller
2024-06-17promote connection-closed messages from verbose to info log level;Damien Miller
2024-06-17Change adds a 'log' option to relayd.conf(5) rule. The relayd(8) then usesAlexandr Nedvedicky
2024-06-17drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsJonathan Gray
2024-06-17Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices"Jonathan Gray
2024-06-17drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsJonathan Gray
2024-06-17drm/amdgpu/atomfirmware: add intergrated info v2.3 tableJonathan Gray
2024-06-17drm/fbdev-generic: Do not set physical framebuffer addressJonathan Gray
2024-06-17drm/amdgpu: add error handle to avoid out-of-boundsJonathan Gray
2024-06-17drm/i915/hwmon: Get rid of devmJonathan Gray
2024-06-17define CONFIG_PM_SLEEP to 1 for IS_ENABLED()Jonathan Gray
2024-06-17Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()Theo Buehler
2024-06-17Rewrite X509V3_get_d2i()Theo Buehler
2024-06-17Add regress coverage for X509V3_get_d2i()Theo Buehler
2024-06-16Add note about timeout(1)'s standards complianceJob Snijders
2024-06-16Add new argument for IEEE 1003.1-2024 aka POSIX.1Job Snijders
2024-06-16Disable MSI on Zhaoxin ZX-100/ZX-200/ZX-E StorX to unhang SSDKlemens Nanni
2024-06-16zap a stray spaceTheo Buehler
2024-06-16regenKlemens Nanni
2024-06-16Add Zhaoxin vendor and AHCI product found in Unchartevice 6640MA notebookKlemens Nanni
2024-06-16Make GENERIC boot on ZHAOXIN KaiXian KX-6640MAKlemens Nanni
2024-06-16same treatment for this testDamien Miller
2024-06-16penalty test is still a bit racyDamien Miller
2024-06-15To my current knowledge, UFSHCI has a single target design. Reflect thisMarcus Glocker
2024-06-15We should block non-wakeup interrupts until we're in the resume path andMark Kettenis
2024-06-15Install BUILDINFO if available.Florian Obser