dragonfly.git
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.
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>.
2020-02-02 Matthew Dillonlibc - Update for realpath() system call support
2020-02-02 Matthew Dillonkernel - Add __realpath() and getrandom() system calls
2020-02-01 zrjenv(1): Match glibc getopt() semantics.
2020-02-01 zrjxargs(1): Disable prompt support (-p) in btools.
2020-02-01 zrjxargs(1): Add limit for args_max.
2020-02-01 zrjtr(1): Fix compilation on Linux hosts.
2020-02-01 zrjdd(1): Allow to bootstrap on OpenBSD and glibc based...
2020-02-01 zrjtime(1): Disable -l support in btools.
2020-02-01 zrjtime(1): Install signal handle only if SIGINFO is avail...
2020-02-01 zrjwc(1): Install signal handler only if SIGINFO is available.
2020-02-01 zrjtail(1): Disable -f and -F (follow) functionality in...
2020-02-01 zrjpatch(1): Check for _DIRENT_HAVE_D_NAMLEN availability.
2020-02-01 zrjsh(1): Check for _DIRENT_HAVE_D_NAMLEN availability.
2020-02-01 zrjstrfile(8): Include <stdint.h> explicitly.
2020-02-01 zrjlibc/citrus: Include <stdint.h> explicitly.
2020-02-01 zrjlocaledef(1): Allow easier bootstrapping.
2020-02-01 zrjlorder(1): Use POSIX defined flags for sort(1).
2020-02-01 zrjworld: Pass relative location of sys/ to newvers.sh...
2020-01-31 Sepherosa Ziehautaskqueue: Fix the order of TASKQUEUE_DEFINE_THREAD
2020-01-31 Sepherosa Ziehausound/hda: Use driver specific taskqueue, instead of...
2020-01-31 Sepherosa Ziehautaskqueue: Fix TASKQUEUE_DEFINE_THREAD
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-29 Matthew Dillonkernel - Document UPREQ and EXREQ cases better
2020-01-29 Antonio Huete... libfetch: Fix buffer overflow (CVE-2020-7450)
2020-01-29 Sascha Wildnerdaemon(8): Sync with FreeBSD. Some ports need options...
2020-01-28 Matthew Dillondsynth - Hack elfinfo note output a bit
2020-01-27 Matthew Dillonlockmgr - Fix bug in lockmgr() cancel path
2020-01-27 Sascha Wildnerkernel/atkbdc: Remove some dead code.
next