sysconf.3: Document more constants.
[dragonfly.git] / sys /
2021-08-15 Sascha Wildner<errno.h>: Make ENOTRECOVERABLE and EOWNERDEAD visible...
2021-08-15 Sascha Wildner<signal.h>/<ucontext.h>: Split those two headers better.
2021-08-13 Matthew Dillonhammer2 - bulkfree now validates bigmask
2021-08-12 Matthew Dillonhammer2 - Only clear the bigmask hint in relaxed mode...
2021-08-09 Matthew Dillontmpfs - Remove debugging kprintf()
2021-08-09 Matthew Dillonkernel - Add a hold count to struct rman
2021-08-09 Matthew Dillonkernel - Workaround qemu bug w/ MSR_IA32_ARCH_CAPABILITIES
2021-08-08 Sascha Wildner<errno.h>: Add ENOTRECOVERABLE and EOWNERDEAD.
2021-08-07 Sascha WildnerAdd some necessary #include's in signal related headers.
2021-07-31 Sascha WildnerSync ACPICA with Intel's version 20210730.
2021-07-28 Aaron LIRevert "WIP"
2021-07-28 Aaron LIWIP
2021-07-28 Aaron LInvmm: Adjust comments about TSC sync and gd_reqflags...
2021-07-28 Aaron LInvmm: Move DragonFly-specific code to os_vmspace_create()
2021-07-23 Tomohiro Kusumisys/vfs/ext2fs: Fix incorrect VFS_VGET() argument in...
2021-07-23 Sascha Wildnerkernel/nvmm: Fix doing just 'make depend' in the module...
2021-07-23 Aaron LIkernel - Rename vm_map_wire() and vm_map_unwire() (3)
2021-07-23 Matthew Dillonkernel - Rename vm_map_wire() and vm_map_unwire() (2)
2021-07-23 Matthew Dillonkernel - Rename vm_map_wire() and vm_map_unwire()
2021-07-23 Matthew Dillonkernel - Correct flags argument to vm_map_wire() (no...
2021-07-22 Tomohiro Kusumisys/vfs/hammer2: Fix bulkfree message/comments on old...
2021-07-21 Tomohiro Kusumisys/vfs/hammer2: Fix "2MB segs cleaned" message to 4MB
2021-07-21 Tomohiro Kusumisys/vfs/hammer2: Rename hammer2_bulk_scan() to hammer2_...
2021-07-21 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_bulkfree_info...
2021-07-21 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_chain_save::pri
2021-07-21 Aaron LInvmm: Fix building nvmm into kernel
2021-07-20 Aaron LInvmm: Fix comm page unmapping issue by doing it on...
2021-07-20 Aaron LInvmm: Add back NetBSD bits
2021-07-20 Aaron LInvmm: Move DragonFly module code in nvmm.c to nvmm_drag...
2021-07-20 Aaron LInvmm: Reorganize OS-specific code in nvmm_os.c
2021-07-20 Aaron LInvmm: Optimize DB regs save & restore
2021-07-20 Matthew Dillonkernel - Improve invltlb latency warnings
2021-07-20 Matthew Dillonkernel - Make most IPI related globals __read_mostly
2021-07-20 Matthew Dillonkernel - Use higher invltlb synchronization timeout...
2021-07-20 Matthew Dillonkernel - Remove 'td %p blah: timeout race' kprintf
2021-07-20 Matthew Dillonkernel - Make kprintf / kputchar more robust
2021-07-20 Matthew Dillonnvmm - Use a critical section around the vmrun again
2021-07-20 Aaron LInvmm: Don't assume comm page size to be PAGE_SIZE
2021-07-20 Aaron LInvmm: Add missing comm page unmapping
2021-07-20 Aaron LInvmm: Adjust EPT/NPT transform code for NetBSD
2021-07-20 Aaron LIx86_64/cpu.h: Rename nvmm_break_wanted() to hvm_break_w...
2021-07-20 Aaron LInvmm: Revert to use os_curcpu() in vmx_vmcs_enter()
2021-07-20 Aaron LInvmm: Implement os_ipi_broadcast() for _change_cpu()
2021-07-20 Aaron LInvmm: Various minor style tweaks
2021-07-20 Aaron LInvmm: Add volatile and memory barrier to clts inline ASM
2021-07-20 Matthew Dillonnvmm - Fix overflow tests
2021-07-20 Matthew Dillonnvmm - Change NVMM_MAX_RAM
2021-07-20 Matthew Dillonnvmm - Improve cast portability of vmx_resume_rip
2021-07-20 Matthew Dillonnvmm - Move M_NVMM definition to nvmm_os.c
2021-07-20 Aaron LInvmm: Save host DB regs in per-cpu structure
2021-07-20 Matthew Dillonnvmm - Fix event commit logic
2021-07-20 Matthew Dillonkernel - Expand GDT table to maximum size
2021-07-20 Aaron LInvmm: More OS independence
2021-07-20 Aaron LInvmm: Various misc cleanups and minor updates
2021-07-20 Aaron LIRevert "libnvmm: Fix mmap() failure with 'permission...
2021-07-20 Aaron LInvmm: Create comm page in nvmm_vcpu_create() rather...
2021-07-20 Aaron LInvmm: Reduce NVMM_MAX_VCPUS from 256 to 128
2021-07-20 Aaron LInvmm: Rename a few things for clarity
2021-07-20 Aaron LInvmm: Make FPU state more OS-indenpendent
2021-07-20 Aaron LInvmm: Rewrite vmx_vmx{on,off}() as inline ASM functions
2021-07-20 Aaron LInvmm: Make svm_vmrun() void
2021-07-20 Aaron LInvmm: Add SVM CET definitions
2021-07-20 Aaron LInvmm: Redefine CPUID values to be OS-indenpendent
2021-07-20 Aaron LInvmm: Improve CPUID emulation #5: handle Fn0000_0001...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #4: handle Fn0000_0004...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #3: handle Fn8000_0008...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #2: mask upper bits of...
2021-07-20 Aaron LInvmm: Improve CPUID emulation #1: flags
2021-07-20 Aaron LInvmm: Clarify state handling
2021-07-20 Aaron LInvmm: Clarify the RESET state
2021-07-20 Aaron LInvmm: Add #CP (control protection exception)
2021-07-20 Aaron LInvmm: Improve FPU support and reduce diff against NetBSD
2021-07-20 Aaron LIBump __DragonFly_version for adding nvmm(4) and libnvmm(3)
2021-07-20 Matthew Dillonnvmm - Fix TSC synchronization issues
2021-07-20 Matthew Dillonnvmm - Change max emulated RAM from 128GB to 128TB
2021-07-20 Aaron LInvmm: Revamp host TLB flush mechanism
2021-07-20 Aaron LIpmap: Add some API routines to help NVMM manage guest...
2021-07-20 Aaron LIpmap: Change pmap->pm_invgen to uint64_t to be compatib...
2021-07-20 Matthew Dillonnnvm - Move *_fpu_enter/leave inside the cli/sti
2021-07-20 Aaron LInvmm: Check for pending host events before VM entry
2021-07-20 Aaron LInvmm: Improve nvmm_return_needed() by using nvmm_break_...
2021-07-20 Matthew Dillonkernel - Add RQF_XINVLTLB to gd_reqflags
2021-07-20 Aaron LINVMM: Sync with NetBSD #2: SVM & VMX backends
2021-07-20 Aaron LINVMM: Sync with NetBSD #1: copyright headers
2021-07-20 Aaron LInvmm: Fix SVM TSS restore on DragonFly
2021-07-20 Aaron LInvmm: Implement waits for lwkt_send_ipiq_mask()
2021-07-20 Aaron LInvmm: Fix VMX VMCS remote clear issues
2021-07-20 Aaron LInvmm: Fix issues of porting 'curcpu()' as 'mycpu'
2021-07-20 Aaron LInvmm: Fix '-Wnested-externs' warning nvmm_x86_vmx.c
2021-07-20 Aaron LInvmm: Port to DragonFly #24: pmap transform & TLB inval...
2021-07-20 Aaron LIpmap: Implement pmap_npt_transform() for NVMM
2021-07-20 Aaron LIpc64/vmm: Use pmap_ept_transform() to simplify EPT...
2021-07-20 Aaron LIpmap: Implement pmap_ept_transform() for NVMM
2021-07-20 Aaron LIlibnvmm: Fix mmap() failure with 'permission denied'
2021-07-20 Aaron LInvmm: Improve makefile to allow standalone build
2021-07-20 Aaron LInvmm: Rewrite makefiles and hook to build
2021-07-20 Aaron LInvmm: Add to sys/conf/files and LINT64
2021-07-20 Aaron LInvmm: Port to DragonFly #23: header inclusion adjustments
2021-07-20 Aaron LInvmm: Port to DragonFly #22: pmap EPT/NPT base address
2021-07-20 Aaron LInvmm: Port to DragonFly #21: virtual address space...
next