summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03store root bridge data in softc before calling intel_init_stolen_res()Jonathan Gray
2022-02-03The sparc64 pmap at least requires the fault access_type to be aPhilip Guenther
2022-02-03Unindent and unwrap lines. Pull up a NULL check. No functional change.Theo Buehler
2022-02-03Remove commented variable declarationsTheo Buehler
2022-02-03Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp"Claudio Jeker
2022-02-03Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that theTheo Buehler
2022-02-03Use X509_*get0_pubkey() wherever possible to simplify and clean upTheo Buehler
2022-02-03Remove some stale comments.Theo Buehler
2022-02-03Time for rpki-client 7.6Claudio Jeker
2022-02-03On i386 run-regress-ungc fails with EINVAL. It passes uninitializedAlexander Bluhm
2022-02-03Delete unused/obsolete M_* type values.Philip Guenther
2022-02-03Use UVM_KMF_TRYLOCK for consistencyKlemens Nanni
2022-02-03Cleanup/simplify ssl_cert_type()Joel Sing
2022-02-03fdisk(8): Make -A preserve BIOS boot partitionVisa Hankala
2022-02-03Adjust size given to resize-pane for pane status line, GitHub issueNicholas Marriott
2022-02-03Use installboot(8) in install.md of riscv64.Visa Hankala
2022-02-03installboot(8): Adjustments for EFI platformsVisa Hankala
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issueNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2022-02-03inteldrm now requires ttmJonathan Gray
2022-02-03sync list of amdgpu files built with -msse -msse2 with linux 5.15.yJonathan Gray
2022-02-02Add apldma(4), a driver for the DMA controller found on Apple SoCs.Mark Kettenis
2022-02-02Get the pci bus number from the bus-range property when available, ratherMiod Vallat
2022-02-02When a RRDP fetch failed not only clear the filesystem but also flushClaudio Jeker
2022-02-02Add missing mode argument to open(2) with O_CREAT.Visa Hankala
2022-02-02typoTheo Buehler
2022-02-02acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come fromTheo de Raadt
2022-02-02unifdef __OpenBSD__Jonathan Gray
2022-02-02unifdef __NetBSD_Version__Jonathan Gray
2022-02-02drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.Jonathan Gray
2022-02-02drm/atomic: Add the crtc to affected crtc only if uapi.enable = trueJonathan Gray
2022-02-01test 'ssh-keygen -Y find-principals' with wildcard principals;Damien Miller
2022-02-01allow 'ssh-keygen -Y find-principals' to match wildcard principalsDamien Miller
2022-02-01mark const string array contents const too, i.e.Damien Miller
2022-02-01call intel_init_stolen_res() lost in drm 5.7 updateJonathan Gray
2022-02-01get stolen memory base and size for gen 12Jonathan Gray
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