2024-04-01 |
deraadt | Mention that port can be specified as 0 in some situati... |
commit | commitdiff | tree | snapshot |
2024-04-01 |
deraadt | Enforce the pinsyscall rules on non-static/ld.so/libc... |
commit | commitdiff | tree | snapshot |
2024-04-01 |
patrick | Add clocks for the RK3588 PWM controller. |
commit | commitdiff | tree | snapshot |
2024-04-01 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-04-01 |
guenther | Delete 108 lines of ASM from vmx_enter_guest() that... |
commit | commitdiff | tree | snapshot |
2024-03-31 |
kettenis | Enable rge(4). |
commit | commitdiff | tree | snapshot |
2024-03-31 |
bluhm | Combine route_cache() and rtalloc_mpath() in new route_... |
commit | commitdiff | tree | snapshot |
2024-03-31 |
mvs | Allow listen(2) only on sockets of type SOCK_STREAM... |
commit | commitdiff | tree | snapshot |
2024-03-31 |
mvs | Mark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK. |
commit | commitdiff | tree | snapshot |
2024-03-31 |
miod | Regen |
commit | commitdiff | tree | snapshot |
2024-03-31 |
miod | Fix /dev/bio major. |
commit | commitdiff | tree | snapshot |
2024-03-31 |
miod | Remove long dead isa-on-powerpc leftovers. |
commit | commitdiff | tree | snapshot |
2024-03-31 |
miod | Stop referring to dead-since-30-years gatherstats(... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
mpi | Prevent a recursion inside wakeup(9) when scheduler... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
mpi | Document that pmemrange control data are protected... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsg | add ids seen on Milk-V Pioneer |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | Use illop1 as failure instruction in the locore gap... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | Prefer illop1 rather than nop for text padding in the... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | Provide illop1 instruction encoding as TRAP. |
commit | commitdiff | tree | snapshot |
2024-03-30 |
tb | Add missing LCRYPTO_ALIAS() |
commit | commitdiff | tree | snapshot |
2024-03-30 |
tb | Fix LCRYPTO_UNUSED() in namespace builds |
commit | commitdiff | tree | snapshot |
2024-03-30 |
tb | Initialize quic_method in tlsexttest |
commit | commitdiff | tree | snapshot |
2024-03-30 |
tb | Replace silly test1_exit() with exit() |
commit | commitdiff | tree | snapshot |
2024-03-30 |
tb | Remove call to lh_FUNCTION_free() |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | Remove nonsensical comments. NFC |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | In _malloc_init(), round up the region being mprotected... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
miod | Bring back an inline db_enter(), which makes backtraces... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
mpi | Implement else branching logic including 'else if'. |
commit | commitdiff | tree | snapshot |
2024-03-30 |
deraadt | program relinking currently uses a Makefile.relink... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
djm | in OpenSSH private key format, correct type for subsequ... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
joshua | Hide symbols in aes |
commit | commitdiff | tree | snapshot |
2024-03-30 |
joshua | Hide symbols in camellia |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsing | Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
djm | allow WAYLAND_DISPLAY to enable SSH_ASKPASS |
commit | commitdiff | tree | snapshot |
2024-03-30 |
joshua | Hide symbols in whrlpool |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsing | Do multiple padding add/check iterations. |
commit | commitdiff | tree | snapshot |
2024-03-30 |
joshua | Hide symbols in CMS |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsg | use void in function decl with no args; avoids non... |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsing | Add initial regress for RSA padding. |
commit | commitdiff | tree | snapshot |
2024-03-30 |
joshua | Remove pointless guard in cms header |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsing | Tidy indentation. |
commit | commitdiff | tree | snapshot |
2024-03-30 |
jsing | Remove -app2_1 flags being passed to dsa and rsa regress. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
kettenis | Use SBI calls to reboot or power down the machine when... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
kettenis | Skip calculating timings if we can't determine the... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Drop the first argument of intr_establish(). |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Store the physical address of each pcb in struct mdproc... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Remove truly unneeded includes (not included indirectly). |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Check for %otherwin being nonzero earlier in rft_user. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Simplify two more places where we don't need to check... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | STACKFRAME macro is always invoked on a well-formed... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Text faults should not invoke uvm_grow() since the... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | send_softint() was designed as being able to target... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Update/fix/remove obsolete or just plainly wrong comments. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Stop including <machine/signal.h> in locore and remove... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Move C declarations from intreg.h to <machine/intr... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Get rid of unnecessary defines in assym.h. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Clean the fpu trap code: |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Be sure to reset p->p_md.md_fpstate to NULL after freei... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Clean-up cache-related definitions and routines. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Comment out unused routines. They might become used... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Remove dead code. Some of it had been dead since the... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | No longer include <machine/fsr.h> from <machine/reg... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | De-register fpu completion code. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Remove dead defines, prototypes and data, and duplicate... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Remove unconditional define of _LOCORE. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Now that this file is no longer used by any libc C... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Do not include <machine/frame.h> in libc sparc64 fpu... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
kettenis | Fix writing the prefetchable mmio window base/limit. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Tweak defines since the Td4 table is only used for... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Always use C functions for AES_{encrypt,decrypt}(). |
commit | commitdiff | tree | snapshot |
2024-03-29 |
dtucker | Use egrep instead of grep -E. Some plaforms don't... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
stsp | skip dwqe_tx_proc() processing while the interface... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
deraadt | SYS_msyscall will go away soon. kdump does not need... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Remove previously missed idea file. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Consolidate cast code. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Consolidate camellia code. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Move camellia to primary Makefile. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
joshua | Add table-driven Whirlpool tests |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Remove now unused camellia assembly implementations. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Stop building camellia assembly on amd64 and i386. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
deraadt | Stop printing the "syscall" bit related to msyscall... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | No longer build the objective-C compiler (cc1obj).... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Remove one global variable duplicating uvmexp.pagesize. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
miod | Simplify the conditionals for architectures which do... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
deraadt | the msyscall(2) manual page can be deleted. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
deraadt | Remove the at-syscall-time check for msyscall(2)'s... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Sprinkle a few references to RFC 8419 |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Add regress coverage for EdDSA in CMS |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Implement Ed25519 signatures for CMS (RFC 8419) |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Move aes_core.c to the primary Makefile. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Consolidate idea into a single C file. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Remove unused n2ln, l2nn, n2l and l2n macros. |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Make X509_VERIFY_PARAM_set1_policies() less bad |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Clean up X509_VERIFY_PARAM_add0_policy() |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Always use C functions for AES_set_{encrypt,decrypt... |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Retire mime_debug() |
commit | commitdiff | tree | snapshot |
2024-03-29 |
tb | Improve error checking in i2d_ASN1_bio_stream() |
commit | commitdiff | tree | snapshot |
2024-03-29 |
jsing | Consolidate whirlpool into a single C file. |
commit | commitdiff | tree | snapshot |
next |