21
I Use This!
High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
<net/radix.h>: Include <stdbool.h> for userland More... 6 months ago
<net/radix.h>: Add 'ifdef' guard for MALLOC_DECLARE() More... 6 months ago
<net/route.h>: Just always include <net/radix.h> More... 6 months ago
pf: No need to enclose rn_lookup() with critical section More... 6 months ago
kernel: No need to handle mbuf allocation failures if use M_WAITOK More... 6 months ago
crypto: Remove unused/useless chacha20/chacha-sw.c More... 6 months ago
crypto: Include chacha20 into this module More... 6 months ago
crypto: Cleanup Makefile by grouping and sorting the sources More... 6 months ago
wg: Port #25: replace wmb() with cpu_sfence() More... 6 months ago
wg: Port #24: replace netisr_dispatch() with netisr_queue() More... 6 months ago
opencrypto: Minor style cleanups / tweaks More... 6 months ago
crypto: Remove obsolete chacha (superseded by chacha20) More... 6 months ago
csprng: Update to use crypto/chacha20 (a better version) More... 6 months ago
crypto/chacha20: Multiple minor tweaks and cleanups More... 6 months ago
csprng: Make use of the CSPRNG_UNLIMITED flag More... 6 months ago
mbuf(9): Remove obsolete and unused 'kern.ipc.mbuf_wait' sysctl More... 6 months ago
sys/vfs/hammer2: Fix comments on comp|check macros More... 6 months ago
hammer2: Use HAMMER2_CHECK_DEFAULT when creating inode More... 6 months ago
hammer2: Rename HAMMER2_COMP_NEWFS_DEFAULT -> HAMMER2_COMP_DEFAULT More... 6 months ago
libkern: Remove karc4rand() in favor of karc4random_buf() More... 6 months ago
sbin/hammer2/show: Use comp|checkmode string for blockref methods More... 6 months ago
sbin/hammer2: Make comp|checkmodestr() available in subs.c More... 6 months ago
usr.sbin/makefs: Add -o c|C option to specify comp|check type More... 6 months ago
jail.8: Order the sysctl MIBs a bit to look more logical More... 6 months ago
taskqueue(9): Change timeout_task_init() to use callout_init_mp() More... 6 months ago
taskqueue(9): Add enqueue func assertion for taskqueue_start_threads() More... 6 months ago
nfs: Fix a memory leak in the unused nfsrv_rcv() More... 6 months ago
socket: Fix a bug in soreceive() for the MSG_OOB case More... 6 months ago
socket: Implement the SO_USER_COOKIE option More... 6 months ago
getsockopt.2: Improve manpage markups a bit More... 6 months ago