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-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
2021-02-12
Fix null pointer dereference in pf_route6(). Embedding scope into
Alexander Bluhm
2021-02-11
Call exuart(4) early attach on arm64.
Patrick Wildt
2021-02-11
Enable exuart(4).
Patrick Wildt
2021-02-11
Don't hardcode com(4)'s major number in exuart(4).
Patrick Wildt
2021-02-11
sbdrop(): use NULL instead of 0 in pointer assignment
mvs
2021-02-11
We link `ifp' to `if_list' before we perform if_attachsetup(). It is not
mvs
2021-02-11
Add missing break in switch statement of rge_activate().
Stefan Sperling
2021-02-11
Leave out gp initialization from kernel entry on mips64
Visa Hankala
2021-02-11
"proc: table is full" actually means thread table is full; ok mpi@ sthen@
Otto Moerbeek
2021-02-11
In the various open functions reduce the fdplock() to only span over the
Claudio Jeker
2021-02-11
Initialize var since it's used in a condition a little bit afterwards.
Ricardo Mestre
2021-02-11
Initialize the stack local device id variable correctly.
anton
2021-02-11
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
Patrick Wildt
2021-02-11
Make room for handling of HID++ 1.0 devices. No functional change.
anton
2021-02-11
Use idx suffix consistently.
anton
2021-02-11
Remove unused software id macro.
anton
2021-02-11
Fold long line.
anton
2021-02-11
Stop uhidpp from claiming all report ids, instead only claim the
anton
2021-02-11
Add uhidev_unset_report_dev(), doing the opposite of
anton
2021-02-11
If uhidev_set_report_dev() already have been invoked for the given
anton
2021-02-10
Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1
Mark Kettenis
2021-02-10
If pf changes the routing table when sending packets, the kernel
Alexander Bluhm
2021-02-10
Interface group names must fit into IFNAMSIZ and be unique. But
Alexander Bluhm
2021-02-10
Remove `sc_dead' logic from pppac(4). It is used to prevent
mvs
2021-02-10
Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)
mvs
[next]