aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* dev/random: use our roundup() macro instead of re-implementing it.Pedro F. Giffuni2016-04-253-7/+4
* 1. Removed -Wno-shift-negative-value from MakefileDavid C Somayajulu2016-04-251-2/+2
* [bhnd] Fix ChipCommon probing.Adrian Chadd2016-04-251-1/+1
* [iwn] fix firmware command use in iwm_auth().Adrian Chadd2016-04-255-57/+48
* hyperv/hn: Synchronize sub-channel offersSepherosa Ziehau2016-04-251-6/+19
* hyperv/channel: Add functions to synchronize sub-channel offersSepherosa Ziehau2016-04-252-0/+53
* hyperv/channel: Log a warning about duplicated primary channel offerSepherosa Ziehau2016-04-251-0/+2
* hyperv/channel: Remove unapplied commentSepherosa Ziehau2016-04-251-4/+0
* hyperv/channel: Minor style changes; no functional changes.Sepherosa Ziehau2016-04-251-18/+10
* hyperv/channel: Remove the unnecessary 'new' flagSepherosa Ziehau2016-04-251-9/+4
* hyperv/et: Strip extra white space in function nameSepherosa Ziehau2016-04-251-1/+1
* hyperv/hn: Allow users to configure ifq or bufring depth.Sepherosa Ziehau2016-04-251-3/+23
* hn: Increase odrops for if_transmit method if drbr_enqueue fails.Sepherosa Ziehau2016-04-251-1/+3
* Fix streams and svr4 module dependency. Both modules are complaining aboutDmitry Chagin2016-04-231-13/+1
* Remove Unused/Dead CodeDavid C Somayajulu2016-04-231-141/+0
* Optionally return the output capabilities list from _OSC.John Baldwin2016-04-224-13/+28
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* [bhnd] use correct bus deallocation methodAdrian Chadd2016-04-221-1/+1
* [bhnd] Update bhndb format strings to match long -> rman_res_t size change.Adrian Chadd2016-04-221-2/+2
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-2214-1513/+1286
* hyperv/et: Make Hyper-V event timer a device.Sepherosa Ziehau2016-04-223-35/+67
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016Sepherosa Ziehau2016-04-2223-23/+23
* urtwn: optimize rate lookup in the urtwn_ra_init()Andriy Voskoboinyk2016-04-212-43/+41
* Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-213-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-2117-38/+35
* Redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-2120-38/+31
* Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-216-11/+28
* Queue the CPU-probing task after all acpi_cpu devices are attached.John Baldwin2016-04-211-3/+10
* Add new USB quirk.Hans Petter Selasky2016-04-212-0/+3
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-2110-40/+17
* siba(4): remove slightly used 'bound' variable.Pedro F. Giffuni2016-04-211-7/+4
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-212-16/+2
* Prefer sizeof(*pointer) over sizeof(type). No funtional change.Jung-uk Kim2016-04-201-1/+1
* There is no need to use array any more. No functional change.Jung-uk Kim2016-04-201-5/+5
* Remove query flag from acpi_EvaluateOSC(). This function does not supportJung-uk Kim2016-04-204-6/+8
* Invoke _OSC on Host-PCI bridges.John Baldwin2016-04-201-0/+36
* Add a wrapper for evaluating _OSC methods.John Baldwin2016-04-203-15/+28
* Remove unused e500_event_codes_size.Pedro F. Giffuni2016-04-201-3/+0
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-208-33/+18
* Add compat strings used by OpenWRT to some Mediatek/Ralink driversStanislav Galabov2016-04-201-0/+1
* Modify mx25l FDT compatible device handlingStanislav Galabov2016-04-201-3/+17
* sym(4): Don't double-free 'sim' in failure caseConrad Meyer2016-04-201-0/+1
* sound(4): Don't use-after-free in midi module unloadConrad Meyer2016-04-201-4/+4
* pty(4): Use strlcpy to guarantee destination buffer isn't overrunConrad Meyer2016-04-201-1/+1
* i915kms: Fix memory leak if a CRT is detectedConrad Meyer2016-04-201-2/+5
* drm2(4): Fix double-free in low-memory error pathConrad Meyer2016-04-201-1/+3
* i915kms intel_pm: Read from actual tsc_freq instead of uninitialized localConrad Meyer2016-04-201-3/+4
* nctgpio(4): Don't index past the end of sc->pins arrayConrad Meyer2016-04-201-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-1941-78/+65