dragonfly.git
2020-02-15 Sascha WildnerStop passing "-s labels" to vnconfig(4).
2020-02-15 Aaron LIrcorder(8): Import rcorder-visualize.sh from FreeBSD
2020-02-15 Aaron LImtree.8: Add examples to create /var and /usr/include...
2020-02-15 Matthew Dillondsynth - Adjust 'Limit' display in upper right-hand...
2020-02-15 Matthew Dillonkernel - Reduce SMP contention during low-memory stress
2020-02-15 Matthew Dillonkernel - Fix rare wait*() deadlock
2020-02-15 Matthew Dillonkernel - Recode the namecache mount transition cache
2020-02-15 Matthew Dillondevfs - Clean up some SMP inefficiencies
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-14 Matthew Dillonkernel - Increase size of the vm_page hash table
2020-02-14 Matthew Dillondsynth - return max_load to 5.0x, reduce PkgDepMemoryTarget
2020-02-14 Matthew Dillonkernel - Start work on a better burst page-fault mechanic
2020-02-14 Sascha WildnerUse <fcntl.h> instead of <sys/file.h> for open()'s...
2020-02-14 Sascha WildnerUse our new partition id (0x6c) in several more places.
2020-02-14 Sascha WildnerSync ACPICA with Intel's version 20200214.
2020-02-14 François Tigeotdrm: Use the Linux version of DRM_WAIT_ON()
2020-02-14 François Tigeotdrm/linux: Rework wait_event_xxx and finish_wait functions
2020-02-14 zrjsys/boot: Unbreak efi build with WORLD_LDVER=ld.bfd.
2020-02-14 zrjgcc80: Unbreak ctools on OpenBSD.
2020-02-14 Matthew Dillonrdrand - Document massive improvement in performance
2020-02-14 Matthew Dillonkernel - Add more dtypes to sys/dtype.h
2020-02-14 Matthew Dillonpctrack - Fix symbol table scan
2020-02-14 Matthew Dillonkernel - Offset the stathz systimer by 50% of the hz...
2020-02-14 Matthew Dillonkernel - Reduce excessive rdrand harvesting
2020-02-13 Matthew Dillonkernel - Improve tmpfs support
2020-02-13 François Tigeotdrm/linux: Add framebuffer_alloc() and framebuffer_rele...
2020-02-13 Sascha Wildnerwait.2: Fix markup and comment out some references.
2020-02-13 François Tigeotdrm/linux: Implement outb()
2020-02-13 zrjMakefile.inc1: Pass _SHLIBDIRPREFIX for btools too.
2020-02-13 zrjgrep(1): Disable use of unlocked IO in btools.
2020-02-13 zrjfind(1): Disable use of getvfsbyname(3) in btools.
2020-02-13 zrjfind(1): Reduce bootstrap locale specific requirements.
2020-02-13 zrjfind(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjfind(1): Check for FTS_CONST just like mtree(8).
2020-02-13 zrjcp(1): Check for FTS_CONST just like mtree(8).
2020-02-13 zrjcp(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjcp(1): Install signal handler only if SIGINFO is available.
2020-02-13 zrjmv(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjmv(1): Install signal handler only if SIGINFO is available.
2020-02-13 zrjrm(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjrm(1): Check for whiteout support.
2020-02-13 zrjrm(1): Install signal handler only if SIGINFO is available.
2020-02-13 zrjgzip(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjm4(1): Add const attribute to __progname.
2020-02-13 zrjstat(1): Disable -H support in btools.
2020-02-13 zrjinstall(1): Check for _ST_FLAGS_PRESENT_ availability.
2020-02-13 zrjinstall(1): Use at least 6 characters for template.
2020-02-13 zrjinstall(1): Disable -N option in btools.
2020-02-13 zrjmtree(8): Add missing checks for HAVE_STRUCT_STAT_ST_FLAGS.
2020-02-13 zrjmtree(8): Disable -N option in btools.
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).
next