]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2020-02-03 impRemove sparc64 kernel support
2020-02-03 impRemove sparc64 support from the boot loader.
2020-02-03 mavUnblock kstat.zfs.misc.dbufstats sysctls.
2020-02-03 mjgcapsicum: faster cap_rights_contains
2020-02-03 mjgtmpfs: inline tmpfs_update
2020-02-03 markjaddr2line: Cache CU DIEs upon a successful address...
2020-02-03 0mpunits(1): Refactor the manual page and update usage...
2020-02-03 andrewRemove the GICv3 ITS irq and replace it with an ID
2020-02-03 mjgfd: fix f_count acquire in fget_unlocked
2020-02-03 mjgFix up various vnode-related asserts which did not...
2020-02-03 andrewUse a unique name for the GICv3 ITS vmem
2020-02-03 emasteremove stale gnu/lib/csu directory
2020-02-03 andrewDisable the use of the quantum cache in the GICv3 ITS
2020-02-03 tsoomeloader: bc_add can not use any other probes than ah...
2020-02-03 impOn powerpc, we use ofw_syscons for device sc. That...
2020-02-03 cemnetinet/libalias: Fix typo in debug message
2020-02-03 pfgtypo: Registration.
2020-02-03 pfgethernet: Minor cleanup.
2020-02-02 emasteacpi_ibm: remove superfluous cast
2020-02-02 delphijDiff reduction against NetBSD, no functional change.
2020-02-02 delphijRemove unused include.
2020-02-02 kevanslibc: provide fputc_unlocked
2020-02-02 bdragon[PowerPC] Fix feholdexcept() on powerpc referencing...
2020-02-02 pfgstyle(9): Fix spaces after #define.
2020-02-02 emasteacpi_ibm: whitespace and wrapping cleanup
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-02 emasteacpi_ibm: whitespace fixup
2020-02-02 kevansProvide O_SEARCH
2020-02-02 kevanszfs: light refactor to indicate cachedlookup in zfs_lookup
2020-02-02 kevanspseudofs: don't do VEXEC check in VOP_CACHEDLOOKUP
2020-02-02 emasteMove ce enable to SOURCELESS_HOST
2020-02-02 impPer the firm plan, start to remove sparc64
2020-02-02 mjgfd: sprinkle some predits around fget
2020-02-02 mjgfd: use atomic_load_ptr instead of hand-rolled cast...
2020-02-02 mjgvfs: remove the now empty vop_unlock_post
2020-02-02 mjgvfs: remove the never set VDESC_VPP_WILLRELE flag
2020-02-02 impMove font.h generation to conf/files from conf/files.*
2020-02-02 impFix old-style build
2020-02-02 impKill old armv4 busdma
2020-02-02 impMove arm back to having one LINT
2020-02-02 impRemove old boardid/mach-types support.
2020-02-02 impRemove armv5 marvell support.
2020-02-02 impRemove Ralink RT1310 support
2020-02-02 impRemove vpo.4
2020-02-02 impAdd deprecation notice to vpo.4
2020-02-01 jeffFix a bug in r356776 where the page allocator was not...
2020-02-01 kibFix build.
2020-02-01 dougmIn dmar_gas_lowermatch, skip searching a subtree if...
2020-02-01 dimAmend r357367 by using register values from the TPM...
2020-02-01 mjgcache: replace kern___getcwd with vn_getcwd
2020-02-01 cemtpm(4): Fix 'go ready' in TPM 2.0 TIS driver
2020-02-01 mjgcache: return the total length from vn_fullpath1
2020-02-01 mjgcache: remove vnode -> path lookup disablement
2020-02-01 mjgvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 cemrand(3): Replace implementation with one backed by...
2020-02-01 cemhwpstate_intel(4): Save admin-set EPP/EPB and restore...
2020-02-01 cemhwpstate_intel(4): Print failure message only on failure
2020-02-01 cemhwpstate_intel(4): Detect and support PKG variant
2020-02-01 cemhwpstate_intel(4): Add fallback EPP using PERF_BIAS MSR
2020-02-01 cemx86: Add/amend some power-management comments/macros
2020-02-01 cemhwpstate_intel(4): Error check epp sysctl & bail if...
2020-02-01 kptests: epair: Don't fail if we load if_epair
2020-02-01 markjRemove a couple of lingering usages of the page lock.
2020-02-01 cemintel_hwpstate(4): Use identcpu-cached cpuid 6 leaf
2020-02-01 cemintel_hwpstate(4): Don't leak bound thread in error...
2020-02-01 mhorneprci: register tlclk as a fixed clock
2020-02-01 mhorneprci: fix up compat
2020-02-01 mhorneprci: register the DDR and GEMGX PLLs
2020-02-01 dimFix new clang 10.0.0 warnings about converting the...
2020-02-01 dimRevert r357349, since the clang 10.0.0 warning was...
2020-02-01 kptests: epair: Don't fail if the if_epair module is...
2020-02-01 0mpbridge.4: Remove notes about FreeBSD 6.2-7.2
2020-02-01 pjdThe error variable is not really needed. Remove it.
2020-02-01 pjdRestore previous usage presentation (without "pwait...
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 mjgufs: drop ufs_markatime from ufs_fifoops
2020-02-01 mjgvfs: save on atomics on the root vnode for absolute...
2020-02-01 mjgvfs: add vrefactn
2020-02-01 mjgzfs: ZFS_WLOCK_TEARDOWN_INACTIVE_WLOCKED -> ZFS_TEARDOW...
2020-01-31 kpvlan: Fix panic when vnet jail with a vlan interface...
2020-01-31 jeffAdd two missing fences with comments describing them...
2020-01-31 bdrewerymake all is needed to generate .depend.*
2020-01-31 kibsmrstress: Add 'publishing' fences to operations on...
2020-01-31 dimMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 dimMerge r357345 from the clang1000-import branch:
2020-01-31 dimMerge r357342 from the clang1000-import branch:
2020-01-31 jhbAdd stricter checks on user changes to SSTATUS.
2020-01-31 pfgservices: Add PROFInet and EtherCAT.
2020-01-31 emasteregen src.conf.5 after r357338 BSD_CRTBEGIN retirement
2020-01-31 dimMerge r357339 from the clang1000-import branch:
2020-01-31 emasteretire BSD_CRTBEGIN option
2020-01-31 jhbFix 64-bit value of SSTATUS_SD to use an unsigned long.
2020-01-31 cemhwpstate(4): Ignore CurPstateLimit by default
2020-01-31 kevansRPI3: Add RPi4 firmware files to the FAT partition
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-31 andrewCall the MAPTI command earlier in the ITS driver
2020-01-31 mjgvfs: revert the overzealous assert added in r357285...
2020-01-31 hselaskyRevert r357293.
2020-01-31 hselaskyWiden EPOCH(9) usage in mlx4en(4).
next