summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for "control/shutdown" power management facilityMike Belopuhov
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-29Cleanup XenStore APIMike Belopuhov
2016-01-29use hid_desc fields since we have them, instead of manual offsetsJoshua Stein
2016-01-29Move the AUDIO_GETDEV ioctl in its own routine.Alexandre Ratchov
2016-01-29Therefor -> Therefore (where appropriate)tb
2016-01-29Move a pool_put() to avoid a use after free.Jonathan Gray
2016-01-28Convert to uiomove. Diff from Martin Natano.Stefan Kempf
2016-01-28Older Xen dom0's don't implement setting version of Grant Table entriesMike Belopuhov
2016-01-27Tighten up next reference calculation, printing fixesMike Belopuhov
2016-01-27Convert min + uiomovei to ulmin + uiomove.Stefan Kempf
2016-01-27Reimplement Grant Table metadata linking and enable dynamic allocationMike Belopuhov
2016-01-27xen_bus_dma_init turned out to be unnecessaryMike Belopuhov
2016-01-27shorten a few long linesMike Belopuhov
2016-01-27Include sys/ioccom.h since _IO* is used.Antoine Jacoutot