ifconfig.8: Update to show '-d' and '-u' is mutually exclusive
[dragonfly.git] / sys / kern /
2020-06-25 Daniel FojtUpgrade awk(1). 1/2
2020-06-16 Daniel Fojtkernel: improve open(2) error handling
2020-06-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-12 Daniel FojtUpgrade less(1). 1/2
2020-06-11 Daniel FojtUpgrade diffutils. 1/2
2020-06-11 Daniel Fojtkernel: fix misleading error from allocating file descr...
2020-06-09 Matthew Dillonkernel - Refactor sysclock_t from 32 to 64 bits
2020-06-07 Matthew Dillonkernel - Refactor kern_kevent(), fix timeout overflow...
2020-06-06 Matthew Dillonkernel - Increase KNOTE_CACHE_MAX
2020-06-06 Matthew Dillonkernel - Refactor kern_kevent(), fix timeout overflow...
2020-06-04 Matthew Dillonkernel - Refactor kern_kevent(), fix timeout overflow...
2020-06-04 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-02 Daniel FojtUpgrade grep(1). 1/2
2020-06-01 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-05-22 Sascha WildnerMerge branch 'vendor/BZIP'
2020-05-22 Sascha Wildnerkernel: Clean up some no longer used types from makesys...
2020-05-21 Sascha WildnerMerge branch 'vendor/WPA_SUPPLICANT'
2020-05-18 Aaron LIMerge branch 'vendor/TCPDUMP' (version 4.3.0 -> 4.9.3)
2020-05-18 Aaron LIMerge branch 'vendor/LIBPCAP' (version 1.8.1 -> 1.9.1)
2020-05-11 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-08 Sascha WildnerMerge branch 'vendor/FILE'
2020-05-05 Sascha Wildnerkernel/vm: Rename *_putpages()'s 'sync' argument to...
2020-04-24 Matthew Dillonkernel - Detune memory slab allocator pcpu caching...
2020-04-24 Matthew Dillonkernel - Remove CACHE_VREF: RACED debugging output
2020-04-21 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-14 Matthew Dillonkernel - Streamline refcount API
2020-04-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-04-13 Sascha Wildnerkernel: GC a few old system calls which are libc functi...
2020-04-01 Sascha WildnerMerge branch 'vendor/TCSH'
2020-03-28 Sascha Wildnerkernel: Remove <sys/n{amei,lookup}.h> from all files...
2020-03-28 Sascha Wildnerkernel: Remove <sys/mutex.h> from all files that don...
2020-03-28 Sascha Wildnerkernel: Remove <sys/mplock2.h> from all files that...
2020-03-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2020-03-18 Matthew Dillonkernel - Generate POLLHUP for fully disconnected socket
2020-03-14 Sascha Wildnerkernel: Remove some get_dev() remains. We no longer...
2020-03-14 zrjkernel: Adjust description for kern.tls_extra
2020-03-13 Sascha Wildnerkernel/kprintf: Add a tunable for the kern.kprintf_logg...
2020-03-11 Matthew Dillonkernel - Rework vfs_timestamp(), adjust default
2020-03-11 Matthew Dillonkernel - Do not use rdtsc() in the spinlock loop when...
2020-03-11 Matthew Dillonkernel - Allow 8254 timer to be forced, clean-up user...
2020-03-07 Matthew Dillonkernel - Add sysctl kern.tls_extra
2020-03-04 Matthew Dillonkernel - Minor optimizations
2020-03-04 Matthew Dillonkernel - Rename spinlock counter trick API
2020-03-04 Matthew Dillonkernel - Refactor cache_vref() using counter trick
2020-03-04 Matthew Dillonkernel - Fix minor scheduler bugs
2020-03-03 Matthew Dillonkernel - Normalize the vx_*() vnode interface
2020-03-03 Matthew Dillonkernel - Integrate the counter & 1 trick into the spinl...
2020-03-03 Matthew Dillonkernel - syscall path optimizations
2020-03-03 Matthew Dillonkernel - Refactor vfs_cache 4/N
2020-02-29 Matthew Dillonkernel - Improve cache_fullpath(), plus cleanup
2020-02-29 Matthew Dillonkernel - Comment future vrele() code intention
2020-02-29 Matthew Dillonkernel - Improve nlookup() performance w/absolute paths
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 3/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 2/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache ncp->nc_refs
2020-02-29 Matthew Dillonkernel - Update vfs_cache to use fcmpset
2020-02-27 Matthew Dillonflame_graph - Add initial code to support flame graphs
2020-02-26 Matthew Dillonkernel - Add kern.usched_dfly.poll_ticks
2020-02-26 Matthew Dillonkernel - Code path optimization for kmalloc/kfree
2020-02-26 Matthew Dillonkernel - Simple code path optimizations
2020-02-25 Matthew Dillonkernel - Simple cache line optimizations
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (3)
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (2)
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override
2020-02-22 Sascha WildnerRemove <sys/user.h> inclusion from a few files that...
2020-02-15 Matthew Dillonkernel - Micro optimization for vnode exclusive lock
2020-02-15 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS234'
2020-02-15 Matthew Dillonkernel - Fix rare wait*() deadlock
2020-02-15 Matthew Dillonkernel - Recode the namecache mount transition cache
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-14 Matthew Dillonkernel - Start work on a better burst page-fault mechanic
2020-02-14 Matthew Dillonkernel - Offset the stathz systimer by 50% of the hz...
2020-02-13 Matthew Dillonkernel - Improve tmpfs support
2020-02-12 Matthew Dillonkernel - Add B_TTC flag (buffer cache try-to-cache...
2020-02-11 Matthew Dillonkernel - Warn/assert on broken ACPI MADT
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-03 Matthew Dillonkernel - Make writing to /dev/urandom (to add entropy...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls
2020-01-31 Sepherosa Ziehautaskqueue: Fix the order of TASKQUEUE_DEFINE_THREAD
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-29 Matthew Dillonkernel - Document UPREQ and EXREQ cases better
2020-01-27 Matthew Dillonlockmgr - Fix bug in lockmgr() cancel path
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-17 Matthew Dillonkernel - Reduce mpipe overhead
2020-01-17 Matthew Dillonkernel - Cleanup unused / redundant code
2020-01-07 zrjMerge branch 'vendor/GDB'
2020-01-06 Matthew Dillonkernel - Fix bug in malloc_reinit_ncpus()
2020-01-06 Matthew Dillonkernel - Change default vfs timestamp precision sec...
2020-01-04 Matthew Dillonkernel - Update taskq code
2019-12-24 François Tigeotdrm/linux: Add Linux kthread functions
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-18 Matthew Dillonkernel - Fix rman_make_alignment_flags()
2019-12-17 Matthew Dillonkernel - Optimize nlookup() a bit more
2019-12-17 Matthew Dillonkernel - Refactor malloc_type to reduce static data...
2019-12-15 Matthew Dillonkernel - Test pending ints in more crit_exit*() paths
2019-12-14 Sascha Wildnerkernel: Remove various (mostly commented out) reference...
next