summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-12-22Wire up ipmi(4).Mark Kettenis
2019-12-22drm/radeon: fix r1xx/r2xx register checker for POT texturesJonathan Gray
2019-12-21Fix DDR4 DIMM size calculation.Mark Kettenis
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Replace a lonely TRUE.Visa Hankala
2019-12-20Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.Visa Hankala
2019-12-20Fix build.Visa Hankala
2019-12-20Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherStefan Sperling
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-20Ignore new Rx block ack agreements until the WPA handshake is done.Stefan Sperling
2019-12-20Have net80211 actually update the Rx block ack sequence number window,Stefan Sperling
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-19spelling; from bryan stensonJason McIntyre
2019-12-19Start protecting the pipe_peer member of `struct pipe' using theanton
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-19Add size for free() in vio(4).Frederic Cambus
2019-12-19Use bus_size_t as the type for the base address.Mark Kettenis
2019-12-18Set vm_map's pmap in uvm_map_setup().Visa Hankala
2019-12-18Mask high bits of iwm(4) firmware SYSASSERT codes before matchingStefan Sperling
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).Stefan Sperling
2019-12-18Allow pagefault_disable() to be called recursively, something that may happenMark Kettenis
2019-12-18Use separate rwlock initializations for userland ("vmspace") and kernelMark Kettenis
2019-12-18typoTheo de Raadt
2019-12-18undo assumptions about MI .h inclusionsTheo de Raadt
2019-12-18audio(4): msleep(9) -> msleep_nsec(9)cheloha
2019-12-17arm64 cpus speculatively execute instructions after ERET, and on someTheo de Raadt
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-17Add code to parse DDR4 and LPDDR3/4 SPD memories.Claudio Jeker
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer
2019-12-16Update piixpm(4) to support newer AMD chips like some Hudson-2 andClaudio Jeker
2019-12-16Extend the expected SPD types to include DDR4 and low-power DDR3 & 4.Claudio Jeker
2019-12-16bktr(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-12-15Add a missing unlock.Visa Hankala
2019-12-14rkpcie: Add support for gen2 negotiationKurt Miller
2019-12-14Add sizes for free() in eso(4).Frederic Cambus
2019-12-14Add sizes for free() in eap(4).Frederic Cambus
2019-12-14Add sizes for free() in auixp(4).Frederic Cambus
2019-12-14Add sizes for free() in auglx(4).Frederic Cambus
2019-12-14Add sizes for free() in auacer(4).Frederic Cambus
2019-12-14Revert previous. When we get an ACPI notification we already have thePatrick Wildt
2019-12-13noone has gpr(4) devices.Theo de Raadt
2019-12-13Make acpivout(4) call ws_[gs]et_param instead of directlyPatrick Wildt
2019-12-13pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd
2019-12-13Ensure VMCS is flushed/loaded properly in certain uncommon cases.Mike Larkin
2019-12-13Always release interrupt source when unmasking the interruptMike Belopuhov