dragonfly.git
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).
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.
next