aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-0322-27/+27
* dev/iscsi: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Fix a memory leak in the devctl notify code.Scott Long2016-05-031-0/+1
* Revert r298955 for the cxgbe firmware.Pedro F. Giffuni2016-05-033-6/+6
* tcp/lro: Refactor the active list operation.Sepherosa Ziehau2016-05-031-8/+22
* xen/i386: enable the platform hypercall for i386Roger Pau Monné2016-05-031-2/+2
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)Sepherosa Ziehau2016-05-032-4/+27
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-03364-650/+650
* [bwn] update bwn_dummy_transmission().Adrian Chadd2016-05-031-4/+21
* [bwn] add PHY types for later PHYs.Adrian Chadd2016-05-031-0/+6
* [bwn] migrate bwn_dummy_transmission() back to main, as it'll be used by othe...Adrian Chadd2016-05-033-67/+68
* Revert bus_get_cpus() for now.John Baldwin2016-05-0316-188/+35
* Fix an off by one error when remapping MSI-X vectors.John Baldwin2016-05-031-2/+2
* Change a rounding operation that had missing braces into a roundup2()Peter Wemm2016-05-031-7/+4
* [bwn] break out the 'g' phy code into a separate source file.Adrian Chadd2016-05-028-3662/+3820
* [bhnd] fix more module dependencies.Adrian Chadd2016-05-023-4/+5
* Undo a spell fix introduced in r298942, which breaks compilation.Michael Tuexen2016-05-021-1/+1
* [bwn] break out the LP PHY code into a separate file.Adrian Chadd2016-05-026-3648/+3825
* [bhnd] add module dependencies.Adrian Chadd2016-05-025-2/+7
* netinet/sctp*: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0212-46/+46
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.Andriy Voskoboinyk2016-05-021-1/+11
* sys/vm: minor spelling fixes in comments.Pedro F. Giffuni2016-05-029-16/+16
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0226-43/+43
* Enhance the ddb examine (x) command.Pedro F. Giffuni2016-05-021-10/+13
* [asmc] add support for more models and restore keyboard backlight after resume.Adrian Chadd2016-05-022-6/+85
* iwm: fix parameters for iwm_add_channel_band()Andriy Voskoboinyk2016-05-021-3/+2
* [bhnd] add missing bus interface SRC bits, required after the last source imp...Adrian Chadd2016-05-025-5/+6
* xen/control: improve suspend/resumeRoger Pau Monné2016-05-021-2/+12
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-0216-35/+188
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-0228-52/+52
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-0214-43/+43
* xen/time: fix PV clock resolutionRoger Pau Monné2016-05-021-4/+1
* xen/time: allow Dom0 to set the host timeRoger Pau Monné2016-05-021-1/+25
* atrtc: export function to set RTCRoger Pau Monné2016-05-022-21/+29
* xen/timer: remove the timer setup loopRoger Pau Monné2016-05-021-18/+3
* xen/x86: don't lose event interruptsRoger Pau Monné2016-05-021-1/+2
* iwn: do not buffer frames for non-passive channels (it's not needed).Andriy Voskoboinyk2016-05-021-2/+4
* dev/random: minor spelling fixes in comments.Pedro F. Giffuni2016-05-022-4/+4
* Issue NOTE_EXTEND when a directory entry is added to or removed fromKonstantin Belousov2016-05-021-0/+1
* Fix reporting of NOTE_LINK when directory link count changes due toKonstantin Belousov2016-05-021-2/+18
* [otus] implement monitor mode.Adrian Chadd2016-05-021-42/+81
* s/struct device */device_t/Adrian Chadd2016-05-021-1/+1
* [mwl] s/struct device/device_t/Adrian Chadd2016-05-022-3/+2
* iwn: switch to ieee80211_add_channel*()Andriy Voskoboinyk2016-05-011-69/+37
* When a client uses UDP encapsulation and lists IP addresses in the INITMichael Tuexen2016-05-016-26/+26
* bcache read ahead may attempt to read past end of diskAllan Jude2016-05-014-12/+86
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESAndriy Voskoboinyk2016-05-012-3/+3
* rum: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-011-7/+33
* otus: switch to ieee80211_add_channel_list_*()Andriy Voskoboinyk2016-05-012-17/+33
* Avoid duplicated calls to pmap_page_get_memattr().Konstantin Belousov2016-05-011-5/+13