aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cache: ignore purgevfs requests for filesystems with few vnodesMateusz Guzik2016-10-031-0/+6
* Bump __FreeBSD_version for net80211(4) changes (r306590, r306591).Andriy Voskoboinyk2016-10-021-1/+1
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-0232-232/+385
* net80211: add one-vap version of ieee80211_iterate_nodes()Andriy Voskoboinyk2016-10-022-100/+77
* Implement iicbus_write_ivar and impelemnt the NOSTOP ivar in both readWarner Losh2016-10-021-0/+21
* Modularize evdevOleksandr Tymoshenko2016-10-0212-56/+62
* Fix gcc compilation errorOleksandr Tymoshenko2016-10-021-1/+1
* Add GARP retransmit capabilityEric van Gyzen2016-10-023-0/+138
* Allow tracing of functions prefixed by "__".Mark Johnston2016-10-024-13/+0
* lmc(4): fix the build without the bpf deviceEric van Gyzen2016-10-011-1/+5
* Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined.John Baldwin2016-10-011-1/+1
* r297225 broke udp_output() for the case where the "addr" argumentRick Macklem2016-10-011-1/+7
* Use VM_MEMATTR_WRITE_COMBINING memattr for mmap(2) on framebufferOleksandr Tymoshenko2016-10-011-0/+2
* Bump _FreeBSD_version after adding fb_memattr field to fb_info in r306555Oleksandr Tymoshenko2016-10-011-1/+1
* Provide way for framebuffer driver to request mmap(2) mapping typeOleksandr Tymoshenko2016-10-012-0/+4
* TEGRA: Fix bindings for cpufreq and coretemp drivers,Michal Meloun2016-10-012-6/+6
* TEGRA: Extend timeout for PLLs lock to 5 ms. Real lock time for PLLAMichal Meloun2016-10-011-1/+1
* nd6_dad_timer(): don't assert that the address is tentative.Mark Johnston2016-10-011-2/+7
* Revert r306473.Justin Hibbits2016-10-011-9/+0
* Add dependency to evdev moduleOleksandr Tymoshenko2016-09-301-0/+1
* Add dependency to evdev module (if required)Oleksandr Tymoshenko2016-09-301-0/+3
* Declare a module for evdev and add dependency to ukbd(4) and ums(4)Oleksandr Tymoshenko2016-09-303-0/+27
* cam_periph_ccbwait could return while ccb in progressMark Johnston2016-09-302-13/+31
* Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62David C Somayajulu2016-09-304-150078/+150210
* Revert r306516 for now, it is incomplete on i386Conrad Meyer2016-09-304-45/+21
* net80211: do not cancel scan when packet is sent.Andriy Voskoboinyk2016-09-301-11/+19
* Reduce the cost of TLB invalidation on x86 by using per-CPU completion flagsConrad Meyer2016-09-304-21/+45
* Revert commitDavid C Somayajulu2016-09-303-112/+70
* Compute two new metrics. Disk load, the average number of transactionsWarner Losh2016-09-301-23/+131
* Remove the GLOBAL queue lock which just adds unnecessary complexity to codeLuiz Otavio O Souza2016-09-301-25/+8
* vfs: batch free vnodes in per-mnt listsMateusz Guzik2016-09-304-34/+131
* Fix a typo in CPSW_DEBUG MACRO and then replace all the CPSWP_DEBUG() callsLuiz Otavio O Souza2016-09-301-23/+13
* Sort and remove unnecessary includes.Luiz Otavio O Souza2016-09-301-19/+10
* vfs: remove the __bo_vnode field from struct vnodeMateusz Guzik2016-09-307-11/+7
* Fix a cluster of bugs in list EFI environment variables:Warner Losh2016-09-301-4/+30
* Revert an accedintal commit.Andrew Turner2016-09-301-42/+20
* Fix the spelling of Cortex.Andrew Turner2016-09-302-21/+43
* xen/vchan: change license of header from Lesser GPL v2.1 to BSDRoger Pau Monné2016-09-301-10/+15
* ral (rt2860): eliminate duplicate ieee80211_process_callback() callAndriy Voskoboinyk2016-09-301-4/+0
* Add support for RPI2 to the armv6 GENERIC kernel.Emmanuel Vadot2016-09-301-1/+13
* Remove the duplicate ukbd device from the armv6 GENERICAndrew Turner2016-09-301-1/+0
* RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC.Emmanuel Vadot2016-09-302-1/+2
* Add support for Tegra to the armv6 GENERIC kernel.Andrew Turner2016-09-301-2/+18
* bcm2835_cpufreq: Only attach driver if we correcly match on the machineEmmanuel Vadot2016-09-301-0/+22
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-3068-284/+232
* hyperv/hn: Add stubs for OFFLOAD_CURRENT_CONFIG and NETWORK_CHANGE statusSepherosa Ziehau2016-09-302-0/+11
* hyperv/vmbus: Add missing vmbus_if.c to module build.Sepherosa Ziehau2016-09-301-0/+1
* hyperv/hn: Fix detach and attach error handling.Sepherosa Ziehau2016-09-301-16/+20
* hyperv/hn: If synthetic parts are detached, don't touch them.Sepherosa Ziehau2016-09-302-0/+30
* x86/ioapic: Fix destination cpu for Hyper-VSepherosa Ziehau2016-09-301-0/+12