Age | Commit message (Expand) | Author |
2021-04-20 | Adjust ecdhtest.c for affine_coordinates change | Theo Buehler |
2021-04-20 | Adjust ectest.c for affine_coordinates change | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2021-04-20 | Simplify after EC_POINT_get_curve() addition | Theo Buehler |
2021-04-20 | Adjust ectest.c for EC_GROUP_{g,s}et_curve change | Theo Buehler |
2021-04-20 | Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}(). | Theo Buehler |
2021-04-20 | Compare function pointers against NULL, not 0. | Theo Buehler |
2021-04-20 | Prepare to provide EC_GROUP_{get,set}_curve(3) | Theo Buehler |
2021-04-20 | Indicate if an mg function is unsuitable for a startup file (requires | Mark Lumsden |
2021-04-20 | Add keep-alive support to the HTTP module. | Claudio Jeker |
2021-04-20 | Allow more than one block of code to exist on a single line. Also, | Mark Lumsden |
2021-04-20 | Switch some warnings to logx() to reduce log noise on runs without -v. | Claudio Jeker |
2021-04-20 | Update comment to be less confusing (I hope) | Claudio Jeker |
2021-04-20 | Properly shutdown on connection loss instead of crashing. | Martijn van Duren |
2021-04-20 | Don't overwrite environment CFLAGS. | Martijn van Duren |
2021-04-20 | Add 'dired-jump' from Philip K. <philip@warpmail.net> sent to tech@ | Mark Lumsden |
2021-04-20 | prefix_insert() and prefix_remove() emulate a tail queue by keeping the | Claudio Jeker |
2021-04-20 | Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used did | Claudio Jeker |
2021-04-20 | Ignore SIGPIPE by default and restore default behaviour before executing | Claudio Jeker |
2021-04-20 | Add quirk to enable all Thinkpad X1 Extreme 1 speakers & atmos dolby | Alexandre Ratchov |
2021-04-20 | Allow INTEL 400SERIES cAVS to attach the azalia(4) driver | Alexandre Ratchov |
2021-04-20 | more KNF | Theo de Raadt |
2021-04-19 | Remove new_sym_enc and new_aead. | Joel Sing |
2021-04-19 | Avoid division by zero in hybrid point encoding | Theo Buehler |
2021-04-19 | code review results in KNF, and moving local variables into lowest scope | Theo de Raadt |
2021-04-19 | Recognize BCM57762 A0 and A1. My diff for this only added the A0 revision, | Mark Kettenis |
2021-04-19 | Move new_mac_secret_size into the TLSv1.2 handshake struct. | Joel Sing |
2021-04-19 | Move reuse_message, message_type, message_size and cert_verify into the | Joel Sing |
2021-04-19 | Set alpn_selected_len to zero when freeing alpn_selected. | Joel Sing |
2021-04-19 | The powerpc64 ELFv2 ABI explicitly states that exception enable bits | Mark Kettenis |
2021-04-19 | Multicast decryption fixes for iwx(4). | Stefan Sperling |
2021-04-19 | RS ^-anchoring needs to know if it's reading the first record of a file. | Todd C. Miller |
2021-04-19 | Fix TLS error message race. Due to less handshakes in TLS 1.3 an | Alexander Bluhm |
2021-04-19 | Same internal consistency check as libc malloc: size in hash table | Otto Moerbeek |
2021-04-18 | Simpler error handling for suspend()/hibernate() | Jeremie Courreges-Anglas |
2021-04-18 | post 6.9 development continues... | Theo de Raadt |
2021-04-18 | sync | Theo de Raadt |
2021-04-18 | even more shrink | Theo de Raadt |
2021-04-18 | sync | Theo de Raadt |
2021-04-18 | more shrink | Theo de Raadt |
2021-04-17 | Adjust Raspberry Pi installation instructions, direct users towards the | Stuart Henderson |
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart Henderson |
2021-04-17 | sync | Theo de Raadt |
2021-04-17 | some name shortening | Theo de Raadt |
2021-04-17 | rewrite the text describing the "address" parameter into something | Jason McIntyre |
2021-04-16 | When loading a config poll iscsid for up to 10 seconds and check if the | Claudio Jeker |
2021-04-16 | Implement a control message to get the state of iscsid. This is used | Claudio Jeker |
2021-04-16 | Turn on the direct ACK on every other segment. | Alexander Bluhm |
2021-04-16 | Add a workaround to avoid wrong code generated by m88k gcc. | Kenji Aoyama |