]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2018-05-23 eadlermpsutil: correct style
2018-05-23 araujopthread_rwlock_unlock(3) returns 0 if successful, other...
2018-05-23 eadlercut: Fix out of boundary write on illegal list argument
2018-05-23 eadlerAdd missing file for WITH{OUT}_BSDINSTAL
2018-05-23 eadlerbsd.sys.mk: add -Wmain to WARNS=1
2018-05-23 eadlerbsd.sys.mk: add links and update a bit
2018-05-23 eadlerdevd: allow build to complete using g++
2018-05-23 eadlerdevd: compile at WARNS=6
2018-05-23 eadlerdevd: correct two warnings
2018-05-23 eadlermrsas(4): Remove unneed extra arg from MR_LdBlockSizeGet().
2018-05-23 eadlermpsutil: add missing braces
2018-05-23 mmacyBump FreeBSD_version after r333813
2018-05-23 eadlerREADME: Reduce the textdump; describe the project
2018-05-23 eadlerAdd the text '@generated' to src.conf.5
2018-05-23 wollmanWhoops, forgot to add this file in r334070.
2018-05-23 wollmanMove unsigned limits to a separate table/recognizer...
2018-05-23 mmacykern_sendit: use pre-initialized rights
2018-05-23 philImport libxo-0.9.0:
2018-05-23 philTag libxo 0.9.0
2018-05-23 philImport libxo 0.9.0
2018-05-22 kibabImplement initial MMC partitions support for MMCCAM.
2018-05-22 kibFix UP build.
2018-05-22 emasteif_muge: only attach to LAN7800 Chip ID
2018-05-22 mjgMove preemption handling out of critical_exit.
2018-05-22 traszAdd new PIDs for Audio, CDCE, MTP, and Mass Storage...
2018-05-22 markjFix the definition of td_startzero after r333466.
2018-05-22 kibabFix MMCCAM scanning for new cards.
2018-05-22 npcxgbe(4): Only valid filters are expected to have a...
2018-05-22 markjEnsure that "m" is initialized in vm_page_alloc_freelis...
2018-05-22 andrewHandle reserved memory with the no-map property.
2018-05-22 markjInitialize the dumper struct before calling set_dumper().
2018-05-22 fabientAdd a SPD cache to speed up lookups.
2018-05-22 jhbUse __SCCSID for SCCS IDs in libkvm sources.
2018-05-22 andrewRevert r334035 for now. It breaks the boot on some...
2018-05-22 markjTypo.
2018-05-22 markjFlush caches before initiating a microcode update on...
2018-05-22 markjSimplify lagg_input().
2018-05-22 mjgsx: fixup a braino in r334024
2018-05-22 emasteintel-ucode-split: add -n flag to skip creating output...
2018-05-22 andrewPass the array length into regions_to_avail.
2018-05-22 kibUse local unique labels inside most often used macros.
2018-05-22 manubus_dma(9): Correct arm64 BUS_DMA_COHERENT implementati...
2018-05-22 kibFix double-load of %cr3 and double-copy of the stack...
2018-05-22 aeRestore the ability to keep states after parent rule...
2018-05-22 kibEnable IBRS when entering an interrupt handler from...
2018-05-22 andrewOnly set realmem based on memory where the EXFLAG_NOALL...
2018-05-22 andrewOn ThunderX2 we need to be careful to only map the...
2018-05-22 manubus_dma(9): arm64 implementation notes
2018-05-22 andrewStop using the DMAP region to map ACPI memory.
2018-05-22 andrewSwitch arm64 to use the same physmem code as 32-bit...
2018-05-22 kibImplement printf(3) family %m format string extension.
2018-05-22 andrewAllow the 32-bit arm physmem code to work on arm64.
2018-05-22 andrewCoalesce adjacent physical mappings.
2018-05-22 roygerxen-blkback: do not use state 3 (XenbusStateInitialised)
2018-05-22 mjgReduce sdt-related branch-fest in mi_switch.
2018-05-22 eadlertop(1): increase size of 'status' buffer
2018-05-22 mjgsx: port over writer starvation prevention measures...
2018-05-22 mjgrw: decrease writer starvation
2018-05-22 cyConform to Berne Convention.
2018-05-22 araujoRevert: r334016
2018-05-22 mmacypmc: annotate locking for po_ssnext in pmc_owner
2018-05-22 araujoInclude atkbdc header where there are declared the...
2018-05-22 mmacyfix i386 builds after r334005 and r334009
2018-05-22 mmacypmcstat: add option to not decode the leaf function...
2018-05-22 araujoWe must free the variable str.
2018-05-22 jhibbitsAdd an IPMI attachment for PowerNV systems
2018-05-22 jhibbitsAdd a comment explaining the need of a global temporary...
2018-05-22 jhibbitsBasic OPAL sensor support for POWER9 platforms
2018-05-22 eadlertop(1): unbreak build with gcc7; fix varargs
2018-05-22 jhbCleanups related to debug exceptions on x86.
2018-05-21 jillessh: Split CNL syntax category to avoid a check on state...
2018-05-21 manudevd: Always install devmatch.conf
2018-05-21 manuaw_mmc: Correctly reset the mmc controller
2018-05-21 kibAdd Intel Spec Store Bypass Disable control.
2018-05-21 kibAdd definition for Intel Speculative Store Bypass Disab...
2018-05-21 kibPreserve other bits in IA32_SPEC_CTL MSR when changing...
2018-05-21 avguchcom: extend hardware support to version 0x30
2018-05-21 avguchcom: remove UCHCOM_REG_BREAK2 alias of UCHCOM_REG_LCR1
2018-05-21 avguchcom: reject parity and double stop bits as unsupported
2018-05-21 avguchcom: add a hardware configuration tweak seen in...
2018-05-21 avguchcom: add DPRINTF-s to aid debugging of the driver
2018-05-21 avguchcom: report detected product based on USB product ID
2018-05-21 dumbbellteken: Rename the "Set Cursor Style" sequence to match...
2018-05-21 avgstop and restart kernel event timers in the suspend...
2018-05-21 kibFix grammar.
2018-05-21 kibAdd missed barrier for pm_gen/pm_active interaction.
2018-05-21 traszAdd a somewhat ugly hack that makes OSX serial device...
2018-05-21 traszFix typo.
2018-05-21 traszImprove description strings for USB device-mode serial...
2018-05-21 aeRemove check for matching the rulenum, ruleid and rule...
2018-05-21 andrewRestrict the faulting addresses we call pmap_fault...
2018-05-21 mmacyinpcb: revert deferred inpcb free pending further review
2018-05-21 markjDon't pass a section cookie to CK for non-preemptible...
2018-05-21 traszUse USB Vendor Identifiers and Product Identifiers...
2018-05-21 tuexenOnly fillin data srucuture when actually stored.
2018-05-21 tuexenDo the appropriate accounting when ip_output() fails.
2018-05-21 tuexenMake clear why there is an assignment, which is not...
2018-05-21 emastePair CURVNET_SET and CURVNET_RESTORE in a block
2018-05-21 manurelease: arm64: Use loader.efi as bootaa64.efi for...
2018-05-21 emasteRevert r333968, it broke all archs but i386 and amd64
next