summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-18Cleanup the scattered OBJ_txt2obj() calls and move them intoClaudio Jeker
2022-01-18Properly handle read-only clusters in m_pullup(9).Alexander Bluhm
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies.David Gwynne
2022-01-18a comment about bridges shouldnt list switch(4), but can have veb(4).David Gwynne
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-18plic: Fix cpuid handlingVisa Hankala
2022-01-17when decompressing zlib compressed packets, use Z_SYNC_FLUSH insteadDamien Miller
2022-01-17make most of the sftp errors more idiomatic, following the general formDamien Miller
2022-01-17when transferring multiple files in SFTP mode, create the destinationDamien Miller
2022-01-17Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,Alexander Bluhm
2022-01-17Stop supporting a GOT with only one reserved entry in static PIEPhilip Guenther
2022-01-17dig: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-17rad: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-17sfcc: Fix accidental spinningVisa Hankala
2022-01-17Call uvm_pglistfree(9) instead of uvm_pmr_freepageq().Martin Pieuchot
2022-01-17change irq work from interrupt context back to process context likeJonathan Gray
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issueNicholas Marriott
2022-01-17filessystems -> filesystemsJonathan Gray
2022-01-17unstub dma_fence_chain_find_seqno() for non zero seqnoJonathan Gray
2022-01-17Allow more memory ranges in hibernateMike Larkin
2022-01-17Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16remove "for all AArch64 platforms" from commentJonathan Gray
2022-01-16drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Jonathan Gray
2022-01-16Remove trailing whitespace in a few places. No code change.Mike Larkin
2022-01-16dhcpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-16libfuse: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-16isakmpd: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-16pfctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-16modernise pcn_start with m_defrag and the "new" ifq pattern.David Gwynne
2022-01-16Avoid memory leak in error path with openssl(1) smimeKinichiro Inoguchi
2022-01-16Avoid memory leak in error path with openssl(1) cmsKinichiro Inoguchi
2022-01-16activate/notify waiting kq kevents from bpf_wakeup directly.David Gwynne
2022-01-16initialies -> initializesJonathan Gray
2022-01-16spellingJonathan Gray
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16Nothing depends on archdep.h pulling in other #includes anymore,Philip Guenther
2022-01-16stoeplizt -> stoeplitzJonathan Gray
2022-01-15vmd: Remove a warning about non-32KHz timebasesMike Larkin
2022-01-15spellingJonathan Gray
2022-01-15Add back an accidentally dropped .PpTheo Buehler
2022-01-15Don't reset the controller on each transaction. Remove unecessary pollingMark Kettenis
2022-01-15Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removalTheo Buehler
2022-01-15Stop documenting clone digests.Theo Buehler
2022-01-15bring back spelling fix from rev 1.138 lost in rev 1.140Jonathan Gray
2022-01-15Minor cleanup and simplification in dsa_pub_encode()Theo Buehler
2022-01-15Add ct.h and x509_vfy.hKinichiro Inoguchi
2022-01-14Avoid buffer overflow in asn1_parse2Kinichiro Inoguchi
2022-01-14mark failing tests for macppcmbuhl