dragonfly.git
2018-08-05 Aaron LIif_clone: Fix if_clone_event invocation
2018-08-05 Aaron LIetc/login.conf: Fix COPYRIGHT file path
2018-08-05 Aaron LIMakefile.inc1: Print more variables on error
2018-08-05 Aaron LIifconfig(8): Use atexit() to ensure printing interface...
2018-08-05 Aaron LIifconfig(8): Sync with FreeBSD a bit and various cleanups
2018-08-05 Aaron LIifconfig(8): Default to AF_LOCAL sockets for non-family...
2018-08-05 Aaron LIifconfig(8): Use strlcpy() instead of strncpy()
2018-08-05 Aaron LIifconfig(8): Use nitems() consistently
2018-08-05 Aaron LI<net/if_var.h>: Clean up unused forward declaration
2018-08-05 Aaron LI<net/if.h>: Do not include <net/if_var.h> for _KERNEL
2018-08-04 Imre Vadászpc64 - If appropriate, determine TSC frequency via...
2018-08-04 Aaron LIif_tap: Interface type should be IFT_ETHER (2)
2018-08-04 Aaron LIif_tap: Interface type should be IFT_ETHER
2018-08-04 Imre Vadászcorepower - Add support for Platform Energy Counter.
2018-08-03 Aaron LItun.4: Do not mention tunoutput() anymore
2018-08-03 Aaron LIdevfs: Minor style fixes
2018-08-01 Matthew Dillonfdisk, gpt - Support trim on recent kernels
2018-08-01 François Tigeotdrm: Sync drm_bufs.c with Linux 4.7.10
2018-08-01 Matthew Dillonhammer2 - Add destroy-inum directive
2018-07-31 François Tigeotdrm: simplify authentication management
2018-07-31 Aaron LIif_tap: Remove the unnecessary forward declaration...
2018-07-31 Aaron LIif_tun: Add TUNGIFNAME ioctl to get the interface name
2018-07-31 Aaron LIif_tun: Clean up tunioctl()
2018-07-30 François Tigeotdrm: More Linux 4.7.10 synchronization
2018-07-30 Matthew Dillonhammer2 - Do not assert when shifting around error...
2018-07-28 Sascha Wildnerinstall(1): Fix building on release and older systems.
2018-07-28 François Tigeotinstall(1): Add a -l flag for creating hard or soft...
2018-07-26 Tomohiro Kusumisys/vfs/autofs: Make {test,nlookup}_fs_root() return...
2018-07-26 Tomohiro Kusumisys/vfs/autofs: Cleanup
2018-07-26 Aaron LIMove jail staffs from <net/if.h> and <netinet/in.h...
2018-07-26 Aaron LIkernel: Use nitems() from <sys/param.h> instead of...
2018-07-26 Aaron LIdisklabel64(8): Remove an obsolete comment
2018-07-26 Aaron LIsys/gpt.h: Add new entry types and CTASSERT
2018-07-25 Sascha Wildnermtree(8): Replace our mtree(8) with NetBSD's version.
2018-03-11 Eitan Adlerbsd-family-tree: announce NetBSD 8.0
2018-07-24 François Tigeotdrm: Partial sync with Linux 4.7.10
2018-07-24 Sascha Wildnerena.4: Add a missing space.
2018-07-24 Tomohiro Kusumisys/vfs/autofs: Cleanups
2018-07-24 Sascha Wildneropenssh: Fix some merging mistakes I made.
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-24 Sascha WildnerClean up the OpenSSH vendor branch a tiny bit.
2018-07-24 Sascha Wildneropenpam: Sync OpenPAM modules a bit with FreeBSD.
2018-07-23 Sascha WildnerRevert "mtree(8): Replace our mtree(8) with NetBSD...
2018-07-23 Sascha Wildnerboot/efi: Sync our TianoCore EDK II headers with the...
2018-07-22 François Tigeotdrm: Reduce drm_bufs.c differences with Linux 4.7.10
2018-07-22 Sascha Wildnermtree(8): Replace our mtree(8) with NetBSD's version.
2018-07-22 Sascha Wildnerkernel/ena: Hook the ena(4) driver into the build.
2018-07-22 Brad Hoffmankernel/ena: Port the ena(4) driver to DragonFly.
2018-07-22 Sascha Wildnerkernel: Bring in FreeBSD's ena(4) driver unchanged...
2018-07-21 François Tigeotdrm: Sync a few bits with Linux 4.7.10
2018-07-21 François Tigeotdrm: dev->dma_lock doesn't exist
2018-07-21 François Tigeotdrm/linux: add agp_backend.h
2018-07-21 Sascha Wildnerkernel/icu: Fix a typo.
2018-07-21 Sascha Wildnersysctl_add_oid.9: Improve a bit.
2018-07-21 Sepherosa Ziehauvmstat: Add -o option to report objcache usage.
2018-07-21 Sepherosa Ziehaumbuf: Reduce objcache name verbosity.
2018-07-21 Sascha Wildnerkernel: Port some remaining, yet unused, *_TRYLOCK...
2018-07-21 Sascha Wildnerkernel: Fix some wrong porting of *_TRYLOCK() macros.
2018-07-21 Sascha Wildnerkernel/drm: Use more straightforward lockmgr_try().
2018-07-21 Sascha Wildnerkernel/lockmgr: Add lockmgr_try().
2018-07-21 Sepherosa Ziehauobjcache: Add sysctl to expose objcache statistics.
2018-07-21 Aaron LIdisklabel64.8: Fix several "disklabel" to be "disklabel32"
2018-07-20 Sascha WildnerUpdate the pciconf(8) database.
2018-07-20 Sascha Wildnerkernel/sysctl: Add handling of uint32_t.
2018-07-20 Brad Hoffmanrc: Bring in a simple mechanism to run rc scripts only...
2018-07-19 Aaron LIif_tun: Allow IP packets of length TUNMRU with TUNSIFHE...
2018-07-19 Aaron LIif_tun: Raise maximum MTU to be 65535 bytes
2018-07-19 Aaron LIif_tun: Disallow change network device type
2018-07-19 Aaron LIif_tun: Implement interface clone support
2018-07-19 Aaron LIif_tun: Better name interface-related functions
2018-07-19 Aaron LIif_tun: Add sysctl net.link.tun.{refcnt,debug}
2018-07-19 Aaron LIif_tun: Support module load and unload
2018-07-19 Aaron LIif_tun: Add "cdev_t tun_dev" to tun_softc struct
2018-07-19 Aaron LIif_tun: Use pointer to ifnet in tun_softc struct
2018-07-19 Aaron LIif_tun: Update tun.4 man page to match the code
2018-07-19 Aaron LIif_tun: Some small tweaks and cleanups
2018-07-19 Aaron LIif_tap: Restore SIOCGIFFLAGS, SIOC[GS]IFADDR ioctls...
2018-07-17 Matthew Dillonlibc - MFC resolver fix
2018-07-17 Aaron LIRevert "if_tap: Get rid of arpcom struct from tap_softc...
2018-07-17 Sascha Wildnerioctl.9: Remove some obsolete commented out info.
2018-07-17 Aaron LIif_tap: Disallow change network device type
2018-07-17 Aaron LIif_tap: Add TAPGIFNAME ioctl to get interface name
2018-07-17 Aaron LIif_tap: Remove the broken vmnet support
2018-07-17 Aaron LIif_tap: Update tap.4 man page to match the code
2018-07-17 Aaron LIif_tap: Return error instead of system panic
2018-07-17 Aaron LIif_tap: Remove redundant unit from tapcreate() and...
2018-07-17 Aaron LIif_tap: Get rid of arpcom struct from tap_softc struct
2018-07-17 Aaron LIif_tap: Destroy the autoclone device when unload module
2018-07-17 Aaron LIif_tap: Add read-only sysctl net.link.tap.refcnt
2018-07-17 Aaron LIif_tap: Remove global variable "taplastunit"
2018-07-17 Aaron LIif_tap: Some small tweaks and cleanups
2018-07-13 Matthew Dillontest - Test after repository move to SSD
2018-07-12 Aaron LIDisable cert verification for pkg-bootstrap when no...
2018-07-11 Matthew Dillonnvme - Do a better job backing out of probe errors
2018-07-11 Matthew Dillonmisc - Allow /usr/dports to be a null-mount
2018-07-10 Sascha Wildnerhostname(1): Add a compat option -f to print the FQDN...
2018-07-07 Tomohiro Kusumisbin/hammer2: Explicitly include <sys/stat.h> for stat(2)
2018-07-07 Tomohiro Kusumisbin/hammer2: Drop unused header includes in icrc.c
2018-07-07 Sascha Wildnerdiffutils: Update README.DELETED.
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
next