]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-01-29 dimMerge r357260 from the clang1000-import branch:
2020-01-29 kevansmips: unbreak module builds after r357265
2020-01-29 kevanskmod build: start generating opt_global.h, include it
2020-01-29 kevanspkgbase: fix caroot packaging and add post-install...
2020-01-29 melifaroPlug parent iface refcount leak on <ifname>.X vlan...
2020-01-29 luporl[PPC64] Fix NUMA on POWER8
2020-01-29 alfredoAdd myself (alfredo) to committers-src.dot and calendar...
2020-01-29 brAdd driver for Xilinx XDMA PCIe Bridge found in the...
2020-01-29 kevanspkgbase: kill off clibs.ucl and docs.ucl
2020-01-29 mhornecgem: Add another compat string for the SiFive fu540
2020-01-29 mhorneFix definition of SSTATUS_SD
2020-01-29 ganboldAdd an overlay for RK3328 USB3 node.
2020-01-29 kibRestore OOM logic on page fault after r357026.
2020-01-29 ganboldEnable USB3 support for Rockchip RK3328 SoC.
2020-01-29 ganboldAdd USB3 related clock definitions for Rockchip RK3328...
2020-01-29 cemypldap(8): Fix absent va_end() in 'goto fail' path
2020-01-29 cembnxt(4): Eliminate wrong sizeof() expression in memset()
2020-01-29 cemixgbe(4): Eliminate bogus sizeof() expressions
2020-01-29 cemqmath(3) test: Replace overcomplicated abomination...
2020-01-29 cemqlxge(4): Ditto r357244
2020-01-29 cemqlxgb(4): Use defined evaluation order
2020-01-29 cemlibpmc: jevents: Go ahead and use snprintf(3)
2020-01-29 jhibbitspowerpc64/csu: Rename dummy asm file to force use of...
2020-01-29 cemlibpmc: jevents: Partial style(9) pass
2020-01-29 cemhwpstate_intel(4): Silence/fix Coverity reports
2020-01-29 mjgamd64: sync up libc memcmp with the kernel version...
2020-01-29 mjglibc: remove forward compat added in r356830 for F_ISUN...
2020-01-29 mjgvfs: add VNPASS macro and augment VNASSERT to print...
2020-01-29 impFix spelling of removable
2020-01-28 asomersSpeed up "zpool import" in the presence of many zvols
2020-01-28 kptests: Test for an epair panic
2020-01-28 kpepair: Do not abuse params to register the second interface
2020-01-28 dimMerge r357231 from the clang1000-import branch:
2020-01-28 dimMerge r357225 from the clang1000-import branch:
2020-01-28 dimMerge r357224 from the clang1000-import branch:
2020-01-28 dimMerge r357222 from the clang1000-import branch:
2020-01-28 gordonFix urldecode buffer overrun.
2020-01-28 asomersgeli: add a test case for attaching multiple providers...
2020-01-28 mjgamd64: revamp memcmp
2020-01-28 dwmaloneAdd some missing articles.
2020-01-28 traszAdd TCP_CORK support to linux(4). This fixes one of...
2020-01-28 traszAdd compat.linux.ignore_ip_recverr sysctl. This is...
2020-01-28 cyMFV r357163:
2020-01-28 kibSave lower root vnode in nullfs mnt data instead of...
2020-01-28 kibProvide support for fdevname(3) on linuxkpi-backed...
2020-01-28 tuexenFix build issues for the userland stack on 32-bit platf...
2020-01-28 kevansnetbsd-tests: libc: use correct modes in O_SEARCH tests
2020-01-28 cemamdtemp(4): Remove dead code that snuck in with r357190
2020-01-28 kevanscaroot: blacklisted: automatically pick up *.pem in...
2020-01-28 cemamdtemp(4): Add support for Family 17h CCD sensors
2020-01-28 cemamdtemp(4): Refactor shared temperature calculation...
2020-01-28 cemx86: identcpu: Decode new Intel Structured Extended...
2020-01-28 cemx86: identcpu: Decode new Zen2 AMD Feature2 bit
2020-01-28 impRemove old device list
2020-01-27 woodsb02bsdinstall: Provide help text for partitioning options
2020-01-27 impmulti-boot for openstack/qcow images
2020-01-27 impMake mqueue objects work across a fork again.
2020-01-27 impNo need to have an extra layer of indirection here...
2020-01-27 impCreate a convenince wrapper to fill in a CAM_PATH_INQ...
2020-01-27 dougmCorrect the use of RB_AUGMENT in the RB_TREE macros...
2020-01-27 kibFix aggregating geoms for BIO_SPEEDUP.
2020-01-27 arichardsonBuild hard-float lib32 for mips64hf/mips64elhf
2020-01-27 arichardsonAllow bootstrapping makefs on older FreeBSD hosts and...
2020-01-27 cemhwpstate(4): Log a debug line when throttled
2020-01-27 kanEnter net epoch in msk_tick.
2020-01-26 vmaffionenetmap_mem_unmap: fix NULL pointer dereference
2020-01-26 rmacklemFix a crash in the NFSv4 server.
2020-01-26 jhbRevert accidental change from r357146.
2020-01-26 jhbFix some misleading indentation warnings reported by...
2020-01-26 jhbCompile hack.c with normal CFLAGS + -shared -nostdlib.
2020-01-26 melifaroFix NOINET6 build after r357038.
2020-01-26 pjdStyle changes, mostly usage of braces around single...
2020-01-26 pjdImplement tests for the newly added -o flag.
2020-01-26 pjdImplement -o flag which tells pwait(1) to exit if any...
2020-01-26 pjdDon't setup a timeout if we are exiting.
2020-01-26 pjdCheck for duplicated PID without using additional variable.
2020-01-26 pjd- Be consistent with using sysexits(3) codes.
2020-01-26 lwhsuTemporarily skip flakey test case sys.kern.ptrace_test...
2020-01-26 mjgvfs: do an unlocked check before iterating the lazy...
2020-01-26 mjgvfs: remove vop loop from vop_sigdefer
2020-01-26 mjgvfs: stop null checking routines in vop wrappers
2020-01-26 mjgvfs: fix freevnodes count update race against preemption
2020-01-26 mjgufs: add vgone calls for unconstructed vnodes in the...
2020-01-26 mjgvfs: predict vn_lock failure as unlikely in vget
2020-01-25 lwhsuSpecify PACKAGE to install tests files
2020-01-25 philImport libxo-1.4.0:
2020-01-25 tuexenSending CWR after an RTO is according to RFC 3168 gener...
2020-01-25 tuexenDon't set the ECT codepoint on retransmitted packets...
2020-01-25 tuexenAs a TCP client only enable ECN when the corresponding...
2020-01-25 kptests: Routing tests overwrote net tests
2020-01-25 jahImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-25 kevanslua: add modules.loaded hook
2020-01-25 kevansloader.lua: re-arrange to load local.lua *after* config...
2020-01-25 glebiusEnter the network epoch in RX processing taskqueue.
2020-01-24 tuexenDon't delay the ACK for a TCP segment with the CWR...
2020-01-24 tuexenThe server side of TCP fast open relies on the delayed...
2020-01-24 glebiusEnter the network epoch when rack_output() is called...
2020-01-24 glebiusEnter the network epoch in USB WiFi drivers when proces...
2020-01-24 melifaroAdd support for RFC 6598/Carrier Grade NAT subnets...
2020-01-24 kibHandle a race of collapse with a retrying fault.
next