]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-08-26 jkimFix Clang version detection.
2020-08-26 freqlabsInstall zfs-events.5
2020-08-26 markjUse a large kmem arena import size on NUMA systems.
2020-08-26 markjvmem: Avoid allocating span tags when segments are...
2020-08-26 tsoomeefibootmgr: wrong check for opts.order
2020-08-26 cyAs of r364746 (OpenZFS import) existing ZPOOLs are...
2020-08-26 mjgcache: relock on failure in cache_zap_locked_vnode
2020-08-26 mjgcache: stop null checking in cache_free
2020-08-26 mjgcache: make it mandatory to request both timestamps...
2020-08-26 mjgcache: convert bucketlocks to a mutex
2020-08-26 mjgcache: only evict negative entries on CREATE when ISLAS...
2020-08-26 mjgcache: decouple smr and locked lookup in the slowpath
2020-08-26 mjgcache: factor dotdot lookup out of cache_lookup
2020-08-26 arichardsonAvoid recomputing COMPILER_/LINKER_ variables when...
2020-08-26 arichardsonMove libsqlite3 to the top of the SUBDIR list
2020-08-26 arichardsonFix builds that set LD=ld.lld after r364761
2020-08-26 tsoomeremove pragma ident lines
2020-08-26 tsoomeremove left over empty directory
2020-08-26 emasteApply a big hammer for stale pre-OpenZFS files
2020-08-26 emastedepend-cleanup.sh: add a note about removing old entries
2020-08-26 asomersgeli: use unmapped I/O
2020-08-26 asomerscrypto(9): add CRYPTO_BUF_VMPAGE
2020-08-26 scottpharm64: Increase dmap size to 95 TiB
2020-08-26 scottpharm64/acpi: Give the real PA limit to ACPI
2020-08-26 scottphbitset: add BIT_FFS_AT() for finding the first bit...
2020-08-26 scottphefibootmgr: Add option to request booting to the firmwa...
2020-08-26 scottpharm64: Make local stores observable before sending...
2020-08-26 jamieHandle jail.conf variables that have the same names...
2020-08-26 emastedate.1: note possibly surprising behaviour of -j -f
2020-08-25 mmacyZFS: band-aid for -DNO_CLEAN
2020-08-25 mmacyZFS: whitelist zstd and encryption in the loader
2020-08-25 cemvm_pageout: Scale worker threads with CPUs
2020-08-25 freqlabsbsdinstall: Update loader.conf for new OpenZFS deps
2020-08-25 dimAfter r364423, which ensures the callbacks that dl_iter...
2020-08-25 freqlabsSkip zpool_clear_005_pos test until bug fixed
2020-08-25 dimAfter r364753, there should be no need to suppress...
2020-08-25 bdragon[PowerPC] More preemptive powerpcspe ZFS build fixes
2020-08-25 bdragon[PowerPC] Apply the ppc32 GOT overflow fix to powerpcspe
2020-08-25 markjsdhci(4): Recognize the Texas Instruments PCIxx12 card...
2020-08-25 freqlabsFix zstd in OpenZFS module with CPUTYPE?=<something...
2020-08-25 kevanslibbe: lift the WARNS post-OpenZFS merge
2020-08-25 mmacyFix userboot after r364355
2020-08-25 mmacyGive stronger guidance with regards to upgrading root...
2020-08-25 bzrtsol(d): add script for "M bit"
2020-08-25 vmaffioneiflib: netmap: publish all the receive buffer
2020-08-25 mjgvfs: respect PRIV_VFS_LOOKUP in vaccess_smr
2020-08-25 markjPermit vm_page_wire() to be called on pages not belongi...
2020-08-25 arichardsonFix -Wundef warnings when building liblua
2020-08-25 arichardsonstyle.Makefile: list CSTD between WARNS and CFLAGS
2020-08-25 arichardsonFix makefs bootstrap on macOS after D25563
2020-08-25 arichardsonFix typo in r364325 that broke tinderbox with -DBUILD_W...
2020-08-25 arichardsonUse bootstrapped install(1) install of tools/install...
2020-08-25 arichardsonFix running the builddtb target on a noexec file system
2020-08-25 arichardsonPass -fuse-ld=/path/to/ld if ${LD} != "ld"
2020-08-25 arichardsonAdd necessary Makefile.inc1 infrastructure for building...
2020-08-25 arichardsonAdd missing FreeBSD functions to -legacy when building...
2020-08-25 hselaskyAdd mlx5en(4) to the list of supported netdump network...
2020-08-25 arichardsonAdd Linux/macOS compatibility system headers to tools...
2020-08-25 tuexenRFC 3465 defines a limit L used in TCP slow start for...
2020-08-25 dimAdd atomic and bswap functions to libcompiler_rt
2020-08-25 mmacyFix libzfs build failures for some
2020-08-25 mmacyMention OpenZFS merge in UPDATING
2020-08-25 mmacyBump __FreeBSD_version for OpenZFS switchover
2020-08-25 mmacyMerge OpenZFS support in to HEAD.
2020-08-25 rmacklemFix hangs with processes stuck sleeping on btalloc...
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 zeisingdrm2: Update deprecation message
2020-08-24 mmacyVendor import of openzfs master @ 184df27eef0abdc7ab210...
2020-08-24 kibRestore workaround for sysret fault on non-canonical...
2020-08-24 dimAfter r364732, we can now enable MK_OPENMP for aarch64...
2020-08-24 dimMerge commit cde8f4c16 from llvm git (by me):
2020-08-24 vmaffionenetmap: use FreeBSD guards for epoch calls
2020-08-24 melifaroRemove RT_LOCK mutex from rte.
2020-08-24 impFix silly typo...
2020-08-24 impDocument devd event change from r364725
2020-08-24 impDocument the kern -> kernel name change for resume...
2020-08-24 impChange the resume notification event from 'kern' to...
2020-08-24 mjgcache: remove leftover assert in vn_fullpath_any_smr
2020-08-24 cyUpdate unbound version number.
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-24 fernapew(1): Add EXAMPLES to man page
2020-08-24 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 sobomaxIn the endless batch mode (-B), terminate if and when...
2020-08-24 impWhen copying over the binaries, use '-p' to preserve...
2020-08-24 blackends/redundacy/redundancy
2020-08-24 blackendAdd missing Korean doc package entry, remove non-existe...
2020-08-24 luporl[PowerPC] Make new auxv format default
2020-08-24 bznet80211: enhance getflags*() and ieee80211_add_channel*()
2020-08-24 grehancpu_auxmsr: assert caller is preventing CPU migration.
2020-08-24 vmaffioneiflib: fix isc_rxd_flush call in netmap_fl_refill()
2020-08-24 arichardsonAlso print number of available CPUs on Linux
2020-08-24 arichardsonAvoid adding duplicates to SRCS/OBJS/SOBJS/POBJS
2020-08-24 arichardsonmakefs (msdosfs): Use fprintf instead of debug print...
2020-08-24 arichardsonCorrectly determine the real executable in crunched...
2020-08-24 arichardsonRe-indent crunched_main.c in preparation for D25998
2020-08-24 arichardsonPass the installworld install(1) flags to make buildenv
2020-08-24 mjgcache: lockless reverse lookup
2020-08-24 mjgcache: drop the always curthread argument from reverse...
2020-08-24 mjgcache: perform reverse lookup using v_cache_dd if possible
next