summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-01-17Cache parent's pid as `ps_ppid' and use it instead of `ps_pptr->ps_pid'.mvs
2021-01-17Add defines for the various ARM SMMU models.Patrick Wildt
2021-01-17add another iwx deviceJoshua Stein
2021-01-17regenJoshua Stein
2021-01-17add another ax201Joshua Stein
2021-01-17kqueue: Revise fd close notificationVisa Hankala
2021-01-17Replace SB_KNOTE and sb_flagsintr with direct checking of klist.Visa Hankala
2021-01-17this hardware is fine with BUS_DMA_64BIT mappings.David Gwynne
2021-01-17don't encode the mbuf prio as part of the vlan tag in bpf_mtap_ether.David Gwynne
2021-01-16Move `access_type' to the fault context.Martin Pieuchot
2021-01-16The sysctl variable net.inet.ip.forwarding is checked beforeAlexander Bluhm
2021-01-16Extend IP_MULTICAST_IF to take either an address (struct in_addr), aClaudio Jeker
2021-01-16recognise Realtek ALC287Jonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add Intel AX201 BluetoothJonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add devices mostly from x1 nano jcs@ hasJonathan Gray
2021-01-15Remove a check that bypasses pf state tests. It dates back to 2003Alexander Bluhm
2021-01-15Add IORT structs for ARM SMMU versions 1 and 2.Patrick Wildt
2021-01-15Split the IORT struct into two, as the current version not only containedPatrick Wildt
2021-01-15Add IORT id for ARM SMMUv3.Patrick Wildt
2021-01-15Move IO Remapping Table (IORT) struct defines to the common ACPI headerPatrick Wildt
2021-01-15As documented in sysctl(2) net.inet.ip.forwarding can be 2.Alexander Bluhm
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-14Some BIOS seem to provide memory regions <16M in their reserved memoryPatrick Wildt
2021-01-14Fix build without carp: ifp0 is only used within #if NCARP > 0.Theo Buehler
2021-01-14syncer_thread: sleep without lboltcheloha
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew
2021-01-13put M_ZERO in the right placeJonathan Matthew
2021-01-13kernel, sysctl(8): remove dead variable: tickadjcheloha
2021-01-13Convert mbuf type KDASSERT() to a proper KASSERT() in m_get(9).Alexander Bluhm
2021-01-13Add support for the HYM8563 RTC, which is a PCF8563 clone.Mark Kettenis
2021-01-13Link pflog(4) instances to `pflog_ifs' list instead of allocatingmvs
2021-01-13Send without kernel lockkn
2021-01-13revert drm vmalloc changesJonathan Gray
2021-01-12Sometimes a user ID was logged in pflog(4) although the logopt ofAlexander Bluhm
2021-01-11Remove unused start routinekn
2021-01-11Assert that the KERNEL_LOCK() is held in uao_set_swslot().Martin Pieuchot
2021-01-11New rw_obj_init() API providing reference-counted rwlock.Martin Pieuchot
2021-01-11Clear CR 26 before returning to userland to avoid potentioal info leak.Mark Kettenis
2021-01-11When an endpoint stalls, we usually try to reset it by callingMarcus Glocker
2021-01-11Simplify sleep signal handling a bit by introducing sleep_signal_check().Claudio Jeker
2021-01-11Create a path MTU host route for IPsec over IPv6. Basically theAlexander Bluhm
2021-01-10add quirks for Kensington Slimblade trackball via new vendor buttonsthfr
2021-01-10regenthfr
2021-01-10add Kensington Slimblade Trackballthfr
2021-01-09Split hierarchical calls into kern_sysctl_dirsgnezdo
2021-01-09Reduce case duplication in kern_sysctlgnezdo
2021-01-09Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in etherip_sysctlgnezdo