openbsd
2022-07-16 bluhmTo fix an KASSERT(la != NULL) panic in ARP, protect...
2022-07-16 knZap duplicate ERR_load_TS_strings() prototype
2022-07-16 kettenisFix IPIs on systems with multiple clusters where the...
2022-07-16 kettenisFix previous commit. We need to enable the new "halt...
2022-07-16 kettenisAdd support for using the power button to wake up from...
2022-07-16 ratchovBump libsndio pkg-config version to 1.9.0
2022-07-16 tbRevert previous. The added includes were already there...
2022-07-15 mvsIntroduce fine grained pipex(4) locking. Use per-sessio...
2022-07-15 deraadtfix typos in previous
2022-07-15 kettenisImplement support for framebuffers that don't start...
2022-07-15 deraadtAdd a new clnt*_control CLSET_CONNECTED, which says...
2022-07-15 deraadtAllow ypconnect() in "getpw"
2022-07-15 deraadtsync
2022-07-15 deraadtpledge "getpw" would notice access to /var/run/ypbind...
2022-07-15 kettenisUse db_rint() to make it possible to enter ddb(4) by...
2022-07-15 deraadtOnce a ypserv is discovered we know the remote UDP...
2022-07-15 tbMissing xhcivar.h bit that should have gone with xhci...
2022-07-15 kettenisUse a separate varaible to signal a "dead" controller...
2022-07-15 tbExpand the comment explaining the for loop with bn_luca...
2022-07-15 tbComment for factorization of n - 1 = k * 2^s in bn_mill...
2022-07-15 tbRename is_perfect_square to out_perfect in prototype...
2022-07-14 kettenisAdd sxirintc(4), a driver for the "wake up" interrupt...
2022-07-14 florianWhen the autoconf flag flaps around we might end up...
2022-07-14 tbZap trailing whitespace
2022-07-14 mvsUse capital letters for global ipsec(4) locks descripti...
2022-07-14 bluhmProtect all writers to ifm_cur with a mutex. ifmedia_m...
2022-07-14 jobFix JSON output in filemode for TALs
2022-07-14 claudioMore IPv6 scope_id fixes, now hopefully scope_id should...
2022-07-14 mvsTurn pppoe(4) back to kernel lock. We can't predict...
2022-07-14 mvsReplace tabs by spaces after "#define". No functional...
2022-07-14 claudioTime to bump version
2022-07-14 tbSuppress output of the deprecated -tls1 option in usage...
2022-07-14 tbSwitch to using TLS_client_method()
2022-07-14 tbOnly run the client connection test with supported...
2022-07-14 tbDocument openssl ciphers -s
2022-07-14 tbAdd -s option to openssl ciphers
2022-07-14 deraadtsync
2022-07-13 schwarzeadd .Xr links to SSL_CTX_set_security_level(3)
2022-07-13 schwarzeadd a few .Xr links to new manual pages
2022-07-13 schwarzeIn dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3).
2022-07-13 schwarzeIn x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM...
2022-07-13 schwarzelink three new manual pages to the build
2022-07-13 schwarzeStart documenting our new pet octopus, SSL_CTX_set_secu...
2022-07-13 jsingCast int64_t to uint64_t before negating.
2022-07-13 schwarzeWrite documentation for EVP_PKEY_check(3), EVP_PKEY_pub...
2022-07-13 tbSimplify computation of max_pub_key = dh->p - 1.
2022-07-13 schwarzeNew manual page written from scratch;
2022-07-13 tbRemove #ifndef around the definition of OPENSSL_TLS_SEC...
2022-07-13 schwarzeOn May 4 14:19:08 2006 UTC, while fixing a security...
2022-07-13 ajacoutotFix apmd_flags example.
2022-07-13 tbDo not make tables static so we can access them from...
2022-07-13 jcaRevert BUILD_LLDB use, don't push manual repair on...
2022-07-13 kettenisImplement the fundamentals for suspend/resume on arm64...
2022-07-13 tbEnable Wycheproof primality tests.
2022-07-13 tbEnable BPSW primality test.
2022-07-13 tbHook BPSW into BN_is_prime_fasttest_ex()
2022-07-13 tbLink bn_bpsw.c to build
2022-07-13 tbImplement the Baillie-PSW primality test
2022-07-13 tbLink bn_isqrt.c to build
2022-07-13 tbInteger square root and perfect square test
2022-07-13 jsgdrm/i915: Fix a race between vma / object destruction...
2022-07-13 jsgdrm/amdgpu: vi: disable ASPM on Intel Alder Lake based...
2022-07-13 jsgdrm/amd: Refactor `amdgpu_aspm` to be evaluated per...
2022-07-13 jsgdrm/amd/vcn: fix an error msg on vcn 3.0
2022-07-13 jsgdrm/amd/display: Fix by adding FPU protection for dcn30...
2022-07-13 jsgdrm/amd/display: Set min dcfclk if pipe count is 0
2022-07-13 jsgdrm/i915: Replace the unconditional clflush with drm_cl...
2022-07-13 jsgdrm/i915/gt: Register the migrate contexts with their...
2022-07-13 jsgdrm/i915: Disable bonding on gen12+ platforms
2022-07-12 bluhmUse __func__ in interface media debug printf().
2022-07-12 bluhmProtect interface media list with a mutex. This is...
2022-07-12 jcaEnter the lldb and lldb-server directories for make...
2022-07-12 jcaOnly build lldb support libraries on archs where lldb...
2022-07-12 jcaIntroduce a BUILD_LLDB switch, currently active on...
2022-07-12 jsingUnbreak the tree, after the previous commit.
2022-07-12 opgrep: simplify printline, no functional changes
2022-07-12 tbZap trailing whitespace on one line to appease mandoc...
2022-07-12 claudioDocument announce add-path send
2022-07-12 jcaUse db_rint() in sfuart(4)
2022-07-12 jcaAdd db_rint(), an MI interface to db_enter() copied...
2022-07-12 florianRewrite state machine in the style of dhcpleased(8).
2022-07-12 claudioBump version number to 7.9
2022-07-12 tbMove BN_lsw() to bn_lcl.h so that other code can use it.
2022-07-12 knRemove mkerr.pl remnants from LibreSSL
2022-07-12 tbThe asn1time test no longer needs static linking.
2022-07-12 robertsync: add llvm-profdata
2022-07-12 mvsRemove PIPEXCSESSION pipex(4) ioctl(2) command from...
2022-07-12 jsgremove cache parts of struct cpu_info which were used...
2022-07-12 jsgallow cpuid 0x8000001d, cache topology on AMD
2022-07-12 jsgremove cache parts of struct cpu_info only vmm used
2022-07-12 jsgrecognise Cortex-A715 and Cortex-X3
2022-07-11 kettenisSwitch bootloaders to the extended BOOTARG_CONSDEV...
2022-07-11 sthensync llvm-read{elf,obj} for i386
2022-07-11 tobheGenerate P-256 ECDH keys for iked instead of reusing...
2022-07-11 claudioImplement send side of RFC7911 ADD-PATH
2022-07-11 claudioProperly roll back in the add-path send case in up_dump...
2022-07-11 claudioPut the RFC9234 open policy handing in its own function
2022-07-11 claudioWhen dumping prefixes for bgpctl just use prefix_eligib...
2022-07-11 claudios/can not/cannot/ in comments. No functional change.
2022-07-11 claudioUse newbest and oldbest instead of xp and active as...
next