ipfw3nat: show translations
[dragonfly.git] / sys / kern /
2018-03-23 Matthew Dillonkernel - Fix namecache leak / broken hysteresis
2018-03-21 Matthew Dillonkernel - Fix quickhalt panic-on-reboot
2018-03-20 Matthew Dillonkernel - Attempt to fix high vnlru cpu use
2018-03-19 Matthew Dillonkernel - Implement QUICKHALT shortcut for unmounting...
2018-03-19 Matthew Dillonkernel - Fix deadlock during halt/reboot
2018-03-17 Matthew Dillonkernel - Fix udev devfs leak and possible panic
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonkernel - Improve spinlock performance
2018-03-17 Matthew Dillonkernel - Clarify vsyncscan() operation
2018-03-17 Matthew Dillonkernel - Fix rare race in mutex ownership transfer
2018-03-10 Matthew Dillondisklabel64 - Make disktype optional, fix alignment bug
2018-03-06 Sascha Wildnerkernel/extp{read,write}v: Change ioccnt from u_int...
2018-02-18 Imre Vadászkern - Add D_MEM flag to /dev/mem and /dev/kmem charact...
2018-02-14 Matthew Dillonkernel - Vet b_cmd in swap_pager_strategy().
2018-02-14 Matthew Dillonkernel - Fix rare missed wakeup() in lockmgr
2018-02-14 Matthew Dillonkernel - Document bkvasync() requirements
2018-02-14 zrjkernel: Add security.ptr_restrict sysctl.
2018-02-14 zrjworld: Remove references to %r and %b.
2018-02-14 zrjkernel: Remove use of "%b" format in main kernel code.
2018-02-14 zrjkernel: Implement "%pb%i" as args safe "%b" replacement.
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 zrjkernel: Implement makedev_unit_b32()
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-11 Matthew Dillonkernel - syntax
2018-02-11 Matthew Dillonkernel - Fix two rare namecache bugs
2018-02-04 Matthew Dillonkernel - Do not panic on media size of zero in disk_probe()
2018-02-01 zrjkernel: Avoid empty macros.
2018-01-21 zrjkernel/bus: Avoid panic on NULL passed to kfree().
2018-01-16 Matthew Dillonkernel - Add a global priority hack for ACPI
2018-01-11 zrjkernel/sysv: Fix wrong assignment.
2018-01-05 Sascha WildnerClean up a bit for symlinked headers.
2017-12-27 zrjkernel: Remove 3 no longer used sysctls in vfs_bio.c
2017-12-26 Sepherosa Ziehausocket: Use fast close if SO_LINGER and linger==0.
2017-12-20 zrjkernel: Remove some references to i386.
2017-12-20 zrji386 removal, part 65/x: Remove some leftovers in kernel.
2017-12-18 Matthew Dillonkernel - Relax requirements for sysctl operations on...
2017-12-13 Sascha WildnerRemove <sys/ioccom.h> inclusion from a number of files.
2017-12-06 Matthew Dillonkernel - Adjust vfs.nbuf, kern.maxvnodes, and debug...
2017-12-02 zrjkernel/vfs: Avoid diagnostic line breaks.
2017-11-22 Sascha Wildnerkernel: Remove old SHOW_BUSYBUFS kernel configuration...
2017-11-22 zrjkernel: Remove <sys/inflate.h> inclusion from files...
2017-11-18 Matthew Dillonkernel - Fix vclean assertion due to short-cut taken...
2017-11-13 Matthew Dillonkernel - Fix mtime for deferred writes from mmap R+W
2017-11-09 Matthew Dillonkernel - Fix bug in vm_fault_page()
2017-11-08 Matthew Dillonkernel - Enhance debugging wakeup sysctl
2017-11-08 Matthew Dillonkernel - Try to fix 'busy buffer' panic.
2017-11-02 Matthew Dillonkernel - Improve uidinfo
2017-10-31 Matthew Dillonkernel - Add KVABIO debugging, flesh out inlines
2017-10-31 Matthew Dillonkernel - Remove vfs.cache.numfullpath* sysctl statistics
2017-10-31 Matthew Dillonkernel - Refactor lockmgr() (2)
2017-10-31 Matthew Dillonkernel - Refactor lwkt_token shared lock release
2017-10-31 Matthew Dillonkernel - Refactor lockmgr()
2017-10-31 Matthew Dillonkernel - Refactor kern_sendfile()
2017-10-31 Matthew Dillonkernel - Enhance vm_page_lookup_sbusy_try() API
2017-10-31 Matthew Dillonkernel - Increase MAGAZINE_CAPACITY_MAX
2017-10-28 Matthew Dillonkernel - Fix bugs and refactor namecache cleaning code
2017-10-28 Matthew Dillonkernel - Fix cluster_awrite() race
2017-10-28 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup() (2)
2017-10-21 Matthew Dillonkernel - Cleanup token code, add simple exclusive prior...
2017-10-20 Matthew Dillonkernel - Cleanup token code, add simple exclusive priority
2017-10-20 Matthew Dillonkernel - Add p_ppid
2017-10-20 Matthew Dillonkernel - Adjust tsc_delay()
2017-10-19 Matthew Dillonkernel - Make certain sysctl's unlocked (2)
2017-10-19 Matthew Dillonkernel - Make certain sysctl's unlocked
2017-10-19 Matthew Dillonkernel - Refactor sysctl locking
2017-10-18 Matthew Dillonkernel - Use soft-busy in vop_helper_read_shortcut()
2017-10-18 Matthew Dillonkernel - Add D_QUICK device flag
2017-10-18 Matthew Dillonkernel - Add lock debugging
2017-10-18 Matthew Dillonkernel - refactor vm_page busy
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-17 Sascha WildnerStitch LINT64 build back together.
2017-10-16 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup()
2017-10-16 Matthew Dillonkernel - Clean up ucred and plimit cache line locality
2017-10-16 Matthew Dillonkernel - Use fcmpset in lockmgr and tokens
2017-10-16 Matthew Dillonkernel - Optimize struct uidinfo
2017-10-16 Matthew Dillonkernel - Simplify umtx_sleep and umtx_wakeup support
2017-10-16 Matthew Dillonkernel - Increase ncmount_cache array
2017-10-16 Matthew Dillonkernel - Reoptimize sys_pipe
2017-10-16 Matthew Dillonkernel - Refactor sys_pipe
2017-10-16 Matthew Dillonkernel - Improve mountlist_scan() performance, track...
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics (2)
2017-10-16 Matthew Dillonkernel - Optimize shared -> excl spinlock contention
2017-10-16 Matthew Dillonkernel - Refactor smp collision statistics
2017-10-16 Matthew Dillonkernel - KVABIO allocbuf() optimization
2017-10-16 Matthew Dillonkernel - KVABIO stabilization
2017-10-16 Matthew Dillonkernel - Adjust ipiq execution code a bit
2017-10-16 Matthew Dillonkernel - Add wakeup() probe sysctl
2017-10-16 Matthew Dillonkernel - Add KVABIO support to NVMe, disk translation...
2017-10-16 Matthew Dillonkernel - Add KVABIO API (ability to avoid global TLB...
2017-10-16 Matthew Dillonkernel - Remove geteblk()
2017-10-16 Matthew Dillonkernel - Remove repurposebuf
2017-10-16 Matthew Dillonkernel - Remove B_MALLOC
2017-10-16 Sepherosa Ziehaukern: Remove ncpus2 and friends.
2017-10-14 Matthew Dillonkernel - Rearrange namecache globals a bit
2017-10-11 Thomas NikolajsenMerge commit 'crater/master'
2017-10-11 Sascha Wildnerkernel: Simplify various redundant conditions.
2017-10-05 Sepherosa Ziehausocket: Limit the number of accepted sockets that keven...
2017-10-03 Matthew Dillonkernel - Fix GCC reordering problem with td_critcount
2017-10-03 Matthew Dillonkernel - Fix rare lockmgr() state transition (2)
2017-10-01 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions (3)
next