Age | Commit message (Expand) | Author |
2023-01-22 | vmd(8): don't remove known vm's from the config on error. | Dave Voutila |
2023-01-22 | Update documentation for removal of ruby27 FLAVOR | Jeremy Evans |
2023-01-22 | Fix incorrect comparison. Restores ability to edit 'p'. | Kenneth R Westerback |
2023-01-22 | gptimer(4): remove dead MD microtime(9) implementation | Scott Soule Cheloha |
2023-01-22 | Cope with xonly on amd64 by moving the testfly routine to the rodata | Anton Lindqvist |
2023-01-22 | Simplify the (so far unused) apm_record_event() function a bit and use it | Mark Kettenis |
2023-01-22 | Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of | Vitaliy Makkoveev |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-21 | Introduce `rt_lock' rwlock(9) and use it instead of kernel lock to | Vitaliy Makkoveev |
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 |