summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-12-10remove timespec_to_jiffies() which no longer exists in linuxJonathan Gray
2020-12-10Convert ddb_sysctl to sysctl_bounded_arrgnezdo
2020-12-10Convert gre_sysctl to sysctl_bounded_arrgnezdo
2020-12-10Use sysctl_int_bounded for sysctl_hwsetperfgnezdo
2020-12-09Ignore trailing data in A-MSDU frame buffers if it is smaller than theStefan Sperling
2020-12-09Add kernel-only per-thread kqueue & helpers to initialize and free it.Martin Pieuchot
2020-12-09fxp does not currently fitTheo de Raadt
2020-12-09Use daddr_t and not daddr32_t in boot media.Kenneth R Westerback
2020-12-09Disable A-MSDU support again.Stefan Sperling
2020-12-09Flush reorder buffer after gap timeout, otherwise the frames remaintobhe
2020-12-09Remove redundant TLB flush. All callers of pmap_pte_remove() were alreadyMark Kettenis
2020-12-09add RCS tagsTheo Buehler
2020-12-09ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.David Gwynne
2020-12-08Enable 802.11 A-MSDU support again. It was disabled some time ago butStefan Sperling
2020-12-08fix wrong function names in softraid RAID1 debug print statementsStefan Sperling
2020-12-08Fix 802.11 RSN capabilities announced to peers.Stefan Sperling
2020-12-08Fix gapwait accounting. Count all the packets in the reordertobhe
2020-12-08Use a while loop instead of goto in uvm_fault().Martin Pieuchot
2020-12-08Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulateJonathan Gray
2020-12-08Use BA agreement immediately after it is requested by the AP.tobhe
2020-12-08an(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-12-08correct ttm_tt error paths if bus_dmamap_create() failsJonathan Gray
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe
2020-12-07Initialize handledgnezdo
2020-12-07Convert the per-process thread list into a SMR_TAILQ.Martin Pieuchot
2020-12-07Refactor kqueue_scan() so it can be used by other syscalls.Martin Pieuchot
2020-12-07Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed linkMark Kettenis
2020-12-07remove unused (and wrong) page_address() macroJonathan Gray
2020-12-07synproxy should be processing incoming SYN packets only.Alexandr Nedvedicky
2020-12-07change from bus_addr_t to paddr_t for phys_addr_t and resource_size_tJonathan Gray
2020-12-06Implement acpi_intr_disestablish() for amd64.Mark Kettenis
2020-12-06Implement pci_intr_disestablish(9) for acpicpi(4) on arm64.Mark Kettenis
2020-12-06Implement acpi_intr_disestablish() for arm64.Mark Kettenis
2020-12-06Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.Mark Kettenis
2020-12-06mbg(4): more tsleep(9) -> tsleep_nsec(9)cheloha
2020-12-06srp_finalize(9): tsleep(9) -> tsleep_nsec(9)cheloha
2020-12-06Add missing byteswaps.Mark Kettenis
2020-12-06Use 1000baseKX and 2500baseKX media types for fixed link connections anMark Kettenis
2020-12-06Introduce constants to access the setjmp(3) jmp_buf fields fromAlexander Bluhm
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton
2020-12-05Add support for the _EVT method to the GPIO support code.Mark Kettenis
2020-12-05Convert sysctl_tc to sysctl_bounded_arrgnezdo
2020-12-04Recognize Neoverse-N2.Mark Kettenis
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha
2020-12-04Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.Martin Pieuchot
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha
2020-12-02Revert previous extension of the SCHED_LOCK(), the state isn't passed down.Martin Pieuchot
2020-12-02Extract another couple of chunks from main() into helper functions,Kenneth R Westerback
2020-12-02Prevent a TOCTOU race in single_thread_set() by extending the scope of the lock.Martin Pieuchot