Age | Commit message (Expand) | Author |
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 |
2022-01-16 | Avoid memory leak in error path with openssl(1) smime | Kinichiro Inoguchi |
2022-01-16 | Avoid memory leak in error path with openssl(1) cms | Kinichiro Inoguchi |
2022-01-16 | activate/notify waiting kq kevents from bpf_wakeup directly. | David Gwynne |
2022-01-16 | initialies -> initializes | Jonathan Gray |
2022-01-16 | spelling | Jonathan Gray |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | Nothing depends on archdep.h pulling in other #includes anymore, | Philip Guenther |
2022-01-16 | stoeplizt -> stoeplitz | Jonathan Gray |
2022-01-15 | vmd: Remove a warning about non-32KHz timebases | Mike Larkin |
2022-01-15 | spelling | Jonathan Gray |
2022-01-15 | Add back an accidentally dropped .Pp | Theo Buehler |
2022-01-15 | Don't reset the controller on each transaction. Remove unecessary polling | Mark Kettenis |
2022-01-15 | Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removal | Theo Buehler |
2022-01-15 | Stop documenting clone digests. | Theo Buehler |
2022-01-15 | bring back spelling fix from rev 1.138 lost in rev 1.140 | Jonathan Gray |
2022-01-15 | Minor cleanup and simplification in dsa_pub_encode() | Theo Buehler |
2022-01-15 | Add ct.h and x509_vfy.h | Kinichiro Inoguchi |
2022-01-14 | Avoid buffer overflow in asn1_parse2 | Kinichiro Inoguchi |
2022-01-14 | mark failing tests for macppc | mbuhl |