Bring in vmx(4) (VMware virtual network driver, aka vmxnet3).
[dragonfly.git] / sys / kern /
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
2017-08-14 Matthew Dillonkernel - Increase default mbufs
2017-08-14 Matthew Dillonkernel - Remove bottlenecks related to mass pipe closures
2017-08-11 Sepherosa Ziehauroute: Routes should only be accessed from the first...
2017-08-13 Matthew Dillonkernel - Scale tsleep() performance vs many (thousands...
2017-08-12 Matthew Dillonkernel - Change maxproc cap calculation
2017-08-12 Matthew Dillonkernel - Break up scheduler and loadavg callout
2017-08-12 Matthew Dillonkernel - Bump wakeup hash size a little
2017-08-12 Matthew Dillonkernel - loadavg structure 32->64 bit fields
2017-08-12 Matthew Dillonkernel - Fix bottlenecks that develop when many process...
2017-08-10 Matthew Dillonkernel - Lower VM_MAX_USER_ADDRESS to finalize work...
2017-08-08 Sepherosa Ziehaumbuf: Minor style change.
2017-08-06 Matthew Dillonkernel - Move sigtramp even lower
2017-08-05 Matthew Dillonkernel - Fix serious permissions bug for sticky directories
2017-08-03 Sepherosa Ziehausystimer: Adjust systimers on their owner cpus.
2017-08-01 Sepherosa Ziehaudomain: Nuke pfslowtimo.
2017-07-31 Sepherosa Ziehaudomain: Nuke pffasttimo
2017-07-29 Matthew Dillonkernel - Store page statistics in bytes
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcolle...
2017-07-29 Matthew Dillonkernel - Add a sampling history mechanism called kcollect
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-26 Sascha Wildnerkernel/time: Change get_curthread_cputime() to get_thre...
2017-07-09 Sascha Wildnerkernel: Remove old unused #defines in kern_lock.c
2017-07-08 Sascha Wildnerkernel: Let thread IDs start at 1 instead of 0.
2017-07-05 Matthew Dillonkernel - Automatically downscasle NPROC resource limit
2017-07-05 Sepherosa Ziehausocket: Allow root to pass large buffer to getsockopt.
2017-06-29 Sepherosa Ziehaukmalloc: Reduce ks_loosememuse update frequency.
2017-06-29 Sepherosa Ziehaukmalloc: Avoid code duplication.
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-29 Sepherosa Ziehaukmalloc: Minor style changes; no functional changes.
2017-06-28 Sepherosa Ziehaukmalloc: Update comment
2017-06-27 Sepherosa Ziehaumalloc: Make # of calls statistic per-cpu.
2017-06-22 Sepherosa Ziehaudomain: Explicitly setup inet/inet6/route/local domain.
2017-05-30 Matthew Dillonkernel - Change default kern.ipc.shm_allow_removed=1
2017-05-26 Sepherosa Ziehauusched: Allow process to change self cpu affinity
2017-05-19 Matthew Dillonkernel - Fix excessive call stack depth on stuck interrupt
2017-04-09 Sepherosa Ziehauifpoll: Use SYSINIT to initialize per-cpu ifpoll context.
2017-04-03 Matthew Dillonkernel - Implement NX
2017-03-29 Matthew Dillonkernel - Add KERN_PROC_SIGTRAMP
2017-03-29 Sepherosa Ziehaukern: Add per-cpu helper threads, which handles lwkt...
2017-03-27 Matthew Dillonkernel - Enhance the sniff code, refactor interrupt...
2017-03-07 Matthew Dillonkernel - Fix cluster_write() inefficiency
2017-02-20 Matthew Dillonkernel - Expand p_nice effect more, fix %cpu calculatio...
2017-02-20 Matthew Dillondrm - Fix major stalls by fixing an improper taskqueue...
2017-02-20 Matthew Dillonkernel - Fix bug in physio()
2017-02-20 Matthew Dillonkernel - Support FreeBSD style loader.conf hints for...
2017-02-20 Matthew Dillonkernel - Fix estcpu calculation
2017-02-19 Matthew DillonRevert "kernel - Reduce priority range from dynamic...
2017-02-17 Sascha Wildnerkernel/slaballoc: Separate some parts better that need...
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-14 Sepherosa Ziehaukern: Add cpucounter which returns 64bit monotonic...
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-02-12 Sascha Wildnerkernel: Add a simple kern.cp_times sysctl.
2017-02-12 Sascha Wildnerkernel: Use CPUSTATES constant.
2017-02-10 Matthew Dillonkernel - Fix vmspace termination race (2)
next