index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2021-02-20
move from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
move gre and mgre from calling l3 input handlers to using if_vinput.
David Gwynne
2021-02-20
move gif from calling l3 protocol input handlers to using if_vinput.
David Gwynne
2021-02-20
add p2p_input, like ether_input but for l3 tunnel interfaces.
David Gwynne
2021-02-20
let tun use bpf_mtap for handling input packets.
David Gwynne
2021-02-20
default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.
David Gwynne
2021-02-20
give interfaces an if_bpf_mtap handler.
David Gwynne
2021-02-20
add a MONITOR flag to ifaces to say they're only used for watching packets.
David Gwynne
2021-02-19
we dont need to wrap some short lines.
David Gwynne
2021-02-19
check the state for PF_ROUTE when undeferring a packet, not the rule.
David Gwynne
2021-02-18
Make kernel ld.script similar to octeon's on loongson and sgi.
Visa Hankala
2021-02-18
Release mbuf(9) chain with a simple m_freem(9) loop in sorflush().
mvs
2021-02-18
handle "simple-pm-bus" in simplebus
Jonathan Gray
2021-02-17
Unify unit initialization.
Marcus Glocker
2021-02-17
If the device driver open call fails, don't set sc_open since in that case
Marcus Glocker
2021-02-17
Skip gp initialization in loongson bootblocks
Visa Hankala
2021-02-17
Do not reprogram address filter after MII status change
Visa Hankala
2021-02-17
Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs
Mark Kettenis
2021-02-17
Call 'struct process' parameters 'pr' to distinguish from 'struct proc'
Marcus Glocker
2021-02-17
Collect return code of video_stop() for ioctls calls.
Marcus Glocker
2021-02-16
Add support for the UART found on the Apple M1 SoC.
Mark Kettenis
2021-02-16
Introduce debug levels since the current debug output is too noisy by
Marcus Glocker
2021-02-16
Poll battery sensors less frequently. The previous period was quite
anton
2021-02-16
Trim uhidpp_device_features() by extracting two pure protocol functions.
anton
2021-02-16
Enable multiple opens of a video(4) device as described in the V4L2
Marcus Glocker
2021-02-16
Introduce BUS_SPACE_MAP_POSTED such that we can distinguish between
Mark Kettenis
2021-02-16
Comments & style cleanup, no functional change intended.
Martin Pieuchot
2021-02-16
use rtalloc_mpath in pf_route and pf_route6.
David Gwynne
2021-02-16
some phy are not needed anymore since the ethernet drivers went away
Theo de Raadt
2021-02-15
While it should be possible to use "normal uncachable" mappings for
Mark Kettenis
2021-02-15
Simplify error path in in route_attach(). We always call it in thread
mvs
2021-02-15
Fix double unlock in uvmfault_anonget().
Martin Pieuchot
2021-02-15
Back-out USB data toggle fix for HID devices, since we received multiple
Marcus Glocker
2021-02-15
Move single_thread_set() out of KERNEL_LOCK().
Martin Pieuchot
2021-02-15
move the rearming of the cq after the refill of the rq.
David Gwynne
2021-02-14
Enable clocks and adjust for removal of subnodes in upstream Linux
Mark Kettenis
2021-02-14
Enable clocks.
Mark Kettenis
2021-02-14
Raise match priority to beat syscon(4).
Mark Kettenis
2021-02-14
regen
Mark Kettenis
2021-02-14
Add a few more devices that show up on the Apple M1 mini.
Mark Kettenis
2021-02-14
Postpone installation of the periodic sensor task until at least one
anton
2021-02-14
Bail out earlier during attach if no devices are paired with the
anton
2021-02-14
Enumerate all features supported by a device on connect.
anton
2021-02-14
Introduce variables to deal with bit layout differences in the UFSTAT
Mark Kettenis
2021-02-14
Recent device trees have the syscon-reboot and syscon-poweroff nodes as
Mark Kettenis
2021-02-14
correct drm work flush behaviour
Jonathan Gray
2021-02-13
Revise cnmac(4)'s address filter setup
Visa Hankala
2021-02-13
Fix a comment
Mike Larkin
2021-02-13
Remove trailing whitespace
Mike Larkin
2021-02-12
pf_remove_divert_state() is an entry point into pf, modifying the pf state
Patrick Wildt
[next]