summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-31RegenMiod Vallat
2024-03-31Fix /dev/bio major.Miod Vallat
2024-03-31Remove long dead isa-on-powerpc leftovers.Miod Vallat
2024-03-31Stop referring to dead-since-30-years gatherstats() in comments.Miod Vallat
2024-03-30Prevent a recursion inside wakeup(9) when scheduler tracepoints are enabled.Martin Pieuchot
2024-03-30Document that pmemrange control data are protected by `uvm.fpageqlock'.Martin Pieuchot
2024-03-30regenJonathan Gray
2024-03-30add ids seen on Milk-V PioneerJonathan Gray
2024-03-30Use illop1 as failure instruction in the locore gap file.Miod Vallat
2024-03-30Prefer illop1 rather than nop for text padding in the ld.so linker script.Miod Vallat
2024-03-30Provide illop1 instruction encoding as TRAP.Miod Vallat
2024-03-30Add missing LCRYPTO_ALIAS()Theo Buehler
2024-03-30Fix LCRYPTO_UNUSED() in namespace buildsTheo Buehler
2024-03-30Initialize quic_method in tlsexttestTheo Buehler
2024-03-30Replace silly test1_exit() with exit()Theo Buehler
2024-03-30Remove call to lh_FUNCTION_free()Theo Buehler
2024-03-30Remove nonsensical comments. NFCMiod Vallat
2024-03-30In _malloc_init(), round up the region being mprotected RW to the mallocMiod Vallat
2024-03-30Bring back an inline db_enter(), which makes backtraces easier to grokMiod Vallat
2024-03-30Implement else branching logic including 'else if'.Martin Pieuchot
2024-03-30program relinking currently uses a Makefile.relink inside the re-link kit.Theo de Raadt
2024-03-30in OpenSSH private key format, correct type for subsequent privateDamien Miller
2024-03-30Hide symbols in aesjoshua
2024-03-30Hide symbols in camelliajoshua
2024-03-30Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.Joel Sing
2024-03-30allow WAYLAND_DISPLAY to enable SSH_ASKPASSDamien Miller
2024-03-30Hide symbols in whrlpooljoshua
2024-03-30Do multiple padding add/check iterations.Joel Sing
2024-03-30Hide symbols in CMSjoshua
2024-03-30use void in function decl with no args; avoids non-ANSI smatch warningsJonathan Gray
2024-03-30Add initial regress for RSA padding.Joel Sing
2024-03-30Remove pointless guard in cms headerjoshua
2024-03-30Tidy indentation.Joel Sing
2024-03-30Remove -app2_1 flags being passed to dsa and rsa regress.Joel Sing
2024-03-29Use SBI calls to reboot or power down the machine when the firmwareMark Kettenis
2024-03-29Skip calculating timings if we can't determine the frequency of the clock.Mark Kettenis
2024-03-29Drop the first argument of intr_establish().Miod Vallat
2024-03-29Store the physical address of each pcb in struct mdproc, and use this inMiod Vallat
2024-03-29Remove truly unneeded includes (not included indirectly).Miod Vallat
2024-03-29Check for %otherwin being nonzero earlier in rft_user.Miod Vallat
2024-03-29Simplify two more places where we don't need to check for unbiased stacks.Miod Vallat
2024-03-29STACKFRAME macro is always invoked on a well-formed 64-bit stack, no needMiod Vallat
2024-03-29Text faults should not invoke uvm_grow() since the fault address is not onMiod Vallat
2024-03-29send_softint() was designed as being able to target a particular cpu, but theMiod Vallat
2024-03-29Update/fix/remove obsolete or just plainly wrong comments.Miod Vallat
2024-03-29Stop including <machine/signal.h> in locore and remove _LOCORE guardsMiod Vallat
2024-03-29Move C declarations from intreg.h to <machine/intr.h> which includes it.Miod Vallat
2024-03-29Get rid of unnecessary defines in assym.h.Miod Vallat
2024-03-29Clean the fpu trap code:Miod Vallat
2024-03-29Be sure to reset p->p_md.md_fpstate to NULL after freeing it in cpu_exit().Miod Vallat