dragonfly.git
2020-03-23 Sascha Wildnerconfig(8): Replace the old "= {" syntax in config.y...
2020-03-20 Sascha WildnerAdjust iwm.4/iwmfw.4/fstab.5 a bit.
2020-03-20 Tomohiro Kusumisys/vfs/autofs: Make autofs(5) timeout messages include...
2020-03-19 Matthew Dillondsynth - Fix bug in dequote()
2020-03-18 Matthew Dillonkernel - Generate POLLHUP for fully disconnected socket
2020-03-18 Matthew Dillondsynth - Fix escaping, skipped count
2020-03-18 François Tigeotdrm/i915: Revert Clean up DDI DDC/AUX CH sanitation
2020-03-17 Sascha WildnerUpdate the pciconf(8) database.
2020-03-16 Matthew Dillonkernel - Fix rare vm_map_entry exhaustion panic (2)
2020-03-16 Matthew Dillonkernel - Fix rare vm_map_entry exhaustion panic
2020-03-14 Sascha Wildner<sys/conf.h>: Remove some more dead prototypes.
2020-03-14 Sascha Wildnerkernel: Remove some get_dev() remains. We no longer...
2020-03-14 zrjkernel: Adjust description for kern.tls_extra
2020-03-14 zrjkernel: Add handling for R_X86_64_PLT32 (type 4) in...
2020-03-13 Sascha Wildnerkernel/kprintf: Add a tunable for the kern.kprintf_logg...
2020-03-12 François Tigeotdrm/i915: Update DRIVER_DATE to 20161024
2020-03-11 Matthew Dillonkernel - Rework vfs_timestamp(), adjust default
2020-03-11 Matthew Dillonkernel - Do not use rdtsc() in the spinlock loop when...
2020-03-11 Matthew Dillonkernel - Allow 8254 timer to be forced, clean-up user...
2020-03-11 Sascha WildnerBSD.include.dist: Fix indentation (we use spaces in...
2020-03-11 François Tigeotworld: Install Linux headers required by Mesa >= 19.3
2020-03-11 François Tigeotlinux/types.h: Fix compilation with userland C++ programs
2020-03-09 François Tigeotdrm/linux: Rewrite the tasklet implementation
2020-03-08 François Tigeotdrm/linux: Add put_pid()
2020-03-08 Sascha Wildnerlibkvm: No need to include <sys/proc.h> when <sys/user...
2020-03-08 Sascha Wildnerkernel: Include <sys/lock.h> instead of <sys/mutex...
2020-03-08 Sascha Wildnerkernel: Add missing newlines at the end of two files.
2020-03-08 Sascha WildnerRevert "Remove unneeded *_if.c from SRCS in kernel...
2020-03-08 Sascha WildnerRemove unneeded *_if.c from SRCS in kernel module Makef...
2020-03-07 François Tigeotdrm/linux: Add disable_irq() and enable_irq()
2020-03-07 François Tigeotdrm/linux: Add atomic_fetch_xor()
2020-03-07 François Tigeotdrm/linux: Add io_mapping_init_wc() and _fini()
2020-03-07 Matthew Dillonrtld - Use kern.tls_extra
2020-03-07 Matthew Dillonkernel - Add sysctl kern.tls_extra
2020-03-06 François Tigeotdrm/linux: Add wake_up_bit() and wait_on_bit_timeout()
2020-03-06 François Tigeotdrm: Improve linux/timer.h
2020-03-06 François Tigeotdrm/linux: Add list_for_each_entry_from()
2020-03-06 François Tigeotdrm/linux: Add __add_wait_queue_tail()
2020-03-06 François Tigeotdrm/linux: Add atomic_set_release()
2020-03-05 Matthew Dillonkernel - Add minor VM shortcuts (2)
2020-03-05 François Tigeotdrm/linux: Add oops_in_progress
2020-03-05 François Tigeotdrm/linux: Add reboot_notifier functions
2020-03-05 François Tigeotdrm/linux: Add the "noinline" compiler directive
2020-03-05 François Tigeotdrm/linux: Add spin_lock_irqsave_nested()
2020-03-05 François Tigeotdrm/linux: Implement static_branch_xxx functions
2020-03-05 François Tigeotdrm: Add a few linux/gfp.h constants and functions
2020-03-05 François Tigeotdrm/linux: Add the X86_FEATURE_XMM4_1 flag
2020-03-05 Matthew Dillontmpfs - Fix bug last commit
2020-03-04 Matthew Dillonkernel - Minor pmap optimizations, minor swap_pager...
2020-03-04 Matthew Dillonkernel - Add minor VM shortcuts
2020-03-04 Matthew Dillonkernel - Minor optimizations
2020-03-04 Matthew Dillontmpfs - Fix minor deadlock, refactor tn_links
2020-03-04 François Tigeotdrm/linux: Add __test_and_set_bit()
2020-03-04 François Tigeotdrm: Add a few Linux headers
2020-03-04 Matthew Dillonkernel - Rename spinlock counter trick API
2020-03-04 Matthew Dillonkernel - Refactor cache_vref() using counter trick
2020-03-04 Matthew Dillonkernel - More counter trick spinlock APIs
2020-03-04 Matthew Dillonkernel - Fix minor scheduler bugs
2020-03-03 Matthew Dillonkernel - Normalize the vx_*() vnode interface
2020-03-03 Matthew Dillonkernel - Integrate the counter & 1 trick into the spinl...
2020-03-03 Matthew Dillonkernel - syscall path optimizations
2020-03-03 Aaron LIdevelopment.7: Modernize git commands for vendor import...
2020-03-03 Aaron LIrelease.7: Rename MAKE_JOBS to NREL_MAKE_JOBS
2020-03-03 François Tigeotdrm/linux: handle NULL pointers in kmap_to_page()
2020-03-03 Sascha Wildnerpsm.4/vga.4: Clean up a bit.
2020-03-03 Sascha WildnerRemove historic references to config(8) from various...
2020-03-03 Sascha Wildnerukbd.4: Fix wrong info.
2020-03-03 Sascha Wildnercd.4: Remove a section that is pointless nowadays.
2020-03-03 Matthew Dillondsynth - Add 'debug' directive to the manual page
2020-03-03 Matthew Dillonkernel - Refactor vfs_cache 4/N
2020-03-03 Matthew Dillonnrelease - Rename MAKE_JOBS to NREL_MAKE_JOBS
2020-03-03 Matthew Dillonlibc - Use fixed block size for db hash and btree method
2020-03-03 Matthew Dillontmpfs - Close a whole in tmpfs_vop_nremove()
2020-03-03 Matthew Dillonkernel - Enable stosq based pagezero()
2020-02-29 Matthew Dillonkernel - Improve cache_fullpath(), plus cleanup
2020-02-29 Matthew Dillonkernel - Comment future vrele() code intention
2020-02-29 Matthew Dillonkernel - Improve nlookup() performance w/absolute paths
2020-02-29 Matthew Dillonkernel - Rearrange struct vnode fields
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 3/N
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache 2/N
2020-02-29 Matthew Dillonkernel - Continue pmap work
2020-02-29 Matthew Dillonkernel - Refactor vfs_cache ncp->nc_refs
2020-02-29 Matthew Dillonkernel - Update vfs_cache to use fcmpset
2020-02-28 Sascha WildnerMinor Makefiles cleanup in systat and flame_graph.
2020-02-27 Matthew Dillonflame_graph - Add initial code to support flame graphs
2020-02-27 Sascha Wildnerhier.7: Adjust for binutils234.
2020-02-26 Sascha Wildnerkernel: Fix kernel build with 'options KTR' after 2ff21...
2020-02-26 Matthew Dillonkernel - Add kern.usched_dfly.poll_ticks
2020-02-26 Matthew Dillonkernel - Code path optimization for kmalloc/kfree
2020-02-26 Matthew Dillonkernel - Simple code path optimizations
2020-02-26 Matthew Dillonkernel - Rearrange uidinfo structure a bit
2020-02-25 Sascha Wildnerkernel/options: Fix wrong LINT->LINT64 replacement...
2020-02-25 Matthew Dillonkernel - Simple cache line optimizations
2020-02-24 Matthew Dillonkernel - Try to fix tcp ISN generator
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (3)
2020-02-24 Sascha Wildnerboot/loader: Small improvement to merge_help.awk.
2020-02-24 Sascha Wildnersyscons.4: Mention restrictions on the resolution of...
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override (2)
2020-02-24 Matthew Dillonjail - add jail.defaults.allow_listen_override
2020-02-24 Matthew Dillonnfs - Strip out cr_prison from cached creds
next