Revert "Hack-fix buildworld after the ncurses upgrade."
[dragonfly.git] / sys / kern /
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)
2017-10-01 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions (2)
2017-10-01 Matthew Dillonkernel - Fix rare lockmgr() state transition
2017-09-28 Sepherosa Ziehaukern: Allocate sleep hash on owner cpu.
2017-09-29 Matthew Dillonkernel - Improve tsleep/wakeup queue collisions
2017-09-28 Matthew Dillonkernel - Restrict kill(-1, ...) to the reaper group...
2017-09-28 Sepherosa Ziehauuipc: Use sendmsg_oncpu, if possible.
2017-09-27 Sepherosa Ziehaucallout: Embed thread in per-cpu callout context.
2017-09-27 Sepherosa Ziehaukern: Enhance wakeup hash construction to reduce hash...
2017-09-27 Sepherosa Ziehaukern: Add read-only sysctl for sleep queue table size
2017-09-28 Matthew Dillonkernel - Fix cpu_rotator in lwkt_alloc_thread()
2017-09-27 Sepherosa Ziehaucallout: Allocate per-cpu callout context on the owner...
2017-09-27 Sepherosa Ziehaucallout: Allocate wheel on owner cpu.
2017-09-27 Sepherosa ZiehauRevert "callout: Allocate callout wheel/thread on the...
2017-09-27 Matthew Dillonkernel - Fix rare allproc scan vs p_ucred race
2017-09-26 Sepherosa Ziehaucallout: Allocate callout wheel/thread on the owner...
2017-09-26 Sepherosa Ziehaucallout: Minor style changes
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-20 Matthew Dillonkernel - Fix races in kern_dmsg.c (hammer2)
2017-09-19 Matthew Dillonkernel - Remove some kdmsg debugging
2017-09-16 Sepherosa Ziehaumtag: Use kmalloc flags, instead of just M_WAITOK or...
2017-09-14 Matthew Dillonkernel - Fix memory ordering race
2017-09-13 Matthew Dillonkernel - Fix shared lock bug in kern_mutex.c
2017-09-13 Matthew Dillonkernel - Fix sys% time reporting
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-11 Matthew Dillonkernel - Fix callout_stop/callout_reset rearm race
2017-09-09 Matthew Dillonkernel - Expand breadnx/breadcb/cluster_readx/cluster_r...
2017-09-08 Matthew Dillonkernel - vfsync() use synchronous bwrite() in low-memor...
2017-09-08 Matthew Dillonkernel - Adjust emergency pager, add D_NOEMERGPGR
2017-08-29 Sepherosa Ziehaupoll/select: Use 64bit serial for poll/select's kevent...
2017-08-29 Sepherosa ZiehauRevert "select: Don't allow unwanted/leftover fds being...
2017-08-28 Sepherosa Ziehaupoll: Fix inverse test
2017-08-28 Sepherosa Ziehauselect: Don't allow unwanted/leftover fds being returned.
2017-08-25 Matthew Dillonkernel - wakeup() lfence -> mfence
2017-08-25 Matthew Dillonkernel - Remove mutex debug counters
2017-08-23 Imre Vadászkqueue: Make EVFILT_USER event behaviour more consistent.
2017-08-23 Matthew Dillonkernel - Fix SMP tsleep_interlock() vs wakeup() race
2017-08-22 Matthew Dillonkernel - Fix callout race and panic (2)
2017-08-21 Matthew Dillonkernel - Fix callout race and panic
2017-08-19 Imre Vadászkqueue: Fix typo in filt_userattach function: kn_fflags...
2017-08-16 Matthew Dillonkernel - More high-process-count fixes
2017-08-16 Matthew Dillonkernel - Fix uload calculation in usched_dfly
2017-08-14 Matthew Dillonkernel - Increase flock() / posix-lock limit
next