aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If the dhcp server provides an interface-mtu option, parse the value andIan Lepore2016-03-211-1/+21
* o "avaliable" -> "available".Maxim Konovalov2016-03-211-1/+1
* hyperv/vmbus: Implement bus_child_pnpinfo_str methodSepherosa Ziehau2016-03-211-0/+18
* hyperv: Factor out snprinf_hv_guid()Sepherosa Ziehau2016-03-213-38/+19
* Remove from NOTES - it's built as a module now.Adrian Chadd2016-03-211-3/+0
* Use the internal references for ADC, this fixes the ADC readings on uBMC.Luiz Otavio O Souza2016-03-211-9/+5
* Enable multicast addresses on vlan ports. Fixes the reception of broadcastLuiz Otavio O Souza2016-03-212-7/+11
* Remove urtwn/urtwnfw; it's built as a module now.Adrian Chadd2016-03-211-2/+0
* i915: disable GEN6_MBCTL write in gen6_init_clock_gatingEd Maste2016-03-211-0/+30
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-2113-1/+14
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream LinuxNavdeep Parhar2016-03-217-110/+236
* It appears nfs_mountroot() will use the env var "boot.netif.mtu" if itIan Lepore2016-03-201-0/+1
* Check bsd_to_linux_statfs() return value. Forgotten in r297070.Dmitry Chagin2016-03-201-3/+7
* Return EOVERFLOW in case when actual statfs values are large enough andDmitry Chagin2016-03-201-1/+15
* Now that urtwn is its own device, and it'll get hotplug loaded byAdrian Chadd2016-03-201-44/+0
* Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file.Ian Lepore2016-03-201-1/+0
* Convert a long to rman_res_t, fixing a sign extension bug.Justin Hibbits2016-03-201-1/+1
* Whitespaces, style(9) fixes. No functional changes.Dmitry Chagin2016-03-201-6/+6
* Regen for r297061 (fstatfs64 Linux syscall).Dmitry Chagin2016-03-2010-14/+58
* Implement fstatfs64 system call.Dmitry Chagin2016-03-205-4/+23
* Rework r296543:Dmitry Chagin2016-03-201-18/+19
* [urtwn] migrate urtwn out into sys/dev/urtwn/ .Adrian Chadd2016-03-2011-6/+7
* Fix incorrect (fortunately bigger) malloc size.Alexander Motin2016-03-191-1/+1
* Add IDs for Intel Wellsburg USB controllers.Alexander Motin2016-03-192-0/+6
* [net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164Adrian Chadd2016-03-191-0/+33
* Allow pci_host_generic to be compiled into ARM kernels, used, e.g., inBjoern A. Zeeb2016-03-181-0/+1
* Count the input and output packets.Luiz Otavio O Souza2016-03-182-0/+6
* Increase the arbitrary limit of TX segments.Luiz Otavio O Souza2016-03-181-1/+1
* Set the destination port in all TX segments.Luiz Otavio O Souza2016-03-181-8/+9
* Check IPI status more frequently when waiting.John Baldwin2016-03-181-2/+2
* Convert the printfs here from %lx to %jx as well after r297000 in orderBjoern A. Zeeb2016-03-181-3/+3
* aio_qphysio(): Avoid uninitialized pointer read on error.Pedro F. Giffuni2016-03-181-1/+2
* Move the opt_ files to be included first so their definitions can be usedAndrew Turner2016-03-181-3/+3
* Rename COUNT_IPI to INTR_IPI_COUNT to reduce the diff with intrng.Andrew Turner2016-03-182-4/+4
* Reduce the diff with intrng by renaming similar functions. This is a noop,Andrew Turner2016-03-184-13/+15
* TEGRA: Connect TEGRA124 to universe build.Michal Meloun2016-03-182-1/+3
* Add lock assertion.Edward Tomasz Napierala2016-03-181-0/+2
* Remove the invalid L0_BLOCK definition. ARMv8 doesn't support blockAndrew Turner2016-03-181-5/+5
* Fix handling of net.inet.ipsec.dfbit=2 variable.Andrey V. Elsukov2016-03-181-1/+1
* TEGRA: Fix tegra_pcie driver after rman_res_t size change.Michal Meloun2016-03-181-8/+7
* [net80211] IE 127 is not MESHEXTCAP, just EXTCAP.Adrian Chadd2016-03-182-3/+4
* Add initial 802.11ac IEs and fields.Adrian Chadd2016-03-181-0/+112
* Increase booke bus max address to 36-bits.Justin Hibbits2016-03-181-0/+5
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-1874-195/+198
* Add ummax()/ummin() to libkern.Justin Hibbits2016-03-181-0/+10
* Add support for dual emac mode.Luiz Otavio O Souza2016-03-173-705/+1087
* Modify defrouter_remove() to perform the router lookup before removal.Mark Johnston2016-03-173-54/+39
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-177-17/+0
* Add missing curly brackets in for loop.Hans Petter Selasky2016-03-171-2/+3
* Reduce the number of local variables. Remove redundant check that inpAndrey V. Elsukov2016-03-171-19/+11