summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-02-02Convert to uiomove(). From Martin Natano.Stefan Kempf
2016-02-02remove uneeded break statementsJonathan Gray
2016-02-01Add A20 support to sxirtc.Jonathan Gray
2016-02-01add a DIAGNOSTIC for refcnt_take overflow.David Gwynne
2016-02-01Remove A20 support in sxitimer, agtimer is now used instead.Jonathan Gray
2016-02-01move to -release modeJonathan Gray
2016-02-01Stop requiring a BlockAck session timeout. We still honour the timeout ifStefan Sperling
2016-02-01Zap stray pmap_kenter_cache() prototype.Visa Hankala
2016-02-01Move modify bit emulation into pmap.c to gather pmap C code in one place.Visa Hankala
2016-02-01Fix the encoding of AP bits for large page second-levelJonathan Gray
2016-01-31remove old link to documentation, it's in ihidev.cJoshua Stein
2016-01-31Convert to ulmin and uiomove to prevent integer truncations.Stefan Kempf
2016-01-31Don't use sxitimer on Allwinner sun7i/A20.Jonathan Gray
2016-01-31Leonardo Guardati discovered a u-boot built with "Enable workarounds forJonathan Gray
2016-01-31- m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them outAlexandr Nedvedicky
2016-01-31Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.Jonathan Gray
2016-01-30regenJonathan Gray