summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-09Add PCI support for ufshci(4). Tested on the Microsoft Surface Go 4.Marcus Glocker
2024-04-09Add hidden conf.h, missed in an earlier commitTheo Buehler
2024-04-09Add regress coverage for BN_bn2mpi()/BN_mpi2bn().Joel Sing
2024-04-09Hide symbols in conf.hBob Beck
2024-04-09Plug leaks in ASN1_TIME_set_string_internal()Theo Buehler
2024-04-09Hide public symbols in x509.hBob Beck
2024-04-09Hide public symbols in evp.hBob Beck
2024-04-09Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.Bob Beck
2024-04-09Don't include net/art.h in net/rtable.h instead let the two usersClaudio Jeker
2024-04-09Limit the number of provider ASnumbers to MAX_ASPA_SPAS_COUNT (10'000)Claudio Jeker
2024-04-09Increase RTR PDU limit to 48k and limit number of SPAS to 10'000.Claudio Jeker
2024-04-09Check that the ASPA tas array fits in an IMSG before sending the ASPAClaudio Jeker
2024-04-09reduce diff to linuxJonathan Gray
2024-04-09Remove the "cubie" miniroot. There are far more popular armv7 boardsMark Kettenis
2024-04-09Plug route leak in IP output.Alexander Bluhm
2024-04-09Add a capability enforcement integration test.Claudio Jeker
2024-04-09Add capability announce enforcement test and fixup some other result filesClaudio Jeker
2024-04-09Allow operators to enforce the presence of certain capabilities on sessions.Claudio Jeker
2024-04-09Clean up Symbols.namespaceBob Beck
2024-04-09regenJonathan Gray
2024-04-09more Intel DG2 graphics idsJonathan Gray
2024-04-09drm/i915: ATS-M device ID updateJonathan Gray
2024-04-09drm/i915: Add new PCI IDs to DG2 platform in driverJonathan Gray
2024-04-09drm/i915: Add new DG2 PCI IDsJonathan Gray
2024-04-08Remove notBefore and notAfter cacheing.Bob Beck
2024-04-08Remove spaces before tabsTheo Buehler
2024-04-08Stop redeclaring ENTRY, the <machine/asm.h> flavour is as good as we need it.Miod Vallat
2024-04-08Fix misplaced END() macro.Miod Vallat
2024-04-08Remove unused tf_fault and tf_kstack members from struct trapframe. TheseMiod Vallat
2024-04-08Remove demap code for MMU miss faults.Miod Vallat
2024-04-08There is too much #ifdef DEBUG stuff cluttering locore, really. While some ofMiod Vallat
2024-04-08Introduce more assembler macros to deduplicate code and improve readability:Miod Vallat
2024-04-08Remove dead code and data, fix typos, kill wrong comments.Miod Vallat
2024-04-08Fix cut'n'paste error in data miss handler causing wrong label to be used inMiod Vallat
2024-04-08Fix sun4v patching of sp_tlb_flush_ctx() to pass flags in the right register.Miod Vallat
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-04-08Fix capping of VAPsTheo Buehler
2024-04-08Call daemon() only in parent and before proc_exec() to avoid orphaning childTobias Heider
2024-04-08Move daemon() after proc_setup() to sync with other proc.c daemons.Tobias Heider
2024-04-08Call daemon() only in parent and before proc_exec() to avoid orphaning childTobias Heider
2024-04-08Call daemon() only in parent and before proc_exec() to avoid orphaning childTobias Heider
2024-04-08more ansi function declsJonathan Gray
2024-04-08drm: panel-orientation-quirks: Add quirk for GPD Win MiniJonathan Gray
2024-04-08drm: panel-orientation-quirks: Add quirk for Lenovo Legion GoJonathan Gray
2024-04-07The RISC-V architecture has cache-coherent DMA... until it doesn't. ThisMark Kettenis
2024-04-07Rework CMS_add_simple_smimecap()Theo Buehler
2024-04-07match another two Alder Lake-N DesignWare I2C idsJonathan Gray
2024-04-07regenJonathan Gray
2024-04-07another two Alder Lake-N DesignWare I2C idsJonathan Gray
2024-04-06Now that we support RISC-V CPUs that have MMUs with memory cachabilityMark Kettenis