summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-04Make fw_update -p consistentAndrew Fresh
2024-11-04remove unused inline function; ok dlg@Jonathan Gray
2024-11-03Need to call unsleep before doing the SSTOP check. We need to ensure thatClaudio Jeker
2024-11-03affine coordinates: the intention was to move the check, not to copy it...Theo Buehler
2024-11-03Clear UDP checksum out flag when stripping UDP header.Alexander Bluhm
2024-11-03Move point at infinity check to API boundaryTheo Buehler
2024-11-03Add regress coverage for BN_bn2binpad() and BN_bn2lebinpad().Joel Sing
2024-11-03Add some additional BN conversion test cases.Joel Sing
2024-11-03Revert previous, at least on arm64 too many pages end up being wired.Martin Pieuchot
2024-11-03Introduce a `shortage' variable to reduce accesses to `uvmexp.free' & friends.Martin Pieuchot
2024-11-03Do not put wired pages on the page queues & release their swap resources.Martin Pieuchot
2024-11-03add powerpc64 and riscv64 to tags arch listJonathan Gray
2024-11-03do not uppercase "virtual function";Jason McIntyre
2024-11-03add entry for ixv(4);Jason McIntyre
2024-11-02d2i_ECPKParameters(): unify return statement with rest of fileTheo Buehler
2024-11-02netcat: drop caddr_t cast. It's not needed and not portable.Theo Buehler
2024-11-02Use lowercase in locking comments when not refering to a global lock.Martin Pieuchot
2024-11-02Use a ringbuffer per CPU instead of a ringbuffer per PCB.Martin Pieuchot
2024-11-02add the build user to the build login class now that enough time has passedRobert Nagy
2024-11-02ec_convert: remove _OCT also from the macro namesTheo Buehler
2024-11-02Fix includes in ec_lib and ecp_smplTheo Buehler
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libTheo Buehler
2024-11-02Move edid_print() behind defined(EDID_DEBUG).Miod Vallat
2024-11-02ec_asn1_test: I somehow managed to commit the version without freezero...Theo Buehler
2024-11-02Assert assumption on CRYPTO_THREADIDTheo Buehler
2024-11-02Improve detection of gaps in ManifestissuanceJob Snijders
2024-11-02use correct array index when setting frequencyJonathan Gray
2024-11-02Check if the mapping for an vm_map_entry exists while holding its lock.Martin Pieuchot
2024-11-02Handle faults on wired map entries similarly to VM_FAULT_WIRE faults.Martin Pieuchot
2024-11-02Always use new_vmcmd() from exec_subr.c, remove the macro whichJonathan Gray
2024-11-02Update APNIC trust anchor constraintsJob Snijders
2024-11-02Remove #if !defined(ASSEMBLER) guards, this file is not used by boot blocksMiod Vallat
2024-11-02Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()Theo Buehler
2024-11-02Bye bye CRYPTO_THREADIDTheo Buehler
2024-11-02Inline last uses of CRYPTO_THREADID in err/Theo Buehler
2024-11-02Kill unused pmap_collect().Martin Pieuchot
2024-11-02Compute inactive target only once per iteration.Martin Pieuchot
2024-11-02sort includesTheo Buehler
2024-11-02add Xr to self for ix and ixv;Jason McIntyre
2024-11-02sort sections (BUGS goes last) and use some Ox/An in AUTHORS;Jason McIntyre
2024-11-02Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,YASUOKA Masahiko
2024-11-01Retire uvm_km_zalloc().Martin Pieuchot
2024-11-01More include sweeping in cms.Theo Buehler
2024-11-01Fix includes in cms_env.cTheo Buehler
2024-11-01Drop some pointless parenthesesTheo Buehler
2024-11-01Only include cryptlib.h where it's neededTheo Buehler
2024-11-01ec_asn1_test: set compressed coordinates for the "simple" generatorTheo Buehler
2024-11-01In macppc ofwboot, sync instruction cache before entering kernelGeorge Koehler
2024-11-01Also exercise the "simple" version of the builtin curves, not only "mont"Theo Buehler
2024-11-01Clean up PPC CPU capabilities and Montgomery code.Joel Sing