summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-22vmd(8): don't remove known vm's from the config on error.Dave Voutila
2023-01-22Update documentation for removal of ruby27 FLAVORJeremy Evans
2023-01-22Fix incorrect comparison. Restores ability to edit 'p'.Kenneth R Westerback
2023-01-22gptimer(4): remove dead MD microtime(9) implementationScott Soule Cheloha
2023-01-22Cope with xonly on amd64 by moving the testfly routine to the rodataAnton Lindqvist
2023-01-22Simplify the (so far unused) apm_record_event() function a bit and use itMark Kettenis
2023-01-22Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' ofVitaliy Makkoveev
2023-01-21Remove dead/unused prototypesMiod Vallat
2023-01-21Introduce `rt_lock' rwlock(9) and use it instead of kernel lock toVitaliy Makkoveev
2023-01-21Enable bn_sqr() on amd64.Joel Sing
2023-01-21Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().Joel Sing
2023-01-21Fix include.Joel Sing
2023-01-21Include the ISC license from s2n-bignum's LICENSE file.Joel Sing
2023-01-21Bring in s2n-bignum's bignum_sqr() for amd64.Joel Sing
2023-01-21editor_resize(), editor_change(), editor_modify() andKenneth R Westerback
2023-01-21Include the ISC license from s2n-bignum's LICENSE file.Joel Sing
2023-01-21Bring in the internal and "public" headers for s2n-bignum.Joel Sing
2023-01-21Refactor BN_mul().Joel Sing
2023-01-21enable --exec-only as default on AMD64. There will be a some ports falloutTheo de Raadt
2023-01-21Refactor BN_sqr().Joel Sing
2023-01-21Provide basic benchmarks for BN_mul() and BN_sqr().Joel Sing
2023-01-21Introduce per-sockbuf `sb_state' to use it with SS_CANTSENDMORE.Vitaliy Makkoveev
2023-01-21The Qualcomm UEFI Secure Application that handles EFI variables seems toMark Kettenis
2023-01-21Make bus_dmamem_alloc_range(9) API available.Mark Kettenis
2023-01-21Reorder functions and drop unnessary static prototypes.Joel Sing
2023-01-21sync EXTRACT_CASES and PATCH_CASES with realityKlemens Nanni
2023-01-20Refactor x509v3_cache_extensionsJob Snijders
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubNicholas Marriott
2023-01-20editor_name() and get_mp() don't change the disklabel soKenneth R Westerback
2023-01-20Remove various #ifndef BN_SQR_COMBA.Joel Sing
2023-01-20Move bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul.c/bn_sqr.c.Joel Sing
2023-01-20Move {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_local.h.Joel Sing
2023-01-20The locale is ignored on OpenBSD, match the wording used in isalpha.3.Todd C. Miller
2023-01-20hppa: simplify itmr_rearm()Scott Soule Cheloha
2023-01-20Sync usage with SYNOPSIS, mention that -x may use stdoutKlemens Nanni
2023-01-20amd64 now has xonly support via the PKU feature. Marking ld.so exec-onlyTheo de Raadt
2023-01-20On cpu with the PKU feature, prot=PROT_EXEC pages now create pte whichTheo de Raadt
2023-01-20Update config regress test now that aspa-set syntax changed.Claudio Jeker
2023-01-20Remove 'allow' from aspa-set provider-set lists. That keyword is no longerClaudio Jeker
2023-01-20Document the aspa-set table. While there remove the superfluous 'allow'Claudio Jeker
2023-01-20When ppb(4) detaches, make its bus range available again even if it wasMark Kettenis
2023-01-20char * -> const char * parameters where clang doesn't complain.Kenneth R Westerback
2023-01-20Remove unused code.Joel Sing
2023-01-20comma space not space commaClaudio Jeker
2023-01-20Bad indentClaudio Jeker
2023-01-20Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).Joel Sing
2023-01-20Provide a per machine bn_arch.h.Joel Sing
2023-01-20Reorder functions.Joel Sing
2023-01-20remove extra tabClaudio Jeker
2023-01-20Reorder functions for easier maintenance.Joel Sing