openbsd
2021-11-19 kettenisMake futexes work in shared anonymous memory.
2021-11-19 schwarzeadd two missing .Dv macros;
2021-11-19 stspFix monitor mode on iwm(4) and iwx(4).
2021-11-19 schwarzeMake the public API function a2i_ASN1_STRING(3) actuall...
2021-11-19 jobFix typo
2021-11-19 schwarzeVery quick and dirty script to help me check that the...
2021-11-19 dlgwhitespace tweaks. no functional change.
2021-11-19 dlglet CH340 chips keep working in 8N1 mode.
2021-11-19 schwarzeAs long as X509_OBJECT_free_contents(3) is a public...
2021-11-19 guentherCorrect the CPUID() and CPUID_LEAF() macros to not...
2021-11-19 jsgdrm/plane-helper: fix uninitialized variable reference
2021-11-19 jsgdrm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
2021-11-19 jsgdrm/amdgpu: fix warning for overflow check
2021-11-19 jsgdrm/ttm: stop calling tt_swapin in vm_access
2021-11-19 jsgdrm/amd/display: dcn20_resource_construct reduce scope...
2021-11-19 jsgdrm/amdkfd: fix resume error when iommu disabled in...
2021-11-19 jsgdrm/amdgpu: Fix MMIO access page fault
2021-11-19 jsgdrm/panel-orientation-quirks: add Valve Steam Deck
2021-11-19 jsgdrm: panel-orientation-quirks: Add quirk for the Samsun...
2021-11-19 jsgdrm: panel-orientation-quirks: Add quirk for KD Kurio...
2021-11-19 jsgdrm: panel-orientation-quirks: Update the Lenovo Ideapa...
2021-11-19 jsgdrm: panel-orientation-quirks: Add quirk for GPD Win3
2021-11-19 jsgdrm: panel-orientation-quirks: Add quirk for Aya Neo...
2021-11-18 tbiked: replace a conditional EVP_CIPHER_CTX_cleanup...
2021-11-18 tobheCheck if encoding works in dsa_init(). This avoids...
2021-11-18 tbsha512test: replace EVP_MD_CTX_{cleanup,init} pair...
2021-11-18 djmless confusing debug message; bz#3365
2021-11-18 tbgost: missed one cleanup
2021-11-18 tbsha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
2021-11-18 tbgost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset
2021-11-18 tbevptest: no need to call EVP_MD_CTX_cleanup() before...
2021-11-18 djmavoid xmalloc(0) for PKCS#11 keyid for ECDSA keys ...
2021-11-18 tbUse HMAC_CTX_reset() instead of HMAC_CTX_cleanup()...
2021-11-18 tbAdd semicolon that will become non-optional once BN_GEN...
2021-11-18 tbtypo in comment
2021-11-18 tbacme-client: use EVP_PKEY_base_id()
2021-11-18 tbvndsetcred: don't a reference to credentials in error...
2021-11-18 tbFix ssltest to work with opaque EVP_PKEY.
2021-11-18 tbPrevent future internal use of ASN1_CTX and ASN1_const_...
2021-11-18 tbRemove the last pointless use of ASN1_const_CTX. Both...
2021-11-18 tbsha*test: convert these tests to work with opaque EVP_M...
2021-11-18 tbzap trailing whitespace
2021-11-18 tbhmactest: convert to opaque HMAC_CTX.
2021-11-18 tbgost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.
2021-11-18 tbexptest: convert to opaque BN; minor KNF tweaks.
2021-11-18 tbevptest: fix compilation with opaque EVP_{CIPHER,MD...
2021-11-18 tbecdsatest: make this test compile with opaque EVP_MD_CTX.
2021-11-18 tbdsatest: make this work with opaque BN. Some more fixes...
2021-11-18 tbdhtest: fix this to work with opaque BN. This will...
2021-11-18 tbbntest: Fix all but one test in this file to work with...
2021-11-18 bluhmRemove X11 blt and bltone regress tests. They fail...
2021-11-18 sthenprinting udpencap_port in ddb requires ntohs not ntohl...
2021-11-18 schwarzeIn x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb...
2021-11-18 ajacoutotMove example from "goo" to @tag.
2021-11-18 djmregression test for ssh-keygen -Y find-principals fix;
2021-11-18 djmssh-keygen -Y find-principals was verifying key validit...
2021-11-18 djmcheck for POLLHUP wherever we check for POLLIN
2021-11-18 djmfd leak in sshd listen loop error path; from Gleb Smirnoff
2021-11-18 djmcheck for POLLHUP as well as POLLIN in sshd listen...
2021-11-18 djmcheck for POLLHUP as well as POLLIN, handle transient...
2021-11-18 deraadtsync
2021-11-17 chelohauniq(1): ignore trailing newlines when comparing lines
2021-11-17 mvsWhen unp_connect() releases both solock() and vnode...
2021-11-17 djmset num_listen_socks to 0 on close-all instead of ...
2021-11-17 bketDisplay DNS information from sppp(4) in ifconfig(8)
2021-11-17 schwarzeIn x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb...
2021-11-17 stspDisable active scanning on iwm(4) 9260 and 9560.
2021-11-17 knClarify BUGS wrt. reserving memory for the hypervisor
2021-11-17 knProvide real output for the "ldomctl console" EXAMPLE
2021-11-17 espieexplicitly talk a bit about "informal" specs
2021-11-17 espieforbid non-sensical empty parts
2021-11-17 espieadd more checks for badly specified pkgspecs
2021-11-17 antonuhidpp does claim multiple report ids
2021-11-17 antonucc does not claim multiple report ids
2021-11-17 antonFix a double free in uhidev_close() caused by a race...
2021-11-16 chelohawc(1): fix NULL pointer dereference in cnt()
2021-11-16 deraadtfix an accidental NULL deref introduced last year,...
2021-11-16 tobheZero all copies of pre-shared key.
2021-11-16 sthendocument GH_DISTFILE that was added to ports/infrastruc...
2021-11-16 sashanmove memory allocations in pfr_add_addrs() outside...
2021-11-16 knValidate RTM_PROPOSAL in resolver not frontend
2021-11-16 knSimplify address family handling, ditch inet_ntop(3)
2021-11-16 knInstall missing scope identifier for IPv6 link-local...
2021-11-16 knUse size of struct not pointer
2021-11-16 espieadd a few more checks for incorrect specs
2021-11-16 espiereally nail down the flavor part better... write this...
2021-11-16 espietweak the packages-specs regexp a bit:
2021-11-16 schwarzeIn x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb...
2021-11-16 bluhmTo debug IPsec and tdb refcounting it is useful to...
2021-11-16 visaUse nowake when poll/select has empty fd set
2021-11-16 visaRemove an old note about poor performance
2021-11-16 stspfix typo in an error message printed by iwx_phy_ctxt_up...
2021-11-16 stspfix typo in an error message printed by iwm_phy_ctxt_up...
2021-11-16 schwarzeRecently, tb@ provided the following functions:
2021-11-16 landryhilkbd(4): Fix swedish keyboard layout botch on non...
2021-11-16 mvsMove UNIX domain sockets garbage collector out of ...
2021-11-16 guentherSync boot.h with ld.so's boot.c, getting rid of struct...
2021-11-15 tobhestyle
2021-11-15 knPass sockaddr length to be on the safe side, still
2021-11-15 knRevert previous
next