summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-02-11ipmi(4) - Check sensor name length more carefullyMasao Uebayashi
2016-02-10Permit negative x and y coordinates in mouse.scale for uts and ums.Philip Guenther
2016-02-10protect the bpf ring with splnet as well as the kernel lock.David Gwynne
2016-02-09bring in dlg's fix from rev 1.10 of the equivalent hppa file:Jonathan Gray
2016-02-09Log frames which fall outside the BlockAack window in dmesg if theStefan Sperling
2016-02-09make __cpu_simple_lock provide serialisation of the critical section.David Gwynne
2016-02-09sync a function's comment with its signaturemmcc
2016-02-08"exceeds past the end" -> "extends past the end" in comment.Kenneth R Westerback
2016-02-08Set EPT bits of guest pages in pmap_enter instead of doing itStefan Kempf
2016-02-08Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-08Stop requiring a BlockAck session timeout (again), and just use it if the APStefan Sperling
2016-02-08Work around buggy APs which occasionally emit sequence numbers much higherStefan Sperling
2016-02-07Fix off-by-one in loop termination condition.tb
2016-02-07Hide some excessive net80211 debug printfs behind ieee80211_debug >= 2.Stefan Sperling
2016-02-07Comment.Masao Uebayashi
2016-02-07Remove a too strict assertion.Masao Uebayashi
2016-02-07Make sure the maximum iwm(4) firmware command payload size fits intoStefan Sperling
2016-02-07Convert to uiomove. While there, use size_t consistently forStefan Kempf
2016-02-06Convert to uiomove. From Martin Natano.Stefan Kempf
2016-02-06Add support for the 9 series PCH.Mark Kettenis
2016-02-06Enable the code that reads the BIOS from the ACPI VFCT table on platformsMark Kettenis
2016-02-05Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDUStefan Sperling
2016-02-05Count A-MPDU subframes with sequence number below the current BA window asStefan Sperling
2016-02-05Guard against integer overflow when checking whetherStefan Kempf
2016-02-05Define EDCA tables for 11n mode. Per 802.11-2012 they are the same asStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05Store ADDBA request and response parameters in the block ack record ofStefan Sperling
2016-02-05Implement acpi_get_table_with_size(). Will soon be used to read VFCTMark Kettenis
2016-02-05return if the bpf_if passed to bpf_tap and _bpf_mtap are NULL.David Gwynne
2016-02-05Simple moderation of Tx completion notificationsMike Belopuhov
2016-02-05Silence warnings from static analyzers; found by jsg@Mike Belopuhov
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis
2016-02-05Fix a pci vendor/device conversion missed in rev 1.6.Mark Kettenis
2016-02-05Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)Masao Uebayashi
2016-02-04Make iwn(4) pass 802.11 control frames in monitor mode.Stefan Sperling
2016-02-04In iwn(4), don't forget about restoring the CCMP key to firmware afterStefan Sperling
2016-02-04Restore the BlockAck session timer. It is still required to work aroundStefan Sperling
2016-02-04Bail early if there's no token; found by jsg@Mike Belopuhov
2016-02-04Prevent signed overflow when calculating i_modrev initial valueMike Belopuhov
2016-02-04Some (buggy) UEFI implementations don't report the correct framebufferMark Kettenis
2016-02-04If the ROM size is 0, we won't be able to read the video BIOS from it.Mark Kettenis
2016-02-03Do not access the scsi link of the disk at the beginning of sdopen()Alexander Bluhm
2016-02-03When accessing the scsi link of a scsi disk, use a variable "sc_link"Alexander Bluhm
2016-02-03Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnvReyk Floeter
2016-02-03Prevent efifb(4) from attaching if we're the console.Mark Kettenis
2016-02-03Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSesPhilip Guenther
2016-02-02give sxidog it's own mapping as well so it wont't require sxitimerJonathan Gray
2016-02-02enable xen devices here as wellJonathan Gray
2016-02-02A few reliability improvements in the power management interfaceMike Belopuhov