dragonfly.git
2023-12-21 Aaron LIifconfig(8): Use constructor priority to define the...
2023-12-21 Aaron LInetstat(1): Update route.c to get rid of some file...
2023-12-21 Aaron LInetstat(1): Whitespace cleanups
2023-12-21 Aaron LInet/radix: Various minor improvements and cleanups
2023-12-21 Aaron LIgetsockopt.2: Improve manpage markups a bit
2023-12-20 Matthew Dillonkernel - Fix umount -f related panic
2023-12-18 Roy MarplesMerge branch 'vendor/DHCPCD'
2023-12-18 Roy MarplesImport dhcpcd-10.0.6 with the following changes: vendor/DHCPCD
2023-12-12 Tomohiro Kusumisbin/hammer2/hammer2.8: Correct default vfs.hammer2...
2023-12-11 Matthew Dillondhclient - Only clear arp table on specified interface
2023-12-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused chain LRU related
2023-12-10 Michael NeumannFix typos
2023-12-10 Michael Neumannbusdma - Remove filter functionality
2023-12-06 Matthew Dillonpf - Fix bug causing permissive TCP reset code
2023-12-01 Tomohiro Kusumiusr.sbin/makefs/hammer2: Properly support block device...
2023-11-30 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variable *pmp
2023-11-29 Tomohiro Kusumiusr.sbin/makefs: Sync with sys/vfs/hammer2
2023-11-29 Tomohiro Kusumisys/vfs/hammer2: Rename HAMMER2_INODE_ONRBTREE -> HAMME...
2023-11-26 Aaron LIurtwn(4): Add support for TP-Link TL-WN722N v2
2023-11-24 Tomohiro Kusumisys/vfs/hammer2: Remove REGFILE/SOFTLINK test in hammer...
2023-11-18 Tomohiro Kusumisys/vfs/hammer2: Minor cleanup
2023-11-18 Aaron LIopencrypto: Update aes_ctr_setkey() to validate key...
2023-11-18 Aaron LIopencrypto: Update auth_hash.Setkey() to return an...
2023-11-18 Aaron LIopencrypto: Manage context memory within cryptosoft
2023-11-18 Aaron LIopencrypto: Minor style cleanups / tweaks
2023-11-16 Aaron LInet/radix: Add and update various function/structure...
2023-11-16 Aaron LIRemove no longer needed casts for radix routines
2023-11-16 Aaron LInet/radix: Update parameter types to save callers from...
2023-11-16 Aaron LInet/radix: Update rn_inithead() parameter type to avoid...
2023-11-16 Aaron LIkernel: Use rn_flush()/rn_freehead() to flush/delete...
2023-11-16 Aaron LInet/radix: Implement rn_flush() and rn_freehead()
2023-11-16 Aaron LInet/radix: Move 'rn_bmask' to 'rn_u.rn_node' as it...
2023-11-16 Aaron LInet/radix: Clean up rn_newpair() for readability
2023-11-16 Aaron LIpf: Remove unneeded critical section around radix routines
2023-11-16 Aaron LIUse sizeof(uint32_t) for bpfattach(DLT_NULL) for clarity
2023-11-16 Aaron LIif_tun: Remove redundant assignment of 'ifp->if_type'
2023-11-14 Bill Yuanipfw3 table: `add` as an alias of `append`
2023-11-14 Bill Yuanipfw3 table: remove the `static`
2023-11-14 Bill Yuanipfw3_table: invoke the init in ipfw3_basic module
2023-11-14 Aaron LIMinor cleanups to 'sruct domain' definitions
2023-11-14 Aaron LIUpdate rn_inithead() users to switch to byte offset
2023-11-14 Aaron LInet/radix: Document rn_inithead() and change to use...
2023-11-14 Aaron LIrouted(8): Cleanup code w.r.t. _HAVE_SA_LEN and _HAVE_S...
2023-11-14 Aaron LIipfw3: Fix offset mistake in creating the MAC-type...
2023-11-12 Aaron LIRevert "<net/route.h>: Abuse RNF_NORMAL to fix 'sbin...
2023-11-12 Aaron LIrouted(8): Update to use the same radix code as the...
2023-11-12 Aaron LInet/radix: Make this code also usable in userland
2023-11-12 Aaron LInet/radix: Add 'const' qualifier to rn_zeros/rn_ones...
2023-11-11 Aaron LInet/radix: Fix a 'sign-compare' compilation warning...
2023-11-11 Aaron LIcrypto: Remove unused/useless chacha20/chacha-sw.c
2023-11-11 Aaron LIcrypto: Include chacha20 into this module
2023-11-11 Aaron LIcrypto: Cleanup Makefile by grouping and sorting the...
2023-11-11 Aaron LIcrypto: Remove obsolete chacha (superseded by chacha20)
2023-11-11 Aaron LIcsprng: Update to use crypto/chacha20 (a better version)
2023-11-11 Aaron LIcrypto/chacha20: Multiple minor tweaks and cleanups
2023-11-11 Aaron LIcsprng: Make use of the CSPRNG_UNLIMITED flag
2023-11-11 Kyle Buttpf: Fix 4 uses of PF_ANEQ
2023-11-10 Aaron LInetstat(1): Fix build against with <net/radix.h> gainin...
2023-11-10 Aaron LI<net/route.h>: Abuse RNF_NORMAL to fix 'sbin/routed...
2023-11-10 Aaron LI<net/radix.h>: Include <stdbool.h> for userland
2023-11-10 Aaron LI<net/radix.h>: Add 'ifdef' guard for MALLOC_DECLARE()
2023-11-10 Aaron LI<net/route.h>: Just always include <net/radix.h>
2023-11-10 Aaron LInet/radix: Rename field 'rn_Off' to 'rn_Offset' for...
2023-11-10 Aaron LInet/radix: Fix a subtle type cast error in rn_lexobetter()
2023-11-10 Aaron LInet/radix: Clean up rn_refines() for readability
2023-11-10 Aaron LInet/radix: Various minor style tweaks
2023-11-10 Aaron LInet/radix: Add 'const' qualifier to input key/netmask
2023-11-10 Aaron LInet/radix: Improve prototypes of public functions
2023-11-10 Aaron LInet/radix: Remove unnecessary prototype of local functions
2023-11-10 Aaron LInet/radix: Improve clen() macro by casting result to int
2023-11-10 Aaron LIpf: No need to enclose rn_lookup() with critical section
2023-11-10 Aaron LInet/radix: Simplify mask manipulation in rn_addmask()
2023-11-10 Aaron LInet/radix: Rename Free() to R_Free() to better align...
2023-11-10 Aaron LInet/radix: Use the standard type 'bool' and true/false...
2023-11-10 Aaron LInet/radix: Add 'const' qualifier for rn_refines()
2023-11-10 Aaron LIkernel: No need to handle mbuf allocation failures...
2023-11-10 Aaron LImbuf(9): Remove obsolete and unused 'kern.ipc.mbuf_wait...
2023-11-10 Aaron LIsys/net: Refactor ifq_dispatch() a bit to improve reada...
2023-11-05 Tomohiro Kusumisys/vfs/hammer2: Fix comments on comp|check macros
2023-11-05 Tomohiro Kusumihammer2: Use HAMMER2_CHECK_DEFAULT when creating inode
2023-11-05 Tomohiro Kusumihammer2: Rename HAMMER2_COMP_NEWFS_DEFAULT -> HAMMER2_C...
2023-11-05 Tomohiro Kusumisbin/hammer2/show: Use comp|checkmode string for blockr...
2023-11-05 Aaron LIlibkern: Remove karc4rand() in favor of karc4random_buf()
2023-11-05 Aaron LIlibkern: Add karc4random_uniform()
2023-11-05 Aaron LIlibkern: Add alias karc4random_buf() to karc4rand()
2023-11-05 Aaron LIsys/conf: Sort libkern files
2023-11-05 Aaron LIlibkern: Import explicit_bzero() from FreeBSD
2023-11-05 Aaron LIjail.8: Order the sysctl MIBs a bit to look more logical
2023-11-05 Aaron LItaskqueue(9): Change timeout_task_init() to use callout...
2023-11-05 Aaron LItaskqueue(9): Add enqueue func assertion for taskqueue_...
2023-11-05 Aaron LInfs: Fix a memory leak in the unused nfsrv_rcv()
2023-11-05 Aaron LIsocket: Fix a bug in soreceive() for the MSG_OOB case
2023-11-03 Tomohiro Kusumisbin/hammer2: Make comp|checkmodestr() available in...
2023-11-03 Tomohiro Kusumiusr.sbin/makefs: Add -o c|C option to specify comp...
2023-10-30 Tomohiro Kusumisys/vfs/hammer2: Remove unused lbase local variables...
2023-10-28 Peeter Mustkernel/evdev: change USB scancode 0x54 from KEY_SLASH...
2023-10-22 Matthew Dillonwifi - Add ID for Mercusys MW150US
2023-10-20 Matthew Dillonhammer2 - Try to reduce no-activity stalls during compl...
2023-10-20 Matthew Dillonhammer2 - Multitude of SMP contention fixes, work on...
2023-10-20 Matthew Dillonsystat - Change -pv, add -w option
next