]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-10-25 traszRemove the check that prevents creating "loops" from...
2020-10-25 brAdd IOMMU support to GICv3 Interrupt Translation Servic...
2020-10-25 mckusickFilesystem utilities that modify the filesystem (growfs...
2020-10-25 mckusickVarious new check-hash checks have been added to the...
2020-10-24 mhorneFix build after r367020
2020-10-24 impcdefs.h: remove intel_compiler support
2020-10-24 impRemove support for intel compiler from i386 in_cksum
2020-10-24 impRemove intel compiler support from math.h
2020-10-24 impRemove support for ancient compilers
2020-10-24 impRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 rmacklemUpdate man page for -R option added by r376026.
2020-10-24 rmacklemAdd "-R" option to tell mountd to not register with...
2020-10-24 freqlabssockstat: Fix error message when jail_attach fails
2020-10-24 rscheffAdd network QoS support for PCP to iscsi target.
2020-10-24 rscheffAdd network QoS support for PCP to iscsi initiator.
2020-10-24 mavFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 rscheffMake use of IP_VLAN_PCP setsockopt in ping and ping6.
2020-10-24 mhorneriscv: improve exception code naming
2020-10-24 bro Add iommu de-initialization method for MSI interface.
2020-10-24 freqlabsflua: Add a libjail module
2020-10-24 fernapepwd(1): Add EXAMPLES section
2020-10-24 fernapegetent(1): Add EXAMPLES section
2020-10-24 freqlabsSkip RAW kstat sysctls by default
2020-10-24 freqlabssysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 rscheffTCP Cubic: improve reaction to (and rollback from) RTO
2020-10-24 rschefftcp: move cwnd and ssthresh updates into cc modules
2020-10-24 freqlabssysctl: Misc code cleanup
2020-10-24 delphijMFV r366990: less v563.
2020-10-24 kevansbacklight(9): compile with COMPAT_LINUXKPI as well
2020-10-24 freqlabskern_sysctl: Misc code cleanup
2020-10-24 kevansaudit: correct reporting of *execve(2) success
2020-10-24 traszTweak linux(4) socket(2) debug messages.
2020-10-24 traszFurther improve prctl(2) debug.
2020-10-24 mjgcache: assorted typo fixes
2020-10-24 mjgcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 mjgvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 hselaskyImplement xa_init() in the LinuxKPI as a wrapper for...
2020-10-24 hselaskyMore style fixes (partial revert of r366994).
2020-10-24 hselaskyFix order of header files:
2020-10-24 hselaskyRun code through "clang-format -style=file" with some...
2020-10-24 asomersnfsstat: delete unused fields
2020-10-24 impnvme: Remove compat code for older kernels
2020-10-24 mjgcache: batch updates to numcache in case of mass removal
2020-10-24 mjgcache: refactor alloc/free
2020-10-24 mjgcache: fold branch prediction into cache_ncp_canuse
2020-10-24 mjgcache: fix some typos
2020-10-24 mjgcache: drop write-only vars
2020-10-24 impwarnx: fix needless static
2020-10-23 impwarnx: Save errno across calls that might change it.
2020-10-23 brooksOnly use ASAN when using the in-tree compiler
2020-10-23 brMove the iommu stubs to a generic place, so they are...
2020-10-23 kibxhci: Handle the case when MSI-X BAR is the same as...
2020-10-23 emastelibelf: add compression header support
2020-10-23 mjgcache: reduce memory waste in struct namecache
2020-10-23 mjgvfs: drop spurious cache_purge on rmdir
2020-10-23 mjgvfs: stop taking the interlock in vnode reclaim
2020-10-23 markjntb: Fix the 32-bit build after r366969
2020-10-23 markjrtsold: Remove an incorrect __unused annotation
2020-10-23 markjAdd some missing nv(9) MLINKS
2020-10-23 markjntb: Add Intel Xeon Gen3 support
2020-10-23 markjntb: Fix an assertion to permit >= 32 doorbells
2020-10-23 traszImprove prctl(2) debug.
2020-10-23 traszAdd /proc/sys/kernel/ngroups_max to linprocfs(4). ...
2020-10-23 seUdpate calendar man-page to mention the search path...
2020-10-23 seAdd search of LOCALBASE/share/calendar for calendars...
2020-10-23 hselaskyFix for loading cuse.ko via rc.d . Make sure we declare...
2020-10-23 alcConditionally compile struct vm_phys_seg's md_first...
2020-10-23 npcxgbe(4): Fix min/max typo in r366958.
2020-10-23 npcxgbe(4): refine the values reported in if_ratelimit_query.
2020-10-23 jhbHandle CPL_RX_DATA on active TLS sockets.
2020-10-22 mavNegotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.
2020-10-22 vmaffionenetmap: fix mutex double unlock bug
2020-10-22 tsoomeloader: revert r342161 and r342151
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 gbestablerestart(5): Fix some issues reported by mandoc
2020-10-22 mjgcache: assert the created entry does not point to itself
2020-10-22 gbepnfsserver(4): Fix some issues reported by mandoc
2020-10-22 gbesocket(9): Remove duplicate word 'is is'
2020-10-22 glebiusFix typo
2020-10-22 alcMicro-optimize uma_small_alloc(). Replace bzero(....
2020-10-22 jkimAdd a new CCP device ID found on my Ryzen 5 3600XT.
2020-10-22 npif_vxlan(4): csum_flags_to_inner_flags takes the tunnel...
2020-10-22 hselaskyCompile fix for MIPS, MIPS64, POWERPC and POWERPC64.
2020-10-22 hselaskyFix for colliding change (r366917).
2020-10-22 hselaskyFix for monotolithic kernel builds using device lagg(4).
2020-10-22 hselaskyAdd support for IP over infiniband, IPoIB, to lagg...
2020-10-22 kibsysv_sem: semusz depends on semume.
2020-10-22 hselaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-22 hselaskyFactor out generic IP over infiniband, IPoIB, definitio...
2020-10-22 npcxgbe(4): fix the size of the iq/eq maps.
2020-10-22 gonzo[hwpmc] Fix call chain capture for ARM64
2020-10-22 gonzo[armv8crypto] Fix cryptodev probe logic in armv8crypto
2020-10-22 mavPass lower 3 bits of sector_count for FPDMA commands.
2020-10-22 philipImport tzdata 2020c
2020-10-21 kibmmap(2): Document guard size for MAP_STACK and related...
2020-10-21 melifaroAdd support for stacked VLANs (IEEE 802.1ad, AKA Q...
2020-10-21 npcxgbe(4): display correct tid range for T6 based -SO...
2020-10-21 traszMake linux(4) warn about unsupported socket(2) types.
2020-10-21 vangyzenntb_tool: ubuf is too small to hold a human readable...
2020-10-21 fernapecol(1): Add EXAMPLES section
next