dragonfly.git
2019-05-12 Matthew Dillonkernel - VM rework part 7 - Initial vm_map_backing...
2019-05-12 Matthew Dillonkernel - VM rework part 6 - Stabilize
2019-05-12 Matthew Dillonkernel - VM rework part 5 - Cleanup
2019-05-11 Sascha WildnerClean up some Makefiles.
2019-05-11 Sascha Wildnerlibutil: Raise WARNS to 6.
2019-05-11 Matthew Dillonkcollect - Adjust Mops right hand on graph
2019-05-11 Matthew Dillonkernel - Restore kern.cam.da.X.trim_enabled sysctl
2019-05-11 Matthew Dillonkernel - VM rework (fix introduced bug)
2019-05-10 Matthew Dillonkernel - VM rework part 4 - Implement vm_fault_collapse()
2019-05-10 Matthew Dillonkernel - VM rework part 3 - Cleanup pass
2019-05-10 Matthew Dillonkernel - VM rework part 2 - Replace backing_object...
2019-05-10 Matthew Dillonkernel - VM rework part 1 - Remove shadow_list
2019-05-10 Sascha WildnerSync ACPICA with Intel's version 20190509.
2019-05-10 Matthew Dillonkernel - __read_mostly pass on vm_fault
2019-05-10 Matthew Dillonkernel - __read_mostly pass on vfs_subr
2019-05-10 Matthew Dillonkernel - __read_mostly pass on vfs_cache
2019-05-10 Matthew Dillonkernel - __read_mostly pass on lwkt_thread
2019-05-09 Matthew Dillonkernel - Quick pass add __read_frequently
2019-05-09 Matthew Dillonkernel - Bring in __read_mostly etc
2019-05-09 Sascha WildnerRemove any remaining traces of varargs.h.
2019-05-08 Sascha Wildnerkernel: Stop including userland-only includes in kernel...
2019-05-08 Sascha WildnerAdd fuse kernel part to LINT64.
2019-05-07 Sascha Wildnerdup3.3: Adjust HISTORY section.
2019-05-06 Sascha Wildnerlibc: Add dup3() from FreeBSD.
2019-05-06 Sascha Wildner<unistd.h>: Move eaccess() prototype to a better place.
2019-05-06 Sascha Wildnerlibc/net: Document more functions.
2019-05-06 Sascha Wildnerlibc/net: Adjust h_errorp arg name to herrno_p like...
2019-05-06 Sascha Wildner<netdb.h>: Add whitespace in a prototype.
2019-05-06 Sascha Wildnergetservent.3: Fix function name.
2019-05-05 Sascha Wildnerlibc: Change a few DIAGNOSTICS sections into RETURN...
2019-05-04 Sascha Wildnerlibc: Add forgotten MLINK.
2019-05-04 Sascha Wildnerlibc: Document yp_maplist().
2019-05-04 Sascha Wildner<sys/fcntl.h>: Restrict POSIX_FADV_* visibility to...
2019-05-04 Sascha Wildnerlibc/locale: Document mbrtoc{16,32}_l() and c{16,32...
2019-05-04 Matthew Dillondrm/radeon - Attempt to fix data structure corruption...
2019-05-04 Matthew Dillondrm - Move startup delay to VERSION ioctl
2019-05-04 Sascha Wildnerlibc: Add posix_fadvise(), for now empty except for...
2019-05-04 Sascha Wildnerlibc: Document getservent_r(), getservbyport_r(), and...
2019-05-04 Sascha Wildnerlibc: Document getprotoent_r(), getprotobynumber_r...
2019-05-04 Sascha Wildnerlibc: Document offtime(), timelocal(), and timeoff().
2019-05-04 Matthew Dillonbuild - Make sure /usr/local/bin is NOT in the $PATH...
2019-05-03 Matthew Dillondrm/ttm: Fix a deadlock involving fictitious VM pages
2019-05-03 François Tigeotdrm: Sync ttm and radeon drivers with Linux 3.18
2019-05-03 François Tigeotdrm: Import dma-buf reservation code from Linux 4.7.10
2019-05-03 François Tigeotdrm: More linux/seqlock.h functions
2019-05-03 Matthew Dillonkernel - Permanently fix FP bug - completely remove...
2019-05-03 Matthew Dillonkernel - Backout procfs map change
2019-05-03 Matthew Dillonkernel - Implement debug function w/kern.logsigexit > 1
2019-05-03 zrjlibrecrypto: Rename unused header.
2019-05-03 Matthew Dillondrm/linux: Add an interval_tree implementation
2019-05-03 François Tigeotdrm: Do not directly define __OS_HAS_AGP
2019-05-03 François Tigeotdrm: Do not use PHOLD/PRELE() in flush_taskqueue()
2019-05-03 François Tigeotdrm/linux: Expand mm_types.h and mmu_notifier.h coverage
2019-05-03 Sascha Wildnerindent.1: Add some missing whitespace.
2019-05-03 Matthew Dillonworld - update manual page for mmap()
2019-05-03 Matthew Dillonkernel - Fix serious bug in MAP_STACK, deprecate auto...
2019-05-03 Matthew Dillonpthreads and kernel - change MAP_STACK operation
2019-05-02 Sascha Wildnerpthread_set_name_np.3: Add some articles.
2019-05-01 Matthew Dillonkernel - Add kern.ipc.soaccept_reuse and set default...
2019-05-01 zrjPRIV: Handle histedit.h in unpriv_base.sh
2019-04-30 zrjComplete upgrade of libedit from 2017-03-29 to 2019...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjbsd.lib.mk: Fix tyoo.
2019-04-30 zrjUpdate libedit from version 2017-03-29 to 2019-03-24...
2019-04-30 zrjComplete upgrade of libedit from 2015-03-25 to 2017...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjsh(1): Exclude <histedit.h> better for BOOTSTRAPPING.
2019-04-30 zrjlibedit: Start tracking minimal symbol map.
2019-04-30 zrjlibedit: Privatize the last public header.
2019-04-30 zrjLIBPRIV: Remove leftover deps from wpa_cli(8).
2019-04-30 Sascha Wildner<net/pf/pfvar.h>: Fix buildworld. Move malloc declarati...
2019-04-29 François Tigeotdrm: Bring in the Linux fence implementation from NetBSD
2019-04-29 Matthew Dillonpf - Improve SMP counter performance, static array...
2019-04-29 Sascha Wildner<execinfo.h>: Include <sys/cdefs.h> explicitly for...
2019-04-29 Peeter Mustkernel/ums: Use evdev's private lock for ums
2019-04-28 Matthew Dillondebug - update kmapinfo
2019-04-28 Matthew Dillonkernel - Limit console message rate for swap-full warnings
2019-04-28 Matthew Dillonahci - Reduce livelock warnings with ahci
2019-04-28 Matthew Dillonpf - Fix SMP race in max-src-nodes, max-src-conn tracking
2019-04-27 Matthew Dillonworld - Fix deprecated crypto calls
2019-04-27 Matthew Dillonworld - Conditionalize MAKEWHATIS path
2019-04-26 François Tigeotdrm: Remove a debugging message
2019-04-26 François Tigeotdrm/linux: Improve RCU support
2019-04-26 Sascha WildnerRemove two more files by 'make upgrade'.
2019-04-26 zrjlibssh: Do not create obj dir for Makefile.etc.
2019-04-26 Sascha Wildnernrelease: Reduce the size of /usr/local on the IMG...
2019-04-25 Sascha Wildnerbsd.libnames.mk: Adjust for recent libobjc removal.
2019-04-25 François Tigeotdrm: Replace linux/hashtable.h with NetBSD's version
2019-04-25 Sascha Wildnernrelease: Install security/ca_root_nss explicitly ...
2019-04-25 Sascha Wildnerkernel: Cleanup pccarddevs file a bit.
2019-04-25 Sascha Wildnernetgraph: Comment out unimplemented NGIOCSETNAME defini...
2019-04-25 Sascha Wildnerwi(4): Comment out unimplemented SIOC[GS]PRISM2DEBUG...
2019-04-25 Sascha Wildnercam: Comment out definition of SESIOC_GETTEXT ioctl...
2019-04-25 Sascha Wildnerdevfsctl/mount_dirfs: Save some #include's by including...
2019-04-25 Sascha WildnerSync libfetch and fetch(1) with FreeBSD.
2019-04-24 zrjBump __DragonFly_version for recent updates.
2019-04-24 Sascha Wildneropenssl(1): Add missing manual pages.
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 Sascha WildnerAdd a missing manual page to LIBRESSL's vendor branch.
2019-04-24 zrjinitrd: Adjust for dependencies removal.
next