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