freebsd.git
2016-11-15 mizhka[MIPS] Fix Config3[ULRI] printing
2016-11-15 shurdNew driver for Broadcom NetXtreme-C and NetXtreme-E...
2016-11-15 mizhka[BHND] correct spelling error in macro name
2016-11-15 markjPlug a lock leak in sysctl_ifmalist().
2016-11-15 loosChange the TI aintc driver name to "ti_aintc" to avoid...
2016-11-15 loosFix ti_gpio_detach() to avoid crashing if something...
2016-11-15 alcRemove most of the code for implementing PG_CACHED...
2016-11-15 jhbSync instruction cache's after writing user breakpoints...
2016-11-15 kibPass CPUID[1] %edx (cpu_feature), %ecx (cpu_feature2...
2016-11-15 kibAssert that there is no unresolved symbols during rtld...
2016-11-15 kibUpdate hint to utilize user variable.
2016-11-15 dexuanAdd myself (dexuan) as a src committer and sephe as...
2016-11-15 aeAdd missing support of named lookup tables to the IPv6...
2016-11-15 manuUpstream DTS provides PLL3 and PLL7 nodes (and their...
2016-11-15 julianWhen you select make OLDTIMEZONES=1 then you need a...
2016-11-15 jhibbitsAdd sdhci and mmc drivers to MPC85XX/MPC85XXSPE
2016-11-15 jhibbitsWrite to the correct GPIO registers.
2016-11-15 gonzo[evdev] Add evdev support to kbdmux(4) driver
2016-11-15 mjgcache: plug a write-only variable in cache_negative_zap_one
2016-11-15 mjgcache: fix a race between entry removal and demotion
2016-11-15 sephehyperv/vss: Add driver and tools for VSS
2016-11-15 adrian[net80211] announce 11n capabilities in probe requests...
2016-11-15 adrian[mips] enable relbuf on mips for now to work around...
2016-11-15 adrian[mips] make UMTX_CHAINS configurable at compile time.
2016-11-15 loosReduce dmesg verbosity.
2016-11-15 cemfold(1): Revert incorrect r308432
2016-11-14 avosnet80211: switch from ieee80211_iterate_nodes() to
2016-11-14 mizhka[MIPS] Print Config7 on boot for several MIPS architectures
2016-11-14 loosAdd the cpsw, the NIC driver for ti/am335x, to GENERIC...
2016-11-14 avosrtwn: drop excessive includes.
2016-11-14 loosBuild the Ti/AM335x DTBs as part of GENERIC kernel.
2016-11-14 brCheck if L2 entry exists for the given VA before loadin...
2016-11-14 sbrunoUpdate WOL support for newer em(4) devices.
2016-11-14 kibInitialize reserved bytes in struct mq_attr and its...
2016-11-14 defMove text dump version as it's not an architecture...
2016-11-14 andrewUse the correct OF_getencprop over OF_getprop + fdt32_t...
2016-11-14 andrewMove including fdt_pinctrl.h after openfirm.h to get...
2016-11-14 andrewStop including fdt_common.h from the arm code when...
2016-11-14 traszFix function prototypes in usbdi(9) man page, and tweak...
2016-11-14 cyFix mips 32-bit buildworld.
2016-11-13 kibProvide simple mutual exclusion between mount point...
2016-11-13 kibMove common cleanup code into helper.
2016-11-13 tuexenFix typo.
2016-11-13 brdAttempt to make the parts that people are supposed...
2016-11-13 mmelAllow embeding DRM2 code into kernel.
2016-11-13 mmelAllow DRM2 code to be built on platforms without AGP.
2016-11-13 traszRemove spurious space.
2016-11-13 andrewUse the new ofw_bus_node_is_compatible function in...
2016-11-13 andrewRemove bcm2835_common.c from files.arm64, it no longer...
2016-11-13 mavUse providergone method to cover race between destroy...
2016-11-13 jhibbitsAdd two new ddb commands: show device/show all devices
2016-11-13 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-11-13 bdreweryDIRDEPS_BUILD: Connect new dependencies.
2016-11-13 bdreweryRemove lingering ELFCOPY_AS_OBJCOPY missed in r306649.
2016-11-13 bdreweryMove libsysdecode-specific hack out of buildworld.
2016-11-13 bdreweryGenerate and use a proper .depend file for tables.h.
2016-11-13 bdreweryFix 'rebuild during install' error to only trigger...
2016-11-13 bdreweryDIRDEPS_BUILD: Consolidate some logic for skipping...
2016-11-13 bdreweryConsolidate the "don't build" optimizations into _SKIP_...
2016-11-13 bdreweryDIRDEPS_BUILD: Don't hook 'beforebuild' into 'all'...
2016-11-13 bdreweryAlways set CLEANFILES, even if not building.
2016-11-12 jhibbitsMake dpaa work with only slightly modified Linux device...
2016-11-12 bcrFix a broken link to the USB audio class specs.
2016-11-12 markjRemove the DTrace printt and typeref actions.
2016-11-12 gonzo[rpi_ft5406] Add missing dependency on mbox_if.h
2016-11-12 rstoneDon't read if_counters with if_addr_lock held
2016-11-12 mavDo not report error on close even if we have no paths...
2016-11-12 gaviniwm: If firmware load fails during init via iwm_preinit...
2016-11-12 defAdd myself (def) as a src committer and pjd as my mentor.
2016-11-12 avosrtwn: enable 11n support for RTL8188CE.
2016-11-12 skraThe return type of is_managed() was changed from boolea...
2016-11-12 skraAlways call PHYS_TO_VM_PAGE() in is_managed(). Fast...
2016-11-12 mavSet of improvements to acpi_hp(4) driver.
2016-11-12 lidlFix build when WITHOUT_BLACKLIST=yes is specified
2016-11-12 jceelReserve space for control message payload (currently...
2016-11-12 jhbAllow scheduling during early boot.
2016-11-12 jhbDon't place threads on the run queue after waking up...
2016-11-11 emastelibcc_{s,eh}: build without SSP
2016-11-11 rstoneFix git tools when run against a worktree
2016-11-11 gavinCorrect spelling in syslog: getttimeofday -> gettimeofday
2016-11-11 jhibbitsReplace another fdt_is_compatible() call.
2016-11-11 dimPull in r263169 from upstream llvm trunk (by Tim Northo...
2016-11-11 cemqueue.3: Document existing QMD_* macros
2016-11-11 cemioat(4): Fix race between process_events and reset_hw
2016-11-11 kibIncrease the max allowed size of the microcode update...
2016-11-11 gjbSpell 'PACKAGE' correctly.
2016-11-11 jhibbitsUse ofw_bus_node_is_compatible() instead of fdt_is_comp...
2016-11-11 stevekAdd support for LOADER_RC setting in the pkgfs manifest...
2016-11-11 stevekThe file_loadraw function grew an argument, update...
2016-11-11 andrewUse ofw_bus_node_is_compatible in more drivers used...
2016-11-11 avgupdate SMB_BWRITE documentation, clarify SMB_BREAD
2016-11-11 andrewUse the modern spelling of ofw_bus_node_is_compatible...
2016-11-11 avgiicsmb: SMB_MAXBLOCKSIZE can be used again
2016-11-11 avgintpm: clean up intsmb_bread and intsmb_pcall
2016-11-11 avgsmbmsg: use a more convenient way of accessing data...
2016-11-11 avgsmb: fix SMB_READB, SMB_READW, SMB_PCALL to work as...
2016-11-11 andrewFix ata_at91_alloc_resource to use rman_res_t.
2016-11-11 andrewRemove more unneeded users of the fdt_pic_decode_t...
2016-11-11 andrewReplace OF_getprop ... fdt32_to_cpu with OF_getencprop...
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
next