summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-03-06Make sure 'ts' is initialized.tobhe
2020-03-06Properly wrap 802.11 frame sequence numbers when incrementing them.Stefan Sperling
2020-03-06Fix uninitialized use of variable 'len'.tobhe
2020-03-06Fixup bwfm(4) register bit regarding SDIO device suspend/resume.Patrick Wildt
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somePatrick Wildt
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somePatrick Wildt
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacyPatrick Wildt
2020-03-06Release mutex before calling sleep_setup_signal() since this may stopMark Kettenis
2020-03-06lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9)cheloha
2020-03-06amdgpu/gmc_v9: save/restore sdpif regs during S3Jonathan Gray
2020-03-05The local_clock_us() function needs microsecond resolution so implement itMark Kettenis
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.Otto Moerbeek
2020-03-05Update iwm(4) firmware API documentation with respect to sequence numberStefan Sperling
2020-03-05Fix MiRA probing shortcut comparing measured throughput against theStefan Sperling
2020-03-05Fix a MiRa probing short-cut comparing current to previous measurements.Stefan Sperling
2020-03-05Cancel MiRA probing timeouts if a channel quality change triggers probing.Stefan Sperling
2020-03-05fix build without MIRA_AGGRESSIVE_DOWNWARDS_PROBINGStefan Sperling
2020-03-05MiRA needs to add tx time overhead for ACK only for single-frame transmissions.Stefan Sperling
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGClaudio Jeker
2020-03-04fix typo in previouscheloha
2020-03-04Enable all the Rockchip video drivers!Patrick Wildt
2020-03-04Properly implement the page fault handler for CMA GEM buffers and actuallyMark Kettenis
2020-03-04Do not count pages mapped as PROT_NONE against the RLIMIT_DATA limit.Mark Kettenis
2020-03-04Restrict modes to those with an actually supported pixel clock.Mark Kettenis
2020-03-04Make an assertion free from side effects. The intention was probably toanton
2020-03-04Grab a reference for the shared memory segment before calling uvm_map()anton
2020-03-03Add WSDISPLAY_TYPE_RKDRMMark Kettenis
2020-03-03Fix dead link to the MiRA paper and add DOI link to the published version.Theo Buehler
2020-03-03Fix MiRA's sub-frame error rate computation.Stefan Sperling
2020-03-03Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@Otto Moerbeek
2020-03-03Do not send any QoS data frames unless Tx aggregation has been negotiated.Stefan Sperling
2020-03-03Merge two blocks calling if_link_state_change().Martin Pieuchot
2020-03-03Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9).Mark Kettenis
2020-03-03Fix bogus bus_dmamem_mmap(9) implementation.Mark Kettenis
2020-03-03Clean up attachment of PCI drm(4) devices and make the PCI aspects optional.Mark Kettenis
2020-03-02previous commit accidentally aliased two unique timeoutsTheo de Raadt
2020-03-02Allow puc(4) to cope with 64-bit BARs. puc(4) iterates over the BARsPatrick Wildt
2020-03-02Fix use of WITNESS_UNLOCK() in rw_exit_read() and rw_exit_write().Visa Hankala
2020-03-02amd64 ramdisk does not support CD9660, so no use to have a cd(4).Otto Moerbeek
2020-03-02Shuffle logic a bit to make sizes/limits more obvious.Kenneth R Westerback
2020-03-02Fix endian swapping of trb_flags and trb_status in xhci(4).Visa Hankala
2020-03-02msleep() and rwsleep() allow to release the lock when going toAlexander Bluhm
2020-03-02Add commented out entry fro rkdwhdmi(4).Mark Kettenis
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the RockchipMark Kettenis
2020-03-02Update ix(4) from freebsd to add support for X553 controllers.Jonathan Matthew
2020-03-01rename functions and types unrelated to the higher-level arc4 APITheo de Raadt
2020-03-01Do not reparent a traced child to ourself inside wait(2).Martin Pieuchot
2020-03-01When activating a video port, don't bail out if activating an endpointMark Kettenis
2020-03-01Make it possible to set the VPLL clock frequency and add a few more PLL clockMark Kettenis
2020-03-01Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@Otto Moerbeek