summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-02-22Enable bge(4).Mark Kettenis
2021-02-22Enable apldog(4).Mark Kettenis
2021-02-22Add apldog(4), a driver for the watchdog on Apple M1 SoCs.Mark Kettenis
2021-02-22Move UNIX socket's garbage collector to `systqmp'. It touches nothingmvs
2021-02-22Disable double-data rate modes if 1.8V signalling is not possible.Patrick Wildt
2021-02-22Slow mode is only relevant for legacy and high speed timings.Patrick Wildt
2021-02-22Improve support for the variant found on the Apple M1 SoC.Mark Kettenis
2021-02-22When cutting of the head of an overlapping fragment during pfAlexander Bluhm
2021-02-22regenJonathan Gray
2021-02-22add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe idsJonathan Gray
2021-02-21how about sticking to standard C.Theo de Raadt
2021-02-21Add cryptox(4), a driver for armv8 cryptographic extensions.tobhe
2021-02-21One CPUs that implement the VHE extension and have the E2H bit set, keepMark Kettenis
2021-02-21cut nvgre(4) over to use common etherbridge code.David Gwynne
2021-02-21cut bpe(4) over to using the common etherbridge code.David Gwynne
2021-02-21add etherbridge, the guts of a learning bridge that can be reused.David Gwynne
2021-02-21add stoeplitz_eaddr, for getting a hash value from an ethernet address.David Gwynne
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedJonathan Gray
2021-02-20Fix disestablishing of PCI interrupt handlers.Visa Hankala
2021-02-20move from calling l3 protocol input handlers to using if_vinput.David Gwynne
2021-02-20move gre and mgre from calling l3 input handlers to using if_vinput.David Gwynne
2021-02-20move gif from calling l3 protocol input handlers to using if_vinput.David Gwynne
2021-02-20add p2p_input, like ether_input but for l3 tunnel interfaces.David Gwynne
2021-02-20let tun use bpf_mtap for handling input packets.David Gwynne
2021-02-20default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.David Gwynne
2021-02-20give interfaces an if_bpf_mtap handler.David Gwynne
2021-02-20add a MONITOR flag to ifaces to say they're only used for watching packets.David Gwynne
2021-02-19we dont need to wrap some short lines.David Gwynne
2021-02-19check the state for PF_ROUTE when undeferring a packet, not the rule.David Gwynne
2021-02-18Make kernel ld.script similar to octeon's on loongson and sgi.Visa Hankala
2021-02-18Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().mvs
2021-02-18handle "simple-pm-bus" in simplebusJonathan Gray
2021-02-17Unify unit initialization.Marcus Glocker
2021-02-17If the device driver open call fails, don't set sc_open since in that caseMarcus Glocker
2021-02-17Skip gp initialization in loongson bootblocksVisa Hankala
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-17Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCsMark Kettenis
2021-02-17Call 'struct process' parameters 'pr' to distinguish from 'struct proc'Marcus Glocker
2021-02-17Collect return code of video_stop() for ioctls calls.Marcus Glocker
2021-02-16Add support for the UART found on the Apple M1 SoC.Mark Kettenis
2021-02-16Introduce debug levels since the current debug output is too noisy byMarcus Glocker
2021-02-16Poll battery sensors less frequently. The previous period was quiteanton
2021-02-16Trim uhidpp_device_features() by extracting two pure protocol functions.anton
2021-02-16Enable multiple opens of a video(4) device as described in the V4L2Marcus Glocker
2021-02-16Introduce BUS_SPACE_MAP_POSTED such that we can distinguish betweenMark Kettenis
2021-02-16Comments & style cleanup, no functional change intended.Martin Pieuchot
2021-02-16use rtalloc_mpath in pf_route and pf_route6.David Gwynne
2021-02-16some phy are not needed anymore since the ethernet drivers went awayTheo de Raadt
2021-02-15While it should be possible to use "normal uncachable" mappings forMark Kettenis
2021-02-15Simplify error path in in route_attach(). We always call it in threadmvs