Remove a debugging line that snuck in with r282419.
[freebsd.git] / sys /
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 loosIn preparation for the next cycle of official ARM image...
2015-05-04 jhibbitsImplement a driver for the PowerPC-base RouterBoard...
2015-05-04 glebiusFix arithmetical bug in vnode_pager_haspage(). The...
2015-05-04 ianImplement a mechanism for making changes in the kernel...
2015-05-04 ianOn an icache sync by address/len, round the length...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-04 neelEmulate the 'CMP r/m8, imm8' instruction encountered...
2015-05-04 adrianFix string concatenation - "wlan_##name" -> "wlan_...
2015-05-04 adrianUse bssid validation for data frames only + add RUN...
2015-05-04 adrianAdd node_clear_keyixmap() and use it in the ieee80211_f...
2015-05-04 loosFix the voltage and clock levels for cpufreq on RPi 2.
2015-05-03 adrian[iwn] Do not filter control frames in monitor mode.
2015-05-03 adrianHandle properly IBSS merges (works with patch from...
2015-05-03 adrianFix various powersave races + optimize tx/rx pointer...
2015-05-03 adrian[iwn?] Use correct sequence numbers with non-QoS STAs.
2015-05-03 adrianFix warning about comparison of integers of different...
2015-05-03 adrian[iwn?] Fix memory leak in wpi_reset_tx_ring().
2015-05-03 adrianUse nitems() for counting elements in arrays.
2015-05-03 adrianDo not include WPI_START_SCAN event processing into...
2015-05-03 adrianFix sequence number generation for beacon frames.
2015-05-03 adrianAdd debug output for WPI_BEACON_SENT event.
2015-05-03 adrianTry to fix passive scanning hang on beacon miss.
2015-05-03 adrianAdd comment about AUTH -> AUTH state transition + fix...
2015-05-03 adrianDisplay more information for beacon miss debugging.
2015-05-03 adrianLimit minimum threshold of missed beacons.
2015-05-03 adrianImprove beacon miss detection.
2015-05-03 adrianCreate another debug category for WPI_BEACON_MISSED...
2015-05-03 adrianUnbreak scanning after RUN -> SCAN state transition.
2015-05-03 adrianCheck channels which are passed in IBSS mode.
2015-05-03 adrianDo not disable beacon notifications (unbreaks scanning...
2015-05-03 adrianFix pause scan time calculation (the remainder must...
2015-05-03 adrianFix active/passive dwell calculation.
2015-05-03 adrianTurn off led when leaving RUN state.
2015-05-03 adrianAdd TX status codes (obtained from iwlegacy)
2015-05-03 adrianMove radiooff_task to the internal taskqueue.
2015-05-03 adrianUse another workaround for scanning.
2015-05-03 adrianAdd wpi_check_bss_filter()
2015-05-03 adrianFix KASSERT statements in if_wpi_debug.h
2015-05-03 adrianRemove workaround for bug 199676.
2015-05-03 adrianRemove old iv_bss entry from the node table
2015-05-03 adrianAdd a few local variables to improve readability.
2015-05-03 adrianRemove this; it's currently a no-op.
2015-05-03 adrianRetry twice at the same rate.
2015-05-02 loosFix the vt(4) framebuffer driver on RPi 2.
2015-05-02 loosFix the sc(4) framebuffer driver on RPi 2.
2015-05-02 loosAdd the routines to query and setup the framebuffer...
2015-05-02 loosFix the kernel ident for RPI2.
2015-05-02 glebiusAfter r281643 an #ifdef IFT_FOO preprocessor directive...
2015-05-02 glebiusRemove #ifdef IFT_FOO.
2015-05-02 glebiusInstead of reading, validating and adjusting value...
2015-05-02 loosRemove an unused variable.
2015-05-02 neelDon't advertise the Intel SMX capability to the guest.
2015-05-02 oshogbonv_malloc can fail in userland.
2015-05-02 oshogboRemove duplicated code using macro template for the...
2015-05-02 oshogboIntroduce the NV_FLAG_NO_UNIQUE flag. When set, it...
2015-05-02 oshogboApproved, oprócz użycie RESTORE_ERRNO() do ustawiania...
2015-05-02 bzFix an off-by-one bug in string/array handling which...
2015-05-02 neelEmulate machine check related MSRs to allow guest OSes...
2015-05-02 impRemove support for being compiled under OABI. We don...
2015-05-02 markjRemove a stale reference to the stop_scheduler_on_panic...
2015-05-02 markjDon't drop the idr lock before verifying that the newly...
2015-05-01 andreastFix the loader for sparc64.
2015-05-01 baptBump _FreeBSD_version after reallocarray import
2015-05-01 oshogboAdd nvlist_flags() function, which returns nvlist's...
2015-05-01 neelr281630 relaxed the limits on the vectors that can...
2015-05-01 gnnAdd a state transition call to show that we have entere...
2015-05-01 bzRemove the extra extern which makes gcc complain; I...
2015-05-01 neelEmulate MSR_SYSCFG which is accessed by Linux on AMD...
2015-05-01 erjFix build by adding ixgbe_x550.c to sys/conf/files...
2015-04-30 erjInclude makefiles necessary to make ixgbe build with...
2015-04-30 erjAdd support for certain Intel X550 devices.
2015-04-30 neelDon't require <sys/cpuset.h> to be always included...
2015-04-30 melifaroFix KASSERT introduced in r282155.
2015-04-30 neelWhen an instruction cannot be decoded just return to...
2015-04-30 oshogboMark local function as static as a result of removing...
2015-04-30 oshogboRename macros to use prefix ERRNO. Add macro ERRNO_SET...
2015-04-30 neelAdvertise the MTRR feature via CPUID and emulate the...
2015-04-30 jhbVarious fixes to the stats in igb(4), ixgbe(4), and...
2015-04-30 jkimRemove leftover from r282269.
2015-04-30 gnnMove the SIFTR DTrace probe out of the writing thread...
2015-04-30 jhbRemove support for Xen PV domU kernels. Support for...
2015-04-30 roygeratkbd: remove usage of x86bios
2015-04-30 jhibbitsAlso happened to miss this in r282264.
2015-04-30 jhibbitsMissed ofw_machdep.c in r282264.
2015-04-30 kevlo- Disable usb aggregation mode by default since it...
2015-04-30 jhibbitsUnify booke and AIM machdep.
2015-04-29 neelRe-implement RTC current time calculation to eliminate...
2015-04-29 oshogboSave errno from close override.
2015-04-29 oshogboRemove the nvlist_.*[fv] functions.
2015-04-29 gremboBump __FreeBSD_version for smb(4) changes in r281985
2015-04-29 oshogboRemove recursion from descriptor-related functions.
2015-04-29 oshogboNvlist functionality is not used within interrupt conte...
2015-04-29 oshogboAlways use the nv_malloc macro instead of malloc(3).
2015-04-29 oshogboStyle fixes.
2015-04-29 emastevt: fix vt_fb_bitblt_bitmap mask corruption
2015-04-29 pfgRevert r281889:
2015-04-29 jhbDon't free mbufs when stopping an interface in netmap...
2015-04-29 gnnBrief demo script showing the various values that can...
2015-04-29 scottlRevert r282227. It is clearly incorrect as it frees...
next