Age | Commit message (Expand) | Author |
2022-01-06 | Test CBB_add_u64() | Joel Sing |
2022-01-06 | Provide CBB_add_u64() | Joel Sing |
2022-01-06 | minor tweaks, no code change | Theo Buehler |
2022-01-06 | With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san | Theo Buehler |
2022-01-06 | Make it possible to compile the patterns utility with the source tree | Anton Lindqvist |
2022-01-06 | Free memory before assign to avoid leak | Kinichiro Inoguchi |
2022-01-06 | Free memory if error occurred | Kinichiro Inoguchi |
2022-01-06 | Remove NULL check before free | Kinichiro Inoguchi |
2022-01-06 | Fix a copy-paste error that led to an out-of-bounds access. | Theo Buehler |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Mark Kettenis |
2022-01-06 | Ignore windows without a size set (may be used for pane only), from | Nicholas Marriott |
2022-01-06 | regen | Jonathan Gray |
2022-01-06 | ati 0x15e7 confirmed to be barcelo, 2022 ryzen 5000 apus | Jonathan Gray |
2022-01-06 | Add test coverage for SCT validation. | Joel Sing |
2022-01-06 | t_syscall was a test for the gcc 1.x off_t syscall padding, | Philip Guenther |
2022-01-06 | drm/amdgpu: add support for IP discovery gc_info table v2 | Jonathan Gray |
2022-01-06 | drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e... | Jonathan Gray |
2022-01-06 | unstub amdgpu_gem_force_release() | Jonathan Gray |
2022-01-05 | add a comment so I don't make this mistake again | Damien Miller |
2022-01-05 | fix cut-and-pasto in error message | Damien Miller |
2022-01-05 | no longer needed | Theo de Raadt |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-05 | Prepare to provide DSA_bits() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_retry_reason() | Theo Buehler |
2022-01-05 | Prepare to provide a number of RSA accessors | Theo Buehler |
2022-01-05 | Prepare to provide ECDSA_SIG_get0_{r,s}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get_length() | Theo Buehler |
2022-01-05 | Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}() | Theo Buehler |
2022-01-05 | Prepare to provide BIO_set_next(). | Theo Buehler |
2022-01-05 | Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb() | Theo Buehler |
2022-01-05 | Use "bus-range" property to initialize the bus number configuration of | Mark Kettenis |
2022-01-05 | increase lifetime of wtmp, since it is annoyingly short | Theo de Raadt |
2022-01-05 | Unindent a few lines of code and avoid shadowed variables. | Theo Buehler |
2022-01-05 | Rename {c,p}_{min,max} into {child,parent}_{min,max} | Theo Buehler |
2022-01-05 | Remove kbind(2)'s restriction that a target buffer not cross page | Philip Guenther |
2022-01-05 | Two minor KNF tweaks | Theo Buehler |
2022-01-05 | Use child_aor and parent_aor instead of aorc and aorp | Theo Buehler |
2022-01-05 | Rename fp and fc into parent_af and child_af for readability. | Theo Buehler |
2022-01-05 | Globally rename all IPAddressFamily *f into af since this is slightly | Theo Buehler |
2022-01-05 | Add a helper function to turn unchecked (but sound) use of | Theo Buehler |
2022-01-05 | Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions. | Theo Buehler |
2022-01-05 | Call x a cert for readability. | Theo Buehler |
2022-01-05 | Now that i is free, rename j to i for use as loop variable in | Theo Buehler |
2022-01-05 | adjust Xr for fw_update to section 8; | Jason McIntyre |
2022-01-05 | In addr_validate_path_internal() rename i to depth because that's | Theo Buehler |
2022-01-05 | Turn the validation_err() macro into a function | Theo Buehler |
2022-01-05 | Move variable declarations in X509v3_addr_canonize() to the top of | Theo Buehler |
2022-01-05 | Revise for tls13_key_share rename. | Joel Sing |
2022-01-05 | Rename tls13_key_share to tls_key_share. | Joel Sing |