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