Age | Commit message (Expand) | Author |
2023-01-21 | Enable bn_sqr() on amd64. | Joel Sing |
2023-01-21 | Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr(). | Joel Sing |
2023-01-21 | Fix include. | Joel Sing |
2023-01-21 | Include the ISC license from s2n-bignum's LICENSE file. | Joel Sing |
2023-01-21 | Bring in s2n-bignum's bignum_sqr() for amd64. | Joel Sing |
2023-01-21 | editor_resize(), editor_change(), editor_modify() and | Kenneth R Westerback |
2023-01-21 | Include the ISC license from s2n-bignum's LICENSE file. | Joel Sing |
2023-01-21 | Bring in the internal and "public" headers for s2n-bignum. | Joel Sing |
2023-01-21 | Refactor BN_mul(). | Joel Sing |
2023-01-21 | enable --exec-only as default on AMD64. There will be a some ports fallout | Theo de Raadt |
2023-01-21 | Refactor BN_sqr(). | Joel Sing |
2023-01-21 | Provide basic benchmarks for BN_mul() and BN_sqr(). | Joel Sing |
2023-01-21 | Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE. | Vitaliy Makkoveev |
2023-01-21 | The Qualcomm UEFI Secure Application that handles EFI variables seems to | Mark Kettenis |
2023-01-21 | Make bus_dmamem_alloc_range(9) API available. | Mark Kettenis |
2023-01-21 | Reorder functions and drop unnessary static prototypes. | Joel Sing |
2023-01-21 | sync EXTRACT_CASES and PATCH_CASES with reality | Klemens Nanni |
2023-01-20 | Refactor x509v3_cache_extensions | Job Snijders |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2023-01-20 | editor_name() and get_mp() don't change the disklabel so | Kenneth R Westerback |
2023-01-20 | Remove various #ifndef BN_SQR_COMBA. | Joel Sing |
2023-01-20 | Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c. | Joel Sing |
2023-01-20 | Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h. | Joel Sing |
2023-01-20 | The locale is ignored on OpenBSD, match the wording used in isalpha.3. | Todd C. Miller |
2023-01-20 | hppa: simplify itmr_rearm() | Scott Soule Cheloha |
2023-01-20 | Sync usage with SYNOPSIS, mention that -x may use stdout | Klemens Nanni |
2023-01-20 | amd64 now has xonly support via the PKU feature. Marking ld.so exec-only | Theo de Raadt |
2023-01-20 | On cpu with the PKU feature, prot=PROT_EXEC pages now create pte which | Theo de Raadt |
2023-01-20 | Update config regress test now that aspa-set syntax changed. | Claudio Jeker |
2023-01-20 | Remove 'allow' from aspa-set provider-set lists. That keyword is no longer | Claudio Jeker |
2023-01-20 | Document the aspa-set table. While there remove the superfluous 'allow' | Claudio Jeker |
2023-01-20 | When ppb(4) detaches, make its bus range available again even if it was | Mark Kettenis |
2023-01-20 | char * -> const char * parameters where clang doesn't complain. | Kenneth R Westerback |
2023-01-20 | Remove unused code. | Joel Sing |
2023-01-20 | comma space not space comma | Claudio Jeker |
2023-01-20 | Bad indent | Claudio Jeker |
2023-01-20 | Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h). | Joel Sing |
2023-01-20 | Provide a per machine bn_arch.h. | Joel Sing |
2023-01-20 | Reorder functions. | Joel Sing |
2023-01-20 | remove extra tab | Claudio Jeker |
2023-01-20 | Reorder functions for easier maintenance. | Joel Sing |
2023-01-19 | Revert previous commit (but leave the man page around); llvm-strip behaves | Mark Kettenis |
2023-01-19 | Revise implementation of pmap_protect(9) in preparation for execute-only | Mark Kettenis |
2023-01-19 | Restrict vmm(4) exposed cpuid extended feature flags. | Dave Voutila |
2023-01-19 | Do not use unsupported __attribute__((warn_unused_result)) on gcc3. | Kenji Aoyama |
2023-01-19 | Check if we can copy sshd or need to use sudo to do so during reexec | Darren Tucker |
2023-01-19 | Remove more unused assembly generation scripts. | Joel Sing |
2023-01-19 | Remove various unused assembly files and assembly generation scripts. | Joel Sing |
2023-01-19 | drm/i915: Fix CFI violations in gt_sysfs | Jonathan Gray |
2023-01-19 | drm/amdgpu: Fix potential NULL dereference | Jonathan Gray |