160
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Feb 26, 2024 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tidy includes. More... 1 day ago
Expand HASH_* defines. More... 1 day ago
Reorder functions. More... 1 day ago
Inline functions from md32_common.h for ripemd. More... 1 day ago
Fix line wrapping. More... 1 day ago
reduce diff to linux
jsg
More... 1 day ago
sync More... 1 day ago
sys More... 1 day ago
Delete pinsyscall(2) [which was specific only to SYS_execve] now that it has been replaced with pinsyscalls(2) [which tells the kernel the location of all system calls in libc.so] floated to various people before release, but it was prudent to wait. More... 1 day ago
Remove fallback files that are now always included in the build. More... 1 day ago
Use TLS_ERROR_OUT_OF_MEMORY error code for calloc errors in libtls More... 1 day ago
Move rc4.c to primary Makefile. More... 1 day ago
Use C functions for RC4 public API. More... 1 day ago
Fix coverity complaints. More... 1 day ago
Check the return value of EVP_CIPHER_CTX_reset()
tb
More... 1 day ago
Move des sources to primary Makefile. More... 1 day ago
Remove now unused des assembly. More... 1 day ago
Stop building the assembly implementation of des on sparc64. More... 1 day ago
Remove now unused ripemd i386 assembly. More... 1 day ago
Stop building the assembly implementation of des and ripemd on i386. More... 1 day ago
Consolidate most of the AES modes into a single C file. More... 1 day ago
PKCS#1.5 PBE: test and assign
tb
More... 1 day ago
Stop pandering to the loadbalancer industrial complex. More... 1 day ago
fix leaks in the horrible ssl whackery necessary for this test. More... 1 day ago
The RISC-V architecture specification says that memory read/writes are not ordered with respect to mmio read/writes. This appears to happen on T-Head C920 cores as I'm seeing interrupts being enabled before the lock is released in mtx_leave() despite program order releasing the lock before enabling interrupts. This is fixed by adding the necessary fences in more or less the same places where Linux uses them. More... 1 day ago
Fix fdt_find_node(). We should make sure we match the full name when matching path components (but we do allow matches with the @unit bit). More... 1 day ago
Introduce SB_OWNLOCK to mark sockets which `so_rcv' buffer modified outside socket lock.
mvs
More... 1 day ago
Fix up server processing of key shares. More... 1 day ago
When the syscall number has to be loaded from a pc-relative location, abuse END macros to place the number at the end of the syscall wrapper rather than in the middle of it, so that there is no need to branch around it; this saves two instructions per syscall number >= 128. More... 1 day ago
Initialize uvm_km_pages.mtx before use. okay mpi@ miod@ More... 2 days ago