summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-12-24Fill in names for consbufsize and consbuf sysctl for nicer kdump(1)Alexander Bluhm
2019-12-24The console buffer is allocated during startup. initconsbuf() isAlexander Bluhm
2019-12-24regenVisa Hankala
2019-12-24Unlock nanosleep(2).Visa Hankala
2019-12-23fix broken tree. sorry for inconveniences.Alexandr Nedvedicky
2019-12-23rdr-to with loopback destination should work even thoughAlexandr Nedvedicky
2019-12-23Machines with many CPUs and long feature lists fill up the dmesg(8)Alexander Bluhm
2019-12-23The boot loader allows to inspect memory with the hexdump command.Alexander Bluhm
2019-12-23when aggr(4) comes up, check port link state to push the rxm forward.David Gwynne
2019-12-23Add amdgpio(4), a driver for the GPIO controller found on newer AMDMark Kettenis
2019-12-22midi(4): *sleep(9) -> *sleep_nsec(9)cheloha
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