]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2019-10-08 mjgamd64: plug spurious cld instructions
2019-10-08 brooksFix various -Wpointer-compare warnings
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 brooksAllow -DNO_CLEAN build across r352689.
2019-10-08 jhbSet the FID field in lookaside crypto requests to the...
2019-10-08 hselaskyFix regression issue after r352989:
2019-10-08 gjbRework the logic for installing the pkg(8) configuration.
2019-10-08 brooksImport 6.21.00.
2019-10-08 glebiusRemove epoch assertion from if_setlladdr(). Originally...
2019-10-08 glebiusQuickly plug another regression from r353292. Again...
2019-10-08 glebiusIn DIAGNOSTIC block of if_delmulti_ifma_flags() enter...
2019-10-08 markjSimplify pmap_page_array_startup() a bit.
2019-10-08 asomerszfs: fix the zfsd_hotspare_007_pos test
2019-10-08 asomerszfs: fix the zfsd_autoreplace_003_pos test
2019-10-08 markjAvoid erroneously clearing PGA_WRITEABLE in riscv's...
2019-10-08 mjgamd64 pmap: allocate pv table entries for gaps in PA
2019-10-08 markjClear PGA_WRITEABLE in riscv's pmap_remove_l3().
2019-10-08 vangyzenFix problems in the kern_maxfiles__increase test
2019-10-08 avgzfs: use atomic_load_64 to read atomic variable in...
2019-10-08 tuexenValidate length before use it, not vice versa.
2019-10-08 hselaskyFix regression issue after r353274:
2019-10-08 avgi386: hide more of atomic 64-bit definitions under...
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-08 jhibbitsloader/powerpc64: Include generic PVR values in CAS...
2019-10-08 jhibbitspowerpc: Implement atomic_(f)cmpset_ for short and...
2019-10-07 markjImprove locking in the IPV6_V6ONLY socket option handler.
2019-10-07 markjAssert that the PGA_{WRITEABLE,EXECUTABLE} flags do...
2019-10-07 mjgvm: stop trylocking page queues in vm_page_pqbatch_submit
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-07 tuexenIn r343587 a simple port filter as sysctl tunable was...
2019-10-07 asomersZFS: fix the redundancy tests
2019-10-07 asomersZFS: mark hotspare_scrub_002_pos as an expected failure
2019-10-07 asomersZFS: fix the delegate tests
2019-10-07 asomerszfs: skip the zfsd tests if zfsd is not running
2019-10-07 asomerszfs: fix the zdb_001_neg test
2019-10-07 asomersZFS: fix the zpool_get_002_pos test
2019-10-07 traszIntroduce stats(3), a flexible statistics gathering...
2019-10-07 asomerszfs: fix the slog_012_neg test
2019-10-07 asomersZFS: fix several zvol_misc tests
2019-10-07 hselaskyCompile time assert a valid subsystem for all VNET...
2019-10-07 hselaskyFactor out VNET shutdown check into an own vnet structu...
2019-10-07 hselaskyMake control endpoint quirk for xhci(4) configurable.
2019-10-07 avgfix up r353168, add atomic_swap_64 to i386 version...
2019-10-07 avgMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-07 manuarm: dts: ti: Fix mmc3 instance by setting it to disabled
2019-10-07 avgZFS: unconditionally use atomic_swap_64
2019-10-07 avgZFS: add emulation of atomic_swap_64 and atomic_load_64
2019-10-07 avgadd atomic_load_64 for mipsn32
2019-10-07 avgalign use of cp15_pmccntr_get with its availability
2019-10-07 alcEliminate an unused declaration. The variable in quest...
2019-10-07 alcEliminate a redundant bzero(). The l0 page table page...
2019-10-07 kevansRevert r352557: powerpc/loader: Install ubldr without...
2019-10-07 jhibbitsloader/powerpc64: Fix HV check for CAS usage
2019-10-07 jhibbitspowerpc64/pmap: Fix release order to match lock order...
2019-10-06 rrsBrad Davis identified a problem with the new LRO code...
2019-10-06 mjgufs: add root vnode caching
2019-10-06 mjgnfsclient: add root vnode caching
2019-10-06 mjgtmpfs: add root vnode caching
2019-10-06 mjgdevfs: add root vnode caching
2019-10-06 mjgzfs: add root vnode caching
2019-10-06 mjgvfs: add optional root vnode caching
2019-10-06 mjgamd64 pmap: implement per-superpage locks
2019-10-06 jhibbitspowerpc/pmap64: Properly parenthesize PV_LOCK_COUNT...
2019-10-06 tsoomeloader.efi: for text mode, use STM to scroll the whole...
2019-10-06 tuexenPlumb an mbuf leak in a code path that should not be...
2019-10-06 kevansRe-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around
2019-10-06 kevansriscv: use the common sub-word {,f}cmpset implementation
2019-10-05 yuripvMark "private use area" characters as printable.
2019-10-05 kevansRemove the remnants of SI_CHEAPCLONE
2019-10-05 kevanskern_conf: fully initialize cloned devices with make_de...
2019-10-05 yuripvPre-generate Big5 charmap from CLDR data.
2019-10-05 mjgdevfs: plug redundant bwillwrite avoidance
2019-10-05 manuarm64: rockchip: usb2phy: Add set/get mode
2019-10-05 tuexenFix a use after free bug when removing remote addresses.
2019-10-05 tuexenPlumb an mbuf leak found by Mark Wodrich from Google...
2019-10-05 schweikhCorrect grammos and typos.
2019-10-05 tuexenFix the adding of padding to COOKIE-ECHO chunks.
2019-10-05 asomersZFS: fix several of the "zpool create" tests
2019-10-05 asomersZFS: the hotspare_add_004_neg test needs at least two...
2019-10-04 cyAdd missing definition in DEBUG code.
2019-10-04 cemnvdimm(4): Fix Clang build after r353110
2019-10-04 vangyzenMake the hw.intrs sysctl OID read-only
2019-10-04 vangyzenAdd CTLFLAG_STATS to several debug.softdep sysctl OIDs
2019-10-04 vangyzenAdd CTLFLAG_STATS to some vfs sysctl OIDs
2019-10-04 vangyzenAdd CTLFLAG_STATS to all COUNTER_U64* sysctl OIDs
2019-10-04 cemnvdimm(4): Add nvdimm_e820 pseudo-bus
2019-10-04 oshogbodtrace: 64-bits registers support
2019-10-04 kevanstuntap(4): loosen up tunclose restrictions
2019-10-04 baptDo not remove the locale directory when building a...
2019-10-04 mckusickUpdate ffs_getcg() function to accept a flags parameter...
2019-10-04 alcThe implementation of arm64_tlb_flushID_SE() was remove...
2019-10-04 kevanscaroot: commit initial bundle
2019-10-03 jhbRemove aw_ehci from NOTES to fix LINT kernel builds...
2019-10-03 tuexenWhen skipping the address parameter, take the padding...
2019-10-03 kevanscertctl(8): let one blacklist based on hashed filenames
2019-10-03 tuexenCleanup sctp_asconf_error_response() and ensure that...
2019-10-03 asomerstftp: fix two minor Coverity CIDs
2019-10-03 kevanscertctl(8): realpath the file before creating the symlink
2019-10-03 kibtmpfs_readdir(): unlock the locked node.
2019-10-03 kibtmpfs_rename: style.
next