openbsd
2024-04-03 tbFix warning about DistributionPointName type
2024-04-03 guentherAdd ci_cpuid_level and ci_vendor holding the per-CPU...
2024-04-02 sthenBackout previous commit (intending that libressl client...
2024-04-02 janImplement and enable TSO in vmx(4)
2024-04-02 tobheAdd check to make sure EAP header length matches expect...
2024-04-02 claudioImplement SO_ACCEPTCONN in getsockopt(2)
2024-04-02 deraadtOops, incorrect hex conversion spotted by claudio....
2024-04-02 mvsRemove wrong "temporary udp error" comment in filt_so...
2024-04-02 claudioRemove unused file
2024-04-02 deraadtfor parse_ipqos(), use strtonum() instead of mostly...
2024-04-02 deraadtcan shortcut by returning strtonum() value directly...
2024-04-02 deraadtrewrite convtime() to use a isdigit-scanner and strtonu...
2024-04-02 claudioRemove unused ptr[3] char array in pkcs11_decode_hex.
2024-04-02 deraadtReplace non-idiomatic strtoul(, 16) to parse a region...
2024-04-02 deraadtUse strtonum() instead of severely non-idomatic strtoul()
2024-04-02 jsgfix unintended sizeof(pointer) introduced in rev 1.41
2024-04-02 deraadtDelete the msyscall mechanism entirely, since mimmutabl...
2024-04-02 deraadtremove useless whitespace; from Jia Tan
2024-04-02 deraadtalso relink ssh-agent
2024-04-02 ratchovsndiod: Migrate clients upon watchdog timeout
2024-04-02 ratchovsndiod: Fix confusion between the slot and ctlslot...
2024-04-02 tbSimplify ecx_cms_sign_or_verify() using X509_ALGOR_set0...
2024-04-01 jsginit var to fix missing symtab section path
2024-04-01 millertAdvertise SMTPUTF8 and 8BITMIME extensions in EHLO.
2024-04-01 bennopinsyscalls appeared in 7.5
2024-04-01 antonThe regress/sys/arch/amd64/fpu/fenv.S utility issues...
2024-04-01 deraadtsync
2024-04-01 deraadtalso create a relink kit for ssh-agent, since it is...
2024-04-01 deraadtnew-style relink kit for sshd. The old scheme created...
2024-04-01 florianThe previous unveil feature test assumed that having the
2024-04-01 bluhmAdd some #ifdef XML_TESTING to the libexpat tests.
2024-04-01 bluhmUpdate libexpat to version 2.6.2.
2024-04-01 deraadtMention that port can be specified as 0 in some situati...
2024-04-01 deraadtEnforce the pinsyscall rules on non-static/ld.so/libc...
2024-04-01 patrickAdd clocks for the RK3588 PWM controller.
2024-04-01 deraadtsync
2024-04-01 guentherDelete 108 lines of ASM from vmx_enter_guest() that...
2024-03-31 kettenisEnable rge(4).
2024-03-31 bluhmCombine route_cache() and rtalloc_mpath() in new route_...
2024-03-31 mvsAllow listen(2) only on sockets of type SOCK_STREAM...
2024-03-31 mvsMark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK.
2024-03-31 miodRegen
2024-03-31 miodFix /dev/bio major.
2024-03-31 miodRemove long dead isa-on-powerpc leftovers.
2024-03-31 miodStop referring to dead-since-30-years gatherstats(...
2024-03-30 mpiPrevent a recursion inside wakeup(9) when scheduler...
2024-03-30 mpiDocument that pmemrange control data are protected...
2024-03-30 jsgregen
2024-03-30 jsgadd ids seen on Milk-V Pioneer
2024-03-30 miodUse illop1 as failure instruction in the locore gap...
2024-03-30 miodPrefer illop1 rather than nop for text padding in the...
2024-03-30 miodProvide illop1 instruction encoding as TRAP.
2024-03-30 tbAdd missing LCRYPTO_ALIAS()
2024-03-30 tbFix LCRYPTO_UNUSED() in namespace builds
2024-03-30 tbInitialize quic_method in tlsexttest
2024-03-30 tbReplace silly test1_exit() with exit()
2024-03-30 tbRemove call to lh_FUNCTION_free()
2024-03-30 miodRemove nonsensical comments. NFC
2024-03-30 miodIn _malloc_init(), round up the region being mprotected...
2024-03-30 miodBring back an inline db_enter(), which makes backtraces...
2024-03-30 mpiImplement else branching logic including 'else if'.
2024-03-30 deraadtprogram relinking currently uses a Makefile.relink...
2024-03-30 djmin OpenSSH private key format, correct type for subsequ...
2024-03-30 joshuaHide symbols in aes
2024-03-30 joshuaHide symbols in camellia
2024-03-30 jsingRewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS...
2024-03-30 djmallow WAYLAND_DISPLAY to enable SSH_ASKPASS
2024-03-30 joshuaHide symbols in whrlpool
2024-03-30 jsingDo multiple padding add/check iterations.
2024-03-30 joshuaHide symbols in CMS
2024-03-30 jsguse void in function decl with no args; avoids non...
2024-03-30 jsingAdd initial regress for RSA padding.
2024-03-30 joshuaRemove pointless guard in cms header
2024-03-30 jsingTidy indentation.
2024-03-30 jsingRemove -app2_1 flags being passed to dsa and rsa regress.
2024-03-29 kettenisUse SBI calls to reboot or power down the machine when...
2024-03-29 kettenisSkip calculating timings if we can't determine the...
2024-03-29 miodDrop the first argument of intr_establish().
2024-03-29 miodStore the physical address of each pcb in struct mdproc...
2024-03-29 miodRemove truly unneeded includes (not included indirectly).
2024-03-29 miodCheck for %otherwin being nonzero earlier in rft_user.
2024-03-29 miodSimplify two more places where we don't need to check...
2024-03-29 miodSTACKFRAME macro is always invoked on a well-formed...
2024-03-29 miodText faults should not invoke uvm_grow() since the...
2024-03-29 miodsend_softint() was designed as being able to target...
2024-03-29 miodUpdate/fix/remove obsolete or just plainly wrong comments.
2024-03-29 miodStop including <machine/signal.h> in locore and remove...
2024-03-29 miodMove C declarations from intreg.h to <machine/intr...
2024-03-29 miodGet rid of unnecessary defines in assym.h.
2024-03-29 miodClean the fpu trap code:
2024-03-29 miodBe sure to reset p->p_md.md_fpstate to NULL after freei...
2024-03-29 miodClean-up cache-related definitions and routines.
2024-03-29 miodComment out unused routines. They might become used...
2024-03-29 miodRemove dead code. Some of it had been dead since the...
2024-03-29 miodNo longer include <machine/fsr.h> from <machine/reg...
2024-03-29 miodDe-register fpu completion code.
2024-03-29 miodRemove dead defines, prototypes and data, and duplicate...
2024-03-29 miodRemove unconditional define of _LOCORE.
2024-03-29 miodNow that this file is no longer used by any libc C...
2024-03-29 miodDo not include <machine/frame.h> in libc sparc64 fpu...
next