summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-01better match legacy scp behaviour: show un-expanded paths in errorDamien Miller
2022-02-01An old hack skips use of memory regions < 1MB size, because some machinesTheo de Raadt
2022-02-01Make sure we always pass a page-aligned address to pmap_grow_map().Mark Kettenis
2022-02-01A menu must be shown on a client, so always give the client when addingNicholas Marriott
2022-02-01GPE_DIRECT is calling the AML parser from interrupt context, which isTheo de Raadt
2022-02-01Use TLS_PADDING_* defines.Joel Sing
2022-02-01Provide our own signature padding defines.Joel Sing
2022-02-01Revise/simplify for signer interface change.Joel Sing
2022-02-01Revise signer callback interface.Joel Sing
2022-02-01pkg_delete(1): print usage when args aren't supplied.Dave Voutila
2022-02-01When a struct ipovly needs to be computed and checksummed in in4_cksum(),Miod Vallat
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022Nicholas Marriott
2022-02-01Mention that if-shell and #() use /bin/sh.Nicholas Marriott
2022-02-01Do not overflow width when not enough space.Nicholas Marriott
2022-02-01Attempt to guarantee that on copy-on-write faulting, the new copyPhilip Guenther
2022-02-01Remove explicit kill of privsep preauth child's PID in SIGALRM handler.Darren Tucker
2022-02-01use unsigned long for length argument of linux copyin/copyout equivalentsJonathan Gray
2022-01-31In isakmpd's pf_key_v2_enable_sa(), check if proto is NULL and if so,Stuart Henderson
2022-01-31tcpdump: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-31add kstat_remove to NAME and CONTEXT; ok dlgJason McIntyre
2022-01-31enable the movntdqa version of drm_memcpy_from_wc()Jonathan Gray
2022-01-31define CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND to reduce diff to linuxJonathan Gray
2022-01-31Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-31Inline RELOC_* into boot_md.c and simplify the code based on whatPhilip Guenther
2022-01-31+kstat_destroyDavid Gwynne
2022-01-31add kstat_remove so you can tear the struct apart before kstat_destroyDavid Gwynne
2022-01-31revert fb size workaround from amdgpu_gmc.c rev 1.3Jonathan Gray
2022-01-31unstub append_oa_sample()Jonathan Gray
2022-01-31Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.Alexander Bluhm
2022-01-30unstub intel_gt_get_awake_time()Jonathan Gray
2022-01-30push stub down in __await_execution()Jonathan Gray
2022-01-30Add aplnco(4), a driver for the Numerically-controlled oscillator (NCO)Mark Kettenis
2022-01-30Add tascodec(4), a driver for the TI TAS2770/TAS5770 digital audioMark Kettenis
2022-01-30Add test coverage for tls_signer when used with a TLS server.Joel Sing
2022-01-30Add initial regress for tls_signer.Joel Sing
2022-01-30Add missing NULL check.Martijn van Duren
2022-01-30When walking a pf table, we only are supposed to return IPv4 addresses.Martijn van Duren
2022-01-30Localize variables used only in functionsAndrew Fresh
2022-01-29Clean up exit codesAndrew Fresh
2022-01-29rtwn and urtwn firmware got better licenses and moved to baseAndrew Fresh
2022-01-29"Unregister" installed firmware that isn't in the SHA256.sigAndrew Fresh
2022-01-29ftplist management moves to a different IP. It would be nice if thisTheo de Raadt
2022-01-29Put the leaf and subleaf input values (from rax/rcx) into local variables,Philip Guenther
2022-01-29drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Jonathan Gray
2022-01-29drm/amd/display: reset dcn31 SMU mailbox on failuresJonathan Gray
2022-01-29drm/i915: Flush TLBs before releasing backing storeJonathan Gray
2022-01-29Fix macro name in comment.Kenji Aoyama
2022-01-29Use local symbols in libkern mips64 assembly routines.Visa Hankala
2022-01-29Add limits.h for INT_MAX in tls_signer.cKinichiro Inoguchi
2022-01-29head(1): refactor main loopScott Soule Cheloha