dragonfly.git
2021-06-19 Aaron LIpmap: Eliminate a simple macro 'pte_load_clear()'
2021-06-19 Aaron LIvm/pmap.h: Move vtophys() and vtophys_pte() macros...
2021-06-19 Aaron LIx86_64/param.h: Remove 'NPML4' (duplicate of 'NBPML4')
2021-06-19 Aaron LIBump __DragonFly_version for type change of VM globals
2021-06-19 Aaron LIvm: Change 'kernel_pmap' global to pointer type
2021-06-19 Aaron LIvm: Change 'kernel_object' global to pointer type
2021-06-19 Aaron LIvm: Change {buffer,clean,pager}_map globals to pointer...
2021-06-19 Aaron LIvm: Change 'kernel_map' global to type of 'struct vm_map *'
2021-06-19 Aaron LIx86_64/specialreg.h: Deprecate old defines of Spectre...
2021-06-19 Aaron LIx86_64/specialreg.h: Reorganize SPEC_CTRL_* macros
2021-06-19 Aaron LIx86_64/specialreg.h: Add several MSR defines for NVMM
2021-06-19 Aaron LIx86_64/specialreg.h: Rename MSR_SYSENTER_* defines...
2021-06-19 Aaron LIx86_64/specialreg.h: Rename two IA32_ARCH_* defines...
2021-06-19 Aaron LIx86_64/specialreg.h: Reorganize and sort various MSR...
2021-06-19 Aaron LIx86_64/specialreg.h: Rename several CR4 defines
2021-06-19 Aaron LIx86_64/specialreg.h: Rename MSR_TSCAUX to MSR_TSC_AUX
2021-06-19 Aaron LIx86_64/specialreg.h: Rename MSR_PERFCTRx to avoid ...
2021-06-19 Aaron LIx86_64/specialreg.h: Improve MSR_AMD_VM_CR bits defines
2021-06-19 Aaron LIx86_64/specialreg.h: Add CPUID Fn8000_000A (AMD SVM...
2021-06-19 Aaron LIx86_64/specialreg.h: Add more CPUID Fn8000_0008 defines
2021-06-19 Aaron LIx86_64/specialreg.h: Improve CPUID Fn8000_0007 defines
2021-06-19 Aaron LIx86_64/specialreg.h: Improve CPUID Fn8000_0001 defines
2021-06-19 Aaron LIx86_64/specialreg.h: Add CPUID Fn0000_000D defines
2021-06-19 Aaron LIx86_64/specialreg.h: Reorganize CPUID Fn0000_000B defines
2021-06-19 Aaron LIx86_64/specialreg.h: Add various CPUID Fn0000_0007...
2021-06-19 Aaron LIx86_64/specialreg.h: Improve CPUID Fn0000_000[456]...
2021-06-19 Aaron LIx86_64/specialreg.h: Improve XCR0 defines a bit
2021-06-19 Aaron LIx86_64/specialreg.h: Remove CPUID_XMM alias to favor...
2021-06-19 Aaron LIx86_64/specialreg.h: Improve CPUID Fn0000_0001 feature...
2021-06-19 Aaron LIx86_64/specialreg.h: Add more defines for EFER bits
2021-06-19 Aaron LIx86_64/specialreg.h: Add more defines for CR4 bits
2021-06-19 Aaron LIx86_64/specialreg.h: Add more defines for CR0 bits
2021-06-19 Aaron LIx86_64/segments.h: Fix typo of an unused struct member
2021-06-19 Aaron LIx86_64/segments.h: Add more system segment defines
2021-06-18 Aaron LIinclude: Some minor cleanups to Makefile
2021-06-18 Aaron LIlibutil: Allow suffix to be NULL in humanize_{number...
2021-06-18 Aaron LIlibutil: Fix a minor NULL deref issue in humanize_number()
2021-06-18 Aaron LIlibutil: Sort files in Makefile
2021-06-18 Aaron LIlibutil: Bring in snprintb() and snprintb_m() from...
2021-06-18 Aaron LItools: Sync 'install.sh' options with install(1)
2021-06-18 Aaron LIdevfs: Add man page for devfs_{set,get,clear}_cdevpriv()
2021-06-18 Aaron LIdevfs: Change typedef 'cdevpriv_dtr_t' to 'd_priv_dtor_t'
2021-06-18 Matthew Dillonkernel - Add vm_page_alloczwq()/vm_page_freezwq(),...
2021-06-18 Matthew Dillonkernel - Document vm_map_wire() and vm_map_unwire()
2021-06-17 Sascha Wildnermfiutil(8): Fix building with -DDEBUG.
2021-06-15 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_flush_info:...
2021-06-15 Sascha Wildnersysconf.3: Point out that -1 may be returned even if...
2021-06-15 Sascha Wildnersysconf.3: Remove wrong info about "minimum maximum...
2021-06-14 Matthew Dillonhammer2 - Fix growfs issue with multi-volume support...
2021-06-14 Matthew Dillonhammer2 - Do not exit on a bad volume header if others...
2021-06-13 Sascha Wildnergetconf(1): Add _POSIX_V7_* names, as aliases for POSIX...
2021-06-13 Sascha Wildnerconfstr(3): Add minimal support for V[67]_ENV.
2021-06-13 Sascha Wildnersysconf.3: Document more constants.
2021-06-13 Sascha Wildnersysconf.3: Separate standard and non-standard constants.
2021-06-12 Matthew Dillonahci - Document more loader.conf variables
2021-06-12 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_thread::depth
2021-06-12 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_pfs::lock_nlink
2021-06-12 Tomohiro Kusumisys/vfs/hammer2: Remove unused rdok/wrok helper inline...
2021-06-11 Tomohiro Kusumisys/vfs/hammer2: Remove nonexistent struct name
2021-06-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_worker_rmask
2021-06-08 Tomohiro Kusumisys/vfs/hammer2: Remove unused (add used) header includes
2021-06-11 Matthew Dillondebug - Adjust ncptrace
2021-06-11 Matthew Dillonhammer2 - Fix deadlock and improve performance
2021-06-11 Matthew Dillontmpfs - Fix lost vnode reference due to race
2021-06-11 Matthew Dillonlibc - Fix intermediate path elements if used in shm_op...
2021-06-09 Antonio Huete... sysconf.3: Add _SC_HOST_NAME_MAX
2021-06-09 Dan Crosspw_scan: remove checks for (u|g)ids > USHRT_MAX.
2021-06-09 Sascha Wildnermtree: Use spaces to indent.
2021-06-08 Matthew Dillonkernel - Make sure nl_dvp is non-NULL in a few situations
2021-06-08 Matthew Dillonlibc - Fix intermediate path elements if used in shm_open()
2021-06-08 Matthew Dillonlibc - Add mkdirat() to the namespace
2021-06-08 Matthew Dillonmtree - Pre-create a few more dirs under /var/run/shm
2021-06-06 Sascha Wildnerkernel/kern_sig.c: Tabify, remove end of line whitespac...
2021-06-06 Sascha Wildnerkernel: In proc_{,un}stop(), use a better name for...
2021-06-05 Tomohiro Kusumisys/vfs/hammer2: Remove duplicate M_OBJCACHE definition
2021-06-05 Tomohiro Kusumisys/vfs/hammer2: Remove unused struct hammer2_sync_info
2021-06-05 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2021-06-05 Sascha WildnerSync ACPICA with Intel's version 20210604.
2021-06-03 Sascha Wildnerdsynth.1: Oops, fix sorting.
2021-06-03 Sascha Wildnerdsynth.1: Add -P to the SYNOPSIS.
2021-06-01 Matthew Dillonkernel - Remove KVA_PAGES (no longer used)
2021-06-01 Matthew Dillonamdtemp - Fix family 0x17 support, add family 0x19...
2021-05-31 Sascha WildnerRevert "Remove tcsh emacs script which is obsolete...
2021-05-31 Sascha Wildnertcsh: Install csh-mode.el and adjust README.DELETED.
2021-05-31 Sascha WildnerMerge branch 'vendor/TCSH'
2021-05-31 Sascha Wildnertcsh: Add csh-mode.el to the vendor branch.
2021-05-30 Sascha WildnerRemove pccard_ether_delay rc variable.
2021-05-30 Matthew Dillonamdtemp - Fix family 0x17 support, add family 0x19...
2021-05-30 Matthew Dillonamdtemp - Fix family 0x17 support, add family 0x19...
2021-05-29 Matthew Dillonkernel - Misc adjustments to code documentation
2021-05-27 Sascha Wildnerperiodic: Rename 220.snapshot-hammer2 to 162.snapshot...
2021-05-27 Sascha WildnerActually install the 510.status-world-kernel periodic...
2021-05-27 Sascha Wildnerperiodic.conf.5: Fix .Dd
2021-05-26 Sascha Wildnerlibusb: Remove two bogus vars from the Makefile.
2021-05-26 Sascha Wildnerusb.4: Mention wsp(4) in the device list. Add some...
2021-05-25 Sascha WildnerFix manual pages for the KERN_OSREV and KERN_OSRELDATE...
2021-05-25 Sascha Wildnergcc: Fix the passing of LIBRARY_PATH to the linker.
2021-05-25 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2021-05-22 Daniel Fojtlibexec/dma: sync with upstream
2021-05-19 Matthew Dillonkernel - Fix kernel crash in sysctl path
next