dragonfly.git
2017-02-17 Sascha Wildnersdpquery(1): Remove an unneeded explicit -Wno-unused...
2017-02-17 Sascha Wildnerlibc/nmalloc: Remove some kernel code remains.
2017-02-17 Matthew Dillonkernel - Fix machdep.pmap_mmu_optimize bug
2017-02-17 Sascha WildnerUnbreak vkernel build.
2017-02-17 Sascha WildnerUpdate the pciconf(8) database.
2017-02-17 Sascha Wildnerkernel/slaballoc: Separate some parts better that need...
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-16 Sascha Wildnerkernel/vinum: Fix the position of VINUM_LABEL ioctl...
2017-02-16 Sascha Wildnerkernel: Fix the type of 'cmd' in various ioctl function...
2017-02-16 Sepherosa Ziehauhyperv: Implement cpucounters.
2017-02-16 Sepherosa Ziehauhyperv: Reorganize
2017-02-14 Sepherosa Ziehaukern: Add cpucounter which returns 64bit monotonic...
2017-02-14 Sepherosa Ziehaualtq: Use microuptime() instead of microtime() - boottime.
2017-02-14 Matthew Dillonkernel - Fix bug in pmap_unwire()
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-02-13 François Tigeotdrm/i915: Set GPU freq to idle_freq initially
2017-02-13 Sepherosa Ziehaunet: Make sure that local variable is really used.
2017-02-13 John Marinosort(1): Fix some obvious issues
2017-02-12 François Tigeotdrm: Partial revert of "drm: Sync drm_crtc.c with Linux...
2017-02-12 Sascha Wildnerkernel: Add a simple kern.cp_times sysctl.
2017-02-12 Sepherosa Ziehaupktgen: Ifnet lock is required by ifunit.
2017-02-12 Sascha Wildnerkernel: Use CPUSTATES constant.
2017-02-11 Imre Vadászvirtio: Fix and activate PCI MSI-X support.
2017-02-10 zrjAdd entries for initial clang import in mtree.
2017-02-10 zrjPrevent implicit -std=* passing from NXCFLAGS to NXCXXF...
2017-02-10 zrjdevd(8): Remove build workaround.
2017-02-10 zrjPrevent implicit -Wsystem-headers passing from CFLAGS...
2017-02-10 zrjgencat(1): Limit and mark bootstrap hack.
2017-02-10 zrjssl: Unhook internal usage of include/openssl/.
2017-02-10 Matthew Dillonkernel - Fix vmspace termination race (2)
2017-02-09 Sascha Wildner<sys/{_iovec,_timespec,_timeval}.h>: Namespace cleanup.
2017-02-09 Sascha Wildner<aio.h>: Prepare for the removal of <sys/types.h> from...
2017-02-09 Sascha Wildner<sched.h>: Clean up the namespace a bit.
2017-02-09 Sascha Wildner<sched.h>: Clean up a bit (whitespace etc.). No functio...
2017-02-09 Matthew Dillonkernel - Fix pmap dynamic deletion code, leave disabled
2017-02-09 Matthew Dillonkernel - Fix vmspace termination race
2017-02-08 Matthew Dillonkernel - Remove some debug warnings for now
2017-02-07 François Tigeotdrm: Sync drm_crtc.c with Linux 4.6
2017-02-07 Matthew Dillonbuild - Separate out CFLAGS for kernel & module build
2017-02-07 zrjssl: Consistently use LibreSSL base headers.
2017-02-07 zrjUnbreak world after make upgrade REMOVE_OPENSSL_FILES...
2017-02-07 Matthew Dillonkernel - Default kernel build to -O2
2017-02-07 Matthew Dillonkernel - Use __predict_* in spinlock2.h
2017-02-07 Matthew Dillonkernel - Reduce priority range from dynamic priority
2017-02-06 Matthew Dillonkernel - Turn off pmap_dynamic_delete by default
2017-02-06 Matthew Dillonkernel - Remove unneeded map token use from the vm_faul...
2017-02-06 Matthew Dillonkernel - Refactor vm_page_alloc() to improve hot pages
2017-02-06 Matthew Dillonkernel - Fix broken assertion for "pv->pv_m != NULL...
2017-02-06 Matthew Dillonvkernel - Change default pre-zeroing of main memory
2017-02-06 Matthew Dillonkernel - Add missing p_token use in swapout scheduler...
2017-02-06 Matthew Dillonkernel - Disable vmm by default
2017-02-05 John Marinolibc: Add temporary (get|set)affinity DF404.0 symbols
2017-02-05 Matthew Dillonkernel - Fix lockup due to recentn pmap change
2017-02-05 Matthew Dillonkernel - Increase temporary bootstack
2017-02-05 Matthew Dillonvkernel - Fix more pagein/pageout corruption
2017-02-03 Sascha Wildnerlibc: Adjust Versions.def.
2017-02-03 Sascha Wildnerlibc/sys: Clean up Symbol.map for the recent get/setaff...
2017-02-03 Sascha WildnerRemove the remaining traces of linux emulation.
2017-02-03 Sascha Wildner{rfork,setresuid}.2: Remove wrong/bogus sections.
2017-02-03 Matthew Dillonkernel - Many fixes for vkernel support, plus a few...
2017-02-02 Sascha WildnerFix two typos in manual pages.
2017-02-01 Matthew Dillonkernel - Avoid p->p_token when sending a signal to...
2017-02-01 Matthew Dillonkernel - Augment vm_fault_page() for vkernel operations
2017-02-01 Matthew Dillonvkernel - Adjust invalidation ABI a bit
2017-02-01 Matthew Dillonkernel - Validate that previous pte was cleaned.
2017-02-01 Matthew Dillonkernel - Minor formatting cleanup
2017-01-31 Matthew Dillonkernel - Fix race with vmspace_entry destroy race
2017-01-31 Matthew Dillonrc.d - Use kldstat -m to test existance before kldload
2017-01-30 Matthew Dillonvkernel - Change how VPTE_M works to fix seg-faults...
2017-01-30 Matthew Dillonkernel - Fix races created by a comedy of circumstansce...
2017-01-30 Matthew Dillonkernel - Fix VTEXT/open race
2017-01-30 Matthew Dillonkernel - Fix shared/exclusive spinlock race
2017-01-30 Matthew Dillonkernel - Add missing flag to vm_page_alloc() initializer.
2017-01-30 Sascha Wildnerlibc/libpthread: Some manual page cleanup after the...
2017-01-30 Sascha Wildnerlibc: Remove the unused NO_P1003_1B variable checks.
2017-01-29 Sascha WildnerRemove no longer needed include <sys/ccbque.h> (see...
2017-01-29 Matthew Dillonkernel - Fix races created by a comedy of circumstances (2)
2017-01-29 Matthew Dillonkernel - Fix races created by a comedy of circumstances
2017-01-28 Matthew Dillonkernel - Fix races in the vm_map and vm_object page...
2017-01-28 Matthew Dillonkernel - Use GDF_VIRTUSER to help measure user% in...
2017-01-28 Matthew Dillonkernel - Fix vkernel race in host
2017-01-28 Matthew Dillonvkernel - Save/restore errno in signal code
2017-01-28 Matthew Dillonvkernel - Fix numerous pmap invalidation bugs
2017-01-28 Matthew Dillonvkernel - Zero out memory on startup
2017-01-28 Matthew Dillonkernel - Adjust vmm_guest_sync_addr()
2017-01-28 Matthew Dillonkernel - Change vm_fault_page[_quick]() semantics ...
2017-01-28 Matthew Dillonkernel - Remove ffs_rawread() (2)
2017-01-27 Matthew Dillonkernel - Remove numerous user VM page functions
2017-01-27 Matthew Dillonkernel - Remove direct mapping of user buffers to CAM
2017-01-27 Matthew Dillonkernel - Remove ffs_rawread()
2017-01-27 Matthew Dillonvkernel - Partial fix to EPT swapu32 and swapu64
2017-01-27 Matthew Dillonkernel - Prune pcpu vmzone a bit
2017-01-27 Sascha Wildnerfetch.9/store.9: Adjust for recent changes.
2017-01-27 Imre Vadászkernel/usb4bsd: Use pci_alloc_1intr() for MSI allocatio...
2017-01-27 Imre Vadászsdhci - Use pci_alloc_1intr in sdhci pci attachement.
2017-01-27 Matthew Dillonmsdosfs - Mount ricoh camera cards
2017-01-26 Matthew Dillonkernel - Fix improper dereference in the vmspace subsystem
2017-01-26 Matthew Dillonvkernrel - Synchronize w/master, adjust for vmm_guest_s...
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-26 Matthew Dillonkernel - Accomodate high-ncpu + low-mem configurations
next