]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2020-01-24 glebiusre(4) uses taskqueue to process input packets. Enter...
2020-01-24 glebiusath(4) processing input packets in taskqueue. Enter...
2020-01-24 brInclude the PCI stack to the riscv GENERIC kernel.
2020-01-24 brEnable NEW_PCIB on riscv.
2020-01-24 bro Move the software context struct to a header file.
2020-01-24 kevanscaroot: use bsd.obj.mk, not bsd.prog.mk
2020-01-24 brMove the ECAM macroses to the header file.
2020-01-24 markjRevert r357050.
2020-01-24 emasteTag NLS aliases with pkgbase package
2020-01-24 emasterevert r356990 to reapply with correct commit message
2020-01-24 hselaskyImplement mmget_not_zero() in the LinuxKPI.
2020-01-24 traszMake linux(4) handle MAP_32BIT.
2020-01-24 traszAdd kern_unmount() and use in Linuxulator. No function...
2020-01-24 n_hibmaFix a few spacing issues to make the page more readable.
2020-01-24 dougmMost uses of vm_map_clip_start follow a call to vm_map_...
2020-01-24 mjgvfs: allow v_usecount to transition 0->1 without the...
2020-01-24 mjgvfs: stop handling VI_OWEINACT in vget
2020-01-24 mjgvfs: stop unlocking the vnode upfront in vput
2020-01-24 mjglockmgr: don't touch the lock past unlock
2020-01-24 adrian[ntp] Don't compile in the ssl routines into libevent...
2020-01-24 kevansDrop "All Rights Reserved" from all libbe/bectl files
2020-01-24 cemrandom(3): Abstract routines into _r versions on explic...
2020-01-24 cemrandom(3): Abstract state into a single context object
next