]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix TUNABLE_UINT64() on 32bit architectures.
[FreeBSD/FreeBSD.git] / sys /
2017-03-27 Konstantin BelousovFix TUNABLE_UINT64() on 32bit architectures.
2017-03-27 Navdeep Parharcxgbe/iw_cxgbe: Remove unused code.
2017-03-26 Robert WatsonMerge OpenBSM 1.2-alpha5 from vendor branch to FreeBSD...
2017-03-26 Bruce EvansFix printing of negative offsets (typically from frame...
2017-03-26 Andriy Voskoboinykiwn: fix debug message
2017-03-26 Andriy Voskoboinykiwn: fix error handling for one well-known corner case.
2017-03-26 Andriy Voskoboinykiwn: drop unneeded bus_dmamap_sync() calls.
2017-03-26 Bruce EvansFix 3 entries in mode tables related to mono and 90...
2017-03-26 Bruce EvansRestore switching to a separate kernel terminal "input...
2017-03-26 Bruce EvansUse inline asm instead of unportable intrinsics for...
2017-03-26 Andriy Voskoboinykiwn: deduplicate code in iwn_tx_data() and iwn_tx_data_...
2017-03-26 Andriy Voskoboinykiwn: omit unneeded bus_dmamap_sync() calls when compile...
2017-03-26 Michal MelounPreserve VFP state across signal delivery.
2017-03-26 Michal MelounSave VFP state on fork().
2017-03-26 Konstantin BelousovProvide less laborius way to enable busdma DMAR to...
2017-03-25 Oleksandr Tymoshenko[rpi] Use compatibility string from upstream DTB for...
2017-03-25 Andriy Voskoboinykiwn: fix return code conflict in iwn_init_locked()
2017-03-25 Sean BrunoAdd ids for ALC233 found on Intel Skull Mountain NUC.
2017-03-25 Andriy Gapondtrace sched:::preempt should fire only when there...
2017-03-25 Andriy Gaponspecific end of interrupt implementation for AMD Local...
2017-03-25 Andriy Voskoboinykiwn: do not try to update node configuration when the...
2017-03-25 Dmitry ChaginImplement Linux mincore() system call.
2017-03-25 Mike KarelsFix reference count leak with L2 caching.
2017-03-25 Dmitry ChaginMFV r315950:
2017-03-25 Dmitry ChaginUpdate to tcsh 6.20.00
2017-03-25 Dimitry AndricImport libcxxrt master 8a853717e61d5d55cbdf74d9d0a7545d...
2017-03-25 Andriy Voskoboinykiwn: add few missing notification types into iwn_intr_str()
2017-03-25 Konstantin BelousovAvoid leaking allocated but unused context after creati...
2017-03-25 Konstantin BelousovDo not create RMRR entries for identity-mapped domains.
2017-03-25 Konstantin BelousovSlight cleanup of the comment.
2017-03-25 Ganbold TsagaankhuuFix and add comments to match selected frequency sample.
2017-03-25 Adrian Chadd[iwm] Add the BSS's basic rates to iwm's LQ command...
2017-03-25 Adrian Chadd[iwm] Enable Energy Based Scan (EBS).
2017-03-25 Adrian Chadd[iwm] GC unused code from if_iwm_scan.c, copyied from...
2017-03-25 Adrian Chadd[iwm] Tiny cleanup in iwm_rx_addbuf().
2017-03-25 Navdeep Parharcxgbe/iw_cxgbe: allocations that use GFP_KERNEL (which...
2017-03-25 Navdeep Parharcxgbe/iw_cxgbe: alloc_ep expects a gfp_t, and it's...
2017-03-25 Navdeep Parharcxgbe/iw_cxgbe: c4iw_connect should always returns...
2017-03-24 Warner LoshAdd 'device iic' to bring in userland I2C driver.
2017-03-24 Andriy Voskoboinyknet80211: fix possible panic when wlan(4) interface...
2017-03-24 Bruce EvansRemove buggy adjustment of page tables in db_write_bytes().
2017-03-24 Alexander MotinAdd brackets to fix incorrect macro expansion.
2017-03-24 Gavin AtkinsonImprove grammar on a warning, and only use one line...
2017-03-24 Gleb SmirnoffMake sendfile(2) more robust against file change. ...
2017-03-24 Alexander MotinUnify initiator and target DMA setup and command sending.
2017-03-24 Sean BrunoAdd missing 'else' to conditional. This doesn't really...
2017-03-24 Sean BrunoAdd missing 'else' to 3-state conditional during setup...
2017-03-24 Michal MelounCleanup structures related to VFP and/or mcontext_t.
2017-03-24 Alexander MotinMFV r315290, r315291: 7303 dynamic metaslab selection
2017-03-24 Ed SchoutenInclude <sys/systm.h> to obtain the memcpy() prototype.
2017-03-24 Justin HibbitsDon't bother checking core version
2017-03-24 Justin HibbitsSwitch qoriq_gpio over to using ofw_bus_search_compatible
2017-03-24 Kevin LoDon't initialize if_output to ether_output(), ether_ifa...
2017-03-24 Ermal LuçiCorrect handling of ALTQ with epair(4) interfaces but...
2017-03-24 Martin MatuskaMFV r315875:
2017-03-23 Landon J. FullerAdd Northstar/BCM4706 core ID for ChipCommon.
2017-03-23 Landon J. FullerAdd a workaround for the BCM4706's dangling core region...
2017-03-23 Xin LIMFV r315791: ntp 4.2.8p10.
2017-03-23 Alexander Motinisp field in struct isp_pcmd is also unused.
2017-03-23 Alexander MotinRemove write-only crn field from struct isp_pcmd.
2017-03-23 Gleb SmirnoffRemove Solaris 2.6 syscalls selector.
2017-03-23 Landon J. Fuller[mips/broadcom]: Early boot NVRAM support
2017-03-23 Hans Petter SelaskyUse ppsratecheck() for ratelimiting in the LinuxKPI.
2017-03-23 Hans Petter SelaskyAdd proper error checking for the string to number...
2017-03-23 Ed SchoutenStop providing the compat_3_brand.
2017-03-23 Ed SchoutenDon't require the presence of the compat_3_brand.
2017-03-23 Hans Petter SelaskyFunction macros are preferred in the LinuxKPI.
2017-03-23 Andriy Gaponaacraid: rework r315083 for a clean build with and...
2017-03-23 Alexander MotinRemove "UNMAPPED" messages printed on da periph attach.
2017-03-23 Hans Petter SelaskyAdd support for ratelimited printouts in the LinuxKPI.
2017-03-23 Andriy Gaponzfs_putpages: use TXG_WAIT
2017-03-23 Andriy Gaponzfs: add zio_buf_alloc_nowait and use it in vdev_queue_...
2017-03-23 Andriy Gaponmove thread switch tracing from mi_switch to sched_switch
2017-03-23 Dag-Erling SmørgravThe original author abused Nd (one-line description...
2017-03-23 Michal MelounRestore original (pre r315760) naming for Tegra SDHCI...
2017-03-23 Michal MelounRevert r315800, it was committed with invalid (unsaved...
2017-03-23 Michal MelounRelease all previously allocated resources.
2017-03-23 Adrian Chadd[iwm] Make ucode capabilities and api flags handling...
2017-03-23 Adrian Chadd[iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_...
2017-03-23 Adrian Chadd[iwm] Move mbuf hacks after sanity checks in iwm_mvm_rx...
2017-03-23 Adrian Chadd[iwm] Get rid of struct iwm_rx_data argument for iwm_m...
2017-03-23 Marius StroblCorrect the dependency of mmc(4) on sdhci_tegra(4)...
2017-03-22 Konstantin BelousovUpdate r315753 with the proper flag name.
2017-03-22 Konstantin BelousovAdd a flag BI_BRAND_ONLY_STATIC to specify that the...
2017-03-22 Konstantin BelousovAdjust r314851 to not require every brand to specify...
2017-03-22 Kristof Provostpf: Fix possible shutdown race
2017-03-22 Enji CooperGarbage collect if_igb reference in loader.conf
2017-03-22 Enji CooperDocument some more 10GbE+ network drivers in loader...
2017-03-22 Ed SchoutenMake file descriptor passing for CloudABI's recvmsg...
2017-03-22 Warner LoshImplement moving SD.
2017-03-22 Ed SchoutenAdd forward declaration for struct vnode.
2017-03-22 Mark JohnstonExtend cmpxchg() to support 8- and 16-bit values, and...
2017-03-22 Mark JohnstonAdd support for 8- and 16-bit atomic_(f)cmpset to x86.
2017-03-22 Peter GrehanBring the handling of the y axis in the ums driver...
2017-03-22 Hans Petter SelaskyAdd full VNET support to the inet_get_local_port_range...
2017-03-22 Hans Petter SelaskyAdd support for more IPv4 and IPv6 related macros in...
2017-03-22 Andrew TurnerAdd the early hypervisor code needed on 32-bit ARMv7...
2017-03-22 Alexander MotinSwitch from using periph_links to sim_links.
2017-03-22 Alexander MotinCleanup response queue processing.
2017-03-22 Ed SchoutenSet the interpreter path to /nonexistent.
next