2021-11-19 |
jsg | drm/plane-helper: fix uninitialized variable reference |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/amdgpu: fix warning for overflow check |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/ttm: stop calling tt_swapin in vm_access |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/amd/display: dcn20_resource_construct reduce scope... |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/amdkfd: fix resume error when iommu disabled in... |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/amdgpu: Fix MMIO access page fault |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm/panel-orientation-quirks: add Valve Steam Deck |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm: panel-orientation-quirks: Add quirk for the Samsun... |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm: panel-orientation-quirks: Add quirk for KD Kurio... |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm: panel-orientation-quirks: Update the Lenovo Ideapa... |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm: panel-orientation-quirks: Add quirk for GPD Win3 |
commit | commitdiff | tree | snapshot |
2021-11-19 |
jsg | drm: panel-orientation-quirks: Add quirk for Aya Neo... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | iked: replace a conditional EVP_CIPHER_CTX_cleanup... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tobhe | Check if encoding works in dsa_init(). This avoids... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | sha512test: replace EVP_MD_CTX_{cleanup,init} pair... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | less confusing debug message; bz#3365 |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | gost: missed one cleanup |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_reset |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | evptest: no need to call EVP_MD_CTX_cleanup() before... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys ... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup()... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | Add semicolon that will become non-optional once BN_GEN... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | typo in comment |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | acme-client: use EVP_PKEY_base_id() |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | vndsetcred: don't a reference to credentials in error... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | Fix ssltest to work with opaque EVP_PKEY. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | Prevent future internal use of ASN1_CTX and ASN1_const_... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | Remove the last pointless use of ASN1_const_CTX. Both... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | sha*test: convert these tests to work with opaque EVP_M... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | zap trailing whitespace |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | hmactest: convert to opaque HMAC_CTX. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | exptest: convert to opaque BN; minor KNF tweaks. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | evptest: fix compilation with opaque EVP_{CIPHER,MD... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | ecdsatest: make this test compile with opaque EVP_MD_CTX. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | dsatest: make this work with opaque BN. Some more fixes... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | dhtest: fix this to work with opaque BN. This will... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
tb | bntest: Fix all but one test in this file to work with... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
bluhm | Remove X11 blt and bltone regress tests. They fail... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
sthen | printing udpencap_port in ddb requires ntohs not ntohl... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
schwarze | In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
ajacoutot | Move example from "goo" to @tag. |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | regression test for ssh-keygen -Y find-principals fix; |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | ssh-keygen -Y find-principals was verifying key validit... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | check for POLLHUP wherever we check for POLLIN |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | fd leak in sshd listen loop error path; from Gleb Smirnoff |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | check for POLLHUP as well as POLLIN in sshd listen... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
djm | check for POLLHUP as well as POLLIN, handle transient... |
commit | commitdiff | tree | snapshot |
2021-11-18 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-11-17 |
cheloha | uniq(1): ignore trailing newlines when comparing lines |
commit | commitdiff | tree | snapshot |
2021-11-17 |
mvs | When unp_connect() releases both solock() and vnode... |
commit | commitdiff | tree | snapshot |
2021-11-17 |
djm | set num_listen_socks to 0 on close-all instead of ... |
commit | commitdiff | tree | snapshot |
2021-11-17 |
bket | Display DNS information from sppp(4) in ifconfig(8) |
commit | commitdiff | tree | snapshot |
2021-11-17 |
schwarze | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb... |
commit | commitdiff | tree | snapshot |
2021-11-17 |
stsp | Disable active scanning on iwm(4) 9260 and 9560. |
commit | commitdiff | tree | snapshot |
2021-11-17 |
kn | Clarify BUGS wrt. reserving memory for the hypervisor |
commit | commitdiff | tree | snapshot |
2021-11-17 |
kn | Provide real output for the "ldomctl console" EXAMPLE |
commit | commitdiff | tree | snapshot |
2021-11-17 |
espie | explicitly talk a bit about "informal" specs |
commit | commitdiff | tree | snapshot |
2021-11-17 |
espie | forbid non-sensical empty parts |
commit | commitdiff | tree | snapshot |
2021-11-17 |
espie | add more checks for badly specified pkgspecs |
commit | commitdiff | tree | snapshot |
2021-11-17 |
anton | uhidpp does claim multiple report ids |
commit | commitdiff | tree | snapshot |
2021-11-17 |
anton | ucc does not claim multiple report ids |
commit | commitdiff | tree | snapshot |
2021-11-17 |
anton | Fix a double free in uhidev_close() caused by a race... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
cheloha | wc(1): fix NULL pointer dereference in cnt() |
commit | commitdiff | tree | snapshot |
2021-11-16 |
deraadt | fix an accidental NULL deref introduced last year,... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
tobhe | Zero all copies of pre-shared key. |
commit | commitdiff | tree | snapshot |
2021-11-16 |
sthen | document GH_DISTFILE that was added to ports/infrastruc... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
sashan | move memory allocations in pfr_add_addrs() outside... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
kn | Validate RTM_PROPOSAL in resolver not frontend |
commit | commitdiff | tree | snapshot |
2021-11-16 |
kn | Simplify address family handling, ditch inet_ntop(3) |
commit | commitdiff | tree | snapshot |
2021-11-16 |
kn | Install missing scope identifier for IPv6 link-local... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
kn | Use size of struct not pointer |
commit | commitdiff | tree | snapshot |
2021-11-16 |
espie | add a few more checks for incorrect specs |
commit | commitdiff | tree | snapshot |
2021-11-16 |
espie | really nail down the flavor part better... write this... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
espie | tweak the packages-specs regexp a bit: |
commit | commitdiff | tree | snapshot |
2021-11-16 |
schwarze | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
bluhm | To debug IPsec and tdb refcounting it is useful to... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
visa | Use nowake when poll/select has empty fd set |
commit | commitdiff | tree | snapshot |
2021-11-16 |
visa | Remove an old note about poor performance |
commit | commitdiff | tree | snapshot |
2021-11-16 |
stsp | fix typo in an error message printed by iwx_phy_ctxt_up... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
stsp | fix typo in an error message printed by iwm_phy_ctxt_up... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
schwarze | Recently, tb@ provided the following functions: |
commit | commitdiff | tree | snapshot |
2021-11-16 |
landry | hilkbd(4): Fix swedish keyboard layout botch on non... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
mvs | Move UNIX domain sockets garbage collector out of ... |
commit | commitdiff | tree | snapshot |
2021-11-16 |
guenther | Sync boot.h with ld.so's boot.c, getting rid of struct... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
tobhe | style |
commit | commitdiff | tree | snapshot |
2021-11-15 |
kn | Pass sockaddr length to be on the safe side, still |
commit | commitdiff | tree | snapshot |
2021-11-15 |
kn | Revert previous |
commit | commitdiff | tree | snapshot |
2021-11-15 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-11-15 |
kn | Avoid huge sockaddr_storage |
commit | commitdiff | tree | snapshot |
2021-11-15 |
deraadt | Copy p_p->ps_pledge into a local variable (called pledg... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
claudio | Adjust how the repository count limit works. Instead... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
schwarze | new manual page ASN1_BIT_STRING_set(3) documenting... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
visa | Revert to eager removal of poll/select knotes |
commit | commitdiff | tree | snapshot |
2021-11-15 |
anton | Third attempt to solve the claim multiple report ids... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
anton | In preparation for once again trying the resolve the... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
millert | No need to declare optind, optarg or opterr; unistd... |
commit | commitdiff | tree | snapshot |
2021-11-15 |
claudio | Change printing of maps to use qsort to order the outpu... |
commit | commitdiff | tree | snapshot |
next |