summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-08-07timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9)cheloha
2020-08-06Allow pf(4) to divert packets from bridge(4) to local socket.Alexander Bluhm
2020-08-06timeout(9): fix miscellaneous remote kcov(4) bugscheloha
2020-08-06Remove duplicate comment.Marcus Glocker
2020-08-06Remove defines for `netisr' bits which are not used anymore.mvs
2020-08-05Don't compare pointers against zero.Marcus Glocker
2020-08-05Use PFKEYV2_LIFETIME_CURRENT instead of magic number.tobhe
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingFrederic Cambus
2020-08-05Revert r1.614 of net/if.c. Modifications of `ifnet' list must still bemvs
2020-08-05drm: hold gem reference until object is no longer accessedJonathan Gray
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Jonathan Gray
2020-08-05drm/amd/display: Clear dm_state for fast updatesJonathan Gray
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Jonathan Gray
2020-08-05sigh, some duplication, but at least put things into the canonical orderTheo de Raadt
2020-08-04add cd9660, msdos, and inet6 supportTheo de Raadt
2020-08-04Validate input given to ioctl(SIOCAIFADDR_IN6) like NetBSD already does.anton
2020-08-04Initialize per-pmap lock.Mark Kettenis
2020-08-04Pack multiple packets into one xfer as possible. Given this is a 5x-7xKevin Lo
2020-08-04On POWER9 use the "darn" instruction and feed its output as entropy intoMark Kettenis
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs
2020-08-03add more scsi devices, observed by gkoehlerTheo de Raadt
2020-08-03syncTheo de Raadt
2020-08-03Gear Head keyboard IDs, from Tom MurphyTheo de Raadt
2020-08-03remove timeval conversion interfaces no longer in linuxJonathan Gray
2020-08-03add aliases for arm eabi long long shift functionsJonathan Gray
2020-08-03add a BPF_RND load location that provides a random value.David Gwynne
2020-08-02additional files from libkern will be needed by clang10Theo de Raadt
2020-08-02additional files from libkern will be needed by clang10Theo de Raadt
2020-08-02Add missing rtable(4) check in rip6_input()kn
2020-08-02Make iwx(4) match any AX200 device again.Stefan Sperling
2020-08-01Move range check inside sysctl_int_arrgnezdo
2020-08-01Add support for AX201 devices to iwx(4).Stefan Sperling
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingFrederic Cambus
2020-07-31In xhci_device_isoc_start() do first check if the transfer isMarcus Glocker
2020-07-31Skip making structure elements const, as it provides no benefit, andTheo de Raadt
2020-07-31like amd64:Theo de Raadt
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.Mark Kettenis
2020-07-31On sun4u systems that have the STICK register, clear the NPT bit of theMark Kettenis
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2020-07-31Make writes to the coverage buffer MP-safe using atomic operations.anton
2020-07-30When this Aviion-only driver is eventually sent to join its friends in the atticKenneth R Westerback
2020-07-30Only invalidate "user" SLB entry if it is currently set.Mark Kettenis
2020-07-30`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.mvs
2020-07-30regenStefan Sperling
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesStefan Sperling
2020-07-30make pflog more mpsafe with variables on the stack instead of globals.David Gwynne
2020-07-30"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.Kenneth R Westerback
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,Kenneth R Westerback
2020-07-29atapiscsi is not needed here. (well maybe it changes the behaviour ofTheo de Raadt