aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ath: refactor/split getchannels() method.Andriy Voskoboinyk2016-05-192-211/+272
* iwm: restart device after watchdog timeouts.Andriy Voskoboinyk2016-05-191-2/+3
* mwl: switch to ieee80211_add_channel*().Andriy Voskoboinyk2016-05-191-98/+28
* Change net.inet.tcp.ecn.enable sysctl mib from a binary off/onDon Lewis2016-05-192-2/+2
* ipw: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-192-13/+42
* wi: switch to ieee80211_add_channel()Andriy Voskoboinyk2016-05-192-17/+44
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.Andriy Voskoboinyk2016-05-191-0/+5
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-1912-17/+17
* elf_common.h: add section header flag and dynamic typesEd Maste2016-05-191-0/+3
* Fixed memory leak in FDT overlay handling codeOleksandr Tymoshenko2016-05-191-0/+2
* Clean up the handling of errors from vm_pager_get_pages(). Mostly, thisAlan Cox2016-05-191-26/+18
* vm/vm_page.h: Fix trivial '-Wpointer-sign' warningConrad Meyer2016-05-192-3/+3
* Fix delaying requests to unknown virtual ports 2s after init.Alexander Motin2016-05-192-1/+6
* sys/vmmeter.h: Fix trivial '-Wsign-compare' warning in common headerConrad Meyer2016-05-191-1/+1
* Adjust the creation of tq_name so it can be freed correctlyScott Long2016-05-192-7/+9
* Add proper reporting for early task management errors.Alexander Motin2016-05-193-6/+21
* Add IOCB debugging for ISPCTL_RESET_DEV and ISPCTL_ABORT_CMD.Alexander Motin2016-05-191-0/+8
* Fix logic error so UEFI variables are reported correctlyWarner Losh2016-05-191-6/+8
* sys/net: more spelling.Pedro F. Giffuni2016-05-191-2/+2
* sys/vmmeter.h: "desperate" spelling fix.Pedro F. Giffuni2016-05-191-1/+1
* Make ICL proxy use kernel code for handling iSCSI sequence numbersEdward Tomasz Napierala2016-05-191-5/+3
* Make it possible to interrupt proxy-mode iscsid receive.Edward Tomasz Napierala2016-05-191-2/+8
* Exclude BCM from universe build until it compiles again.Bjoern A. Zeeb2016-05-191-0/+2
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-1921-240/+4412
* Define PCI_RES_BUS for NEW_PCIBAndrew Turner2016-05-191-0/+3
* Allow writing IP packets of length TUNMRU no matter if TUNSIFHEAD is setMichael Tuexen2016-05-191-2/+5
* Since PFIL can change destination address, use its always actual valueAndrey V. Elsukov2016-05-191-8/+7
* Add ta_flags initialization in old macros missed in 300113.Alexander Motin2016-05-191-0/+2
* Fix bad sizeof().Hans Petter Selasky2016-05-191-1/+1
* Ralink: Add more SoC compatible stringsStanislav Galabov2016-05-191-0/+3
* [bwn] quieten the "invalid firmware state".Adrian Chadd2016-05-191-2/+5
* [bwn] program in the MAC capabilities somewhere where later microcodeAdrian Chadd2016-05-192-0/+16
* [bwn] typo.Adrian Chadd2016-05-191-1/+1
* [bwn] disable rfon checks so the 2056/2057 radios are programmed.Adrian Chadd2016-05-191-2/+8
* [bwn] improve N-PHY debuggability a little bit.Adrian Chadd2016-05-191-5/+14
* [bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files.Adrian Chadd2016-05-196-0/+17
* [bwn] add extra debugging.Adrian Chadd2016-05-191-0/+15
* [bwn] toggle the PHY clock during chip reset.Adrian Chadd2016-05-191-4/+6
* [bwn] enable dual-phy on BCM4322MC.Adrian Chadd2016-05-191-1/+2
* [bwn] rename TGS low registers to be consistent with naming scheme.Adrian Chadd2016-05-192-4/+4
* [siba] use consistent naming.Adrian Chadd2016-05-192-19/+19
* [siba] implement PMU behaviour for chips with a separate PMU module.Adrian Chadd2016-05-191-2/+30
* [siba] handle the PMU resource setup/init for 0x4322 series chips.Adrian Chadd2016-05-191-0/+11
* [siba] fix up some comments and debug output.Adrian Chadd2016-05-191-1/+4
* [siba] add DMA debugging section, for changes later on to DMA addressing.Adrian Chadd2016-05-191-0/+1
* Add an alternate compatible string for eTSEC devices.Justin Hibbits2016-05-191-1/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-186-17/+17
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-1811-36/+36
* If a local (AF_LOCAL, AF_UNIX) socket creation (bind) is attemptedRick Macklem2016-05-181-3/+4
* The SA-16:19 wouldn't have happened if the sockargs() had properly typedGleb Smirnoff2016-05-182-10/+4