Age | Commit message (Expand) | Author |
2022-01-19 | rpki-client: don't leak nfile if no repo is found. | Theo Buehler |
2022-01-19 | Add missing x509_init_oid() calls in regress tests. | Claudio Jeker |
2022-01-19 | Remove temporary verbose logging. | Anton Lindqvist |
2022-01-19 | go back to rev 1.5 of irq_work.h with tasks on system_wq | Jonathan Gray |
2022-01-19 | no longer need to disable -Wtautological-compare and | Jonathan Gray |
2022-01-19 | move some unused functions under ifdef | Jonathan Gray |
2022-01-19 | Comment out an incorrect lock assertion. | Martin Pieuchot |
2022-01-19 | __always_inline needs the inline keyword as well as the attribute | Jonathan Gray |
2022-01-18 | Avoid pulling sys/param.h, by using _ALIGN instead. | Theo de Raadt |
2022-01-18 | sync | Theo de Raadt |
2022-01-18 | PRT_make() can just zap the destination dos_partition if the | Kenneth R Westerback |
2022-01-18 | Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509(). | Claudio Jeker |
2022-01-18 | Use X509_get0_pubkey() for opk and remove the EVP_PKEY_free(opk). | Claudio Jeker |
2022-01-18 | Adjust after change to cert_parse() and ta_parse(). | Claudio Jeker |
2022-01-18 | Change cert_parse() and ta_parse() to no longer take a x509 handle as | Claudio Jeker |
2022-01-18 | More fixing. Previous revert was incomplete. | Claudio Jeker |
2022-01-18 | Revert all the files that should have not been committed in last commit. | Claudio Jeker |
2022-01-18 | Kill extra newline | Claudio Jeker |
2022-01-18 | Fix function name in warn message. | Theo Buehler |
2022-01-18 | Unify the various X509_verify_cert() calls and the boiler plate code around | Claudio Jeker |
2022-01-18 | Cleanup the scattered OBJ_txt2obj() calls and move them into | Claudio Jeker |
2022-01-18 | Properly handle read-only clusters in m_pullup(9). | Alexander Bluhm |
2022-01-18 | Improve how quirks are handled on sdhc(4)-compatible drivers. So far | Patrick Wildt |
2022-01-18 | return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies. | David Gwynne |
2022-01-18 | a comment about bridges shouldnt list switch(4), but can have veb(4). | David Gwynne |
2022-01-18 | Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller. | Visa Hankala |
2022-01-18 | plic: Fix cpuid handling | Visa Hankala |
2022-01-17 | when decompressing zlib compressed packets, use Z_SYNC_FLUSH instead | Damien Miller |
2022-01-17 | make most of the sftp errors more idiomatic, following the general form | Damien Miller |
2022-01-17 | when transferring multiple files in SFTP mode, create the destination | Damien Miller |
2022-01-17 | Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143, | Alexander Bluhm |
2022-01-17 | Stop supporting a GOT with only one reserved entry in static PIE | Philip Guenther |
2022-01-17 | dig: fix -Wunused-but-set-variable warnings | Christian Weisgerber |
2022-01-17 | rad: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2022-01-17 | sfcc: Fix accidental spinning | Visa Hankala |
2022-01-17 | Call uvm_pglistfree(9) instead of uvm_pmr_freepageq(). | Martin Pieuchot |
2022-01-17 | change irq work from interrupt context back to process context like | Jonathan Gray |
2022-01-17 | Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue | Nicholas Marriott |
2022-01-17 | filessystems -> filesystems | Jonathan Gray |
2022-01-17 | unstub dma_fence_chain_find_seqno() for non zero seqno | Jonathan Gray |
2022-01-17 | Allow more memory ranges in hibernate | Mike Larkin |
2022-01-17 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | remove "for all AArch64 platforms" from comment | Jonathan Gray |
2022-01-16 | drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk() | Jonathan Gray |
2022-01-16 | Remove trailing whitespace in a few places. No code change. | Mike Larkin |
2022-01-16 | dhcpd: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2022-01-16 | libfuse: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2022-01-16 | isakmpd: fix -Wunused-but-set-variable warnings | Christian Weisgerber |
2022-01-16 | pfctl: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2022-01-16 | modernise pcn_start with m_defrag and the "new" ifq pattern. | David Gwynne |