openbsd
2023-01-24 jcaEnable access to usb(4), ugen(4), ulpt(4), ucom(4)...
2023-01-24 jcaHook up the same USB device drivers as arm64/conf/GENERIC
2023-01-24 claudioAdjust various test results to the new bgpctl show...
2023-01-24 claudioAdjust the ASPA test to match the new code which is...
2023-01-24 claudioPrint the ASPA validation state (avs) in various show...
2023-01-24 claudioImplement ASPA validation and reload logic on ASPA...
2023-01-24 jobCheck return value of X509_digest
2023-01-24 miodAdd and use a specific routine to fetch instructions...
2023-01-24 jsgmatch unknown ATI display devices as amdgpu in fw_update
2023-01-24 deraadtoops, a silly typo
2023-01-24 deraadtuvm_map_extract() UVM_EXTRACT_FIXPROT alias mappings...
2023-01-24 deraadtptrace reads/writes memory using uvm_io, which generate...
2023-01-23 miodMake sure pmap_extract() doesn't incorrectly return...
2023-01-23 mvsRemove "sb == &so->so_rcv || sb == &so->so_snd" asserti...
2023-01-23 mvsMove SS_ISSENDING flag to `sb_state'. It should belong...
2023-01-23 mvsIn somove() rename `state' variable to `rcvstate' to...
2023-01-23 jsingChange include from _internal_s2n_bignum.h to s2n_bignu...
2023-01-23 jsingInclude the ISC license from s2n-bignum's LICENSE file.
2023-01-23 jsingBring in various s2n-bignum functions for amd64.
2023-01-23 knmore comments, space and -- nits
2023-01-23 jsingMove bn_mul_add_words() and bn_mul_words() from bn_asm...
2023-01-23 jsingMove bn_sqr_words from bn_asm.c to bn_sqr.c.
2023-01-23 jsingMove bn_div_words from bn_asm.c to bn_div.c.
2023-01-23 jsingInclude bn_arch.h now that we're using defines from it.
2023-01-23 jsingMove bn_add_words() and bn_sub_words from bn_asm.c...
2023-01-23 jsgregen
2023-01-23 jsgadd amdgpu device ids newly matched with 6.1 drm
2023-01-23 nicmRegen.
2023-01-23 nicmAdd Backtab key, based on a change from Crystal Kolipe...
2023-01-23 nicmToo many \s in example, GitHub issue 3445.
2023-01-23 jsgregen
2023-01-23 jsgchange ATI "Yellow Carp" string to "Rembrandt"
2023-01-23 jsgadd a placeholder for GC 11.0.4 device ids
2023-01-22 yasuokaFix pf_anchor_stackframe commit to revert pf rule match...
2023-01-22 tbFix list of possible values of MODRUBY_REV
2023-01-22 dvvmd(8): don't remove known vm's from the config on...
2023-01-22 jeremyUpdate documentation for removal of ruby27 FLAVOR
2023-01-22 krwFix incorrect comparison. Restores ability to edit...
2023-01-22 chelohagptimer(4): remove dead MD microtime(9) implementation
2023-01-22 antonCope with xonly on amd64 by moving the testfly routine...
2023-01-22 kettenisSimplify the (so far unused) apm_record_event() functio...
2023-01-22 mvsMove SS_CANTRCVMORE and SS_RCVATMARK bits from `so_stat...
2023-01-21 miodRemove dead/unused prototypes
2023-01-21 mvsIntroduce `rt_lock' rwlock(9) and use it instead of...
2023-01-21 jsingEnable bn_sqr() on amd64.
2023-01-21 jsingProvide an implementation of bn_sqr() that calls s2n...
2023-01-21 jsingFix include.
2023-01-21 jsingInclude the ISC license from s2n-bignum's LICENSE file.
2023-01-21 jsingBring in s2n-bignum's bignum_sqr() for amd64.
2023-01-21 krweditor_resize(), editor_change(), editor_modify() and
2023-01-21 jsingInclude the ISC license from s2n-bignum's LICENSE file.
2023-01-21 jsingBring in the internal and "public" headers for s2n...
2023-01-21 jsingRefactor BN_mul().
2023-01-21 deraadtenable --exec-only as default on AMD64. There will...
2023-01-21 jsingRefactor BN_sqr().
2023-01-21 jsingProvide basic benchmarks for BN_mul() and BN_sqr().
2023-01-21 mvsIntroduce per-sockbuf `sb_state' to use it with SS_CANT...
2023-01-21 kettenisThe Qualcomm UEFI Secure Application that handles EFI...
2023-01-21 kettenisMake bus_dmamem_alloc_range(9) API available.
2023-01-21 jsingReorder functions and drop unnessary static prototypes.
2023-01-21 knsync EXTRACT_CASES and PATCH_CASES with reality
2023-01-20 jobRefactor x509v3_cache_extensions
2023-01-20 nicmAdd a flag to display-menu to select the manu item...
2023-01-20 krweditor_name() and get_mp() don't change the disklabel so
2023-01-20 jsingRemove various #ifndef BN_SQR_COMBA.
2023-01-20 jsingMove bn_{mul,sqr}_comba{4,8}() from bn_asm.c to bn_mul...
2023-01-20 jsingMove {mul,sqr}_add_c{,2} macros from bn_asm.c to bn_loc...
2023-01-20 millertThe locale is ignored on OpenBSD, match the wording...
2023-01-20 chelohahppa: simplify itmr_rearm()
2023-01-20 knSync usage with SYNOPSIS, mention that -x may use stdout
2023-01-20 deraadtamd64 now has xonly support via the PKU feature. Marki...
2023-01-20 deraadtOn cpu with the PKU feature, prot=PROT_EXEC pages now...
2023-01-20 claudioUpdate config regress test now that aspa-set syntax...
2023-01-20 claudioRemove 'allow' from aspa-set provider-set lists. That...
2023-01-20 claudioDocument the aspa-set table. While there remove the...
2023-01-20 kettenisWhen ppb(4) detaches, make its bus range available...
2023-01-20 krwchar * -> const char * parameters where clang doesn...
2023-01-20 jsingRemove unused code.
2023-01-20 claudiocomma space not space comma
2023-01-20 claudioBad indent
2023-01-20 jsingReplace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).
2023-01-20 jsingProvide a per machine bn_arch.h.
2023-01-20 jsingReorder functions.
2023-01-20 claudioremove extra tab
2023-01-20 jsingReorder functions for easier maintenance.
2023-01-19 kettenisRevert previous commit (but leave the man page around...
2023-01-19 kettenisRevise implementation of pmap_protect(9) in preparation...
2023-01-19 dvRestrict vmm(4) exposed cpuid extended feature flags.
2023-01-19 aoyamaDo not use unsupported __attribute__((warn_unused_resul...
2023-01-19 dtuckerCheck if we can copy sshd or need to use sudo to do...
2023-01-19 jsingRemove more unused assembly generation scripts.
2023-01-19 jsingRemove various unused assembly files and assembly gener...
2023-01-19 jsgdrm/i915: Fix CFI violations in gt_sysfs
2023-01-19 jsgdrm/amdgpu: Fix potential NULL dereference
2023-01-19 jsgdrm/amdgpu: enable VCN DPG for GC IP v11.0.4
2023-01-19 jsgdrm/amdgpu: Enable pg/cg flags on GC11_0_4 for VCN
2023-01-19 jsgdrm/amdgpu: add soc21 common ip block support for GC...
2023-01-19 jsgdrm/amd/pm: enable GPO dynamic control support for...
2023-01-19 jsgdrm/amd/pm: enable GPO dynamic control support for...
2023-01-19 jsgdrm/amd/pm: Enable bad memory page/channel recording...
next