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