dragonfly.git
2020-02-29 Matthew Dillonkernel - Improve cache_fullpath() performance v5.8.0
2020-02-28 Matthew Dillondsynth - pkg install -U and improve debug support
2020-02-28 Matthew Dillonkernel - Microoptimization, avoid dirtying vm_page_hash...
2020-02-28 Matthew Dillondsynth - Adjust 'Limit' display in upper right-hand...
2020-02-28 Matthew Dillonkernel - Reduce SMP contention during low-memory stress
2020-02-28 Matthew Dillonkernel - Fix rare wait*() deadlock
2020-02-28 Matthew Dillondevfs - Clean up some SMP inefficiencies
2020-02-28 Matthew Dillonkernel - Increase size of the vm_page hash table
2020-02-28 Matthew Dillonkernel - Offset the stathz systimer by 50% of the hz...
2020-02-28 Matthew Dillonrdrand - Document massive improvement in performance
2020-02-28 Matthew Dillonkernel - Add more dtypes to sys/dtype.h
2020-02-28 Matthew Dillonpctrack - Fix symbol table scan
2020-02-28 Matthew Dillonkernel - Reduce excessive rdrand harvesting
2020-02-26 Matthew Dillonkernel - Rearrange uidinfo structure a bit
2020-02-25 Matthew Dillonkernel - Simple cache line optimizations
2020-02-25 Matthew Dillonkernel - Try to fix tcp ISN generator
2020-02-25 Matthew Dillonjail - add jail.defaults.allow_listen_override (3)
2020-02-25 Sascha Wildnersyscons.4: Mention restrictions on the resolution of...
2020-02-25 Matthew Dillonjail - add jail.defaults.allow_listen_override (2)
2020-02-25 Matthew Dillonjail - add jail.defaults.allow_listen_override
2020-02-25 Matthew Dillonnfs - Strip out cr_prison from cached creds
2020-02-23 Matthew Dillonjail - Fix broken port matching code
2020-02-23 Matthew Dillonjail - Allow loopback interface in in_pcbladdr_find()
2020-02-23 Matthew Dillontmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir()
2020-02-23 Matthew Dillontmpfs - Cleanup, refactor tmpfs_alloc_vp()
2020-02-20 Sascha WildnerUse our new partition id (0x6c) in several more places.
2020-02-17 Matthew Dillondsynth - Fix generic flavor scan for the Nth time
2020-02-16 Sascha WildnerUpdate the pciconf(8) database.
2020-02-15 Justin C. Sherrill5.8 rc1 changes. v5.8.0rc1
2020-02-13 Matthew Dillonvmstat - Change re, pi, po and fr from counts to bytes
2020-02-13 Matthew Dillontmpfs - Improve write clustering
2020-02-13 Matthew Dillonkernel - Add vm.pageout_allow_active sysctl
2020-02-12 Matthew Dillontmpfs - Flush and recycle pages quickly during heavy...
2020-02-12 Matthew Dillonkernel - Add B_TTC flag (buffer cache try-to-cache...
2020-02-12 Matthew Dillonkernel - Improve vm_page_try_to_cache()
2020-02-12 Matthew Dillonkernel - Adjust vm.pageout_memuse_mode
2020-02-12 Matthew Dillonkernel - Require pages to be PQ_ACTIVE for quick vm_pag...
2020-02-12 Matthew Dillondsynth - Add one more column for 'Lines'
2020-02-12 Matthew Dillonvmstat - Adjust format slightly
2020-02-11 Matthew Dillondsynth - Adjust load calculations
2020-02-11 Sascha Wildnerflock.2: Document the correct header (<fcntl.h>) for...
2020-02-11 Matthew Dillondsynth - Improve auto SlowStart a bit
2020-02-11 Matthew Dillonkernel - Improve pageout daemon pipelining.
2020-02-11 Matthew Dillontmpfs - Cycle through buffer cache when pageout daemon...
2020-02-11 Matthew Dillonkernel - Warn/assert on broken ACPI MADT
2020-02-11 Matthew Dillonkernel - Add cpu ident bit ADMSKX (address mask extensions)
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerReally sync <math.h> with OpenBSD on the vendor branch. vendor/OPENBSD_LIBM
2020-02-10 Sascha Wildnerlibm: Remove sincos() and friends from lib/libm.
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerImport sincos() and friends directly to the vendor...
2020-02-10 Sascha Wildnersincos.3: Add missing MLINKS.
2020-02-09 Roy Marplesinet6: report RTM_MISS when probing a known address...
2020-02-09 Sascha Wildner<sys/ttydefaults.h>: Sync up with FreeBSD, mainly for...
2020-02-09 Sascha Wildner<sys/ttydefaults.h>: Add some includes for self-suffici...
2020-02-09 Sascha Wildnerroute(4): Remove a leftover closing brace.
2020-02-09 Sascha Wildnerinstaller: Silence a kenv(1) warning.
2020-02-09 Roy Marplesroute(4): add RO_MISSFILTER socket option.
2020-02-09 Roy Marplesroute: make INET6 addrs human readable with sockaddr_print
2020-02-09 Roy Marplesroute: constify sockaddr_print
2020-02-09 Sascha Wildnerkernel/apple_gmux: Add missing opt_ddb.h to the Makefil...
2020-02-08 Sascha Wildnerkernel/vga_switcheroo: Add missing opt_ddb.h to the...
2020-02-07 Sascha Wildnerkernel/drm: Add missing opt_ddb.h to the Makefiles.
2020-02-07 Matthew Dillonkernel - Clean up memory leaks and a stack buffer discl...
2020-02-06 Tomohiro Kusumisbin/fsck_msdosfs: Diff reduction against FreeBSD again...
2020-02-06 Tomohiro Kusumisbin/fsck_msdosfs: Tighten FAT checks and fix off-by...
2020-02-06 François Tigeotlibm: Bring in sincos, sincosf, and sincosl from OpenBSD
2020-02-06 François Tigeotdrm/linux: fix a bug in DEFINE_WAIT()
2020-02-05 Tomohiro Kusumisbin/fsck_msdosfs: Document -M
2020-02-05 Tomohiro Kusumisbin/fsck_msdosfs: Reduce memory footprint of fsck_msdosfs
2020-02-05 François Tigeotdrm: Improve drm_can_sleep()
2020-02-05 Matthew Dillondrm - Remove some of the linux_sched debugging
2020-02-05 Sascha Wildnerhammer2.8: Fix typo.
2020-02-04 Matthew Dillondsynth - Add HTML support (2)
2020-02-04 Matthew Dillondsynth - Add HTML support
2020-02-03 Sascha Wildneretc/defaults/rc.conf: Remove some leftovers from the...
2020-02-03 Sascha Wildnerkernel/iwm: Add back support for IWM_DEBUG (default...
2020-02-03 Sascha Wildnergetrandom.2: Use .Dv for defines.
2020-02-03 Sascha Wildneriso639: Fix some descriptions (from upstream).
2020-02-03 Matthew Dillonkernel - Fix usb crash on detach
2020-02-03 Sascha Wildnersysctl.9/sysctl_add_oid.9: Add missing BIT32 and BIT64...
2020-02-03 Sascha Wildnerrman.9: Fix rman_make_alignment_flags() prototype.
2020-02-03 Sascha Wildnergetrandom.2: Comment out reference to getentropy.3...
2020-02-03 Sascha Wildnervkernel: Include <sys/malloc.h> for malloc_reinit_ncpus...
2020-02-03 zrjgcc80: Hide NO_WERROR in tools better.
2020-02-03 zrjhostprog: Remove NO_WERROR from btools tic.
2020-02-03 zrj<alloca.h>: Add comment for special handling case.
2020-02-03 Matthew Dillonkernel - Make writing to /dev/urandom (to add entropy...
2020-02-02 Matthew Dillonlibc - Update manual page for realpath(3) and add page...
2020-02-02 Matthew Dillonlibc - Update for realpath() system call support (2)
2020-02-02 Sascha Wildnerboot/pxe: Fix some typos in comments and (unused, as...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Rejigger random number generator to be per...
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls (2)
2020-02-02 zrjmake(1): Add OpenBSD support.
2020-02-02 zrjtic(1): Explicitly disable WERROR in hostprog tic.
2020-02-02 zrjworld: Explicitly disable WERROR for hostprog and hostlib.
2020-02-02 zrjgcc80: Make bootstrapping more permissive.
2020-02-02 zrjbinutils227: Explicitly include <stdint.h> and add...
2020-02-02 zrjgdb(1): Explicitly include <stdint.h>.
next