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
2022-11-14
include sys/device.h, on some architectures this gets pulled in, but others
Theo de Raadt
2022-11-13
Sync data and instruction cache before entering an executable page
Jeremie Courreges-Anglas
2022-11-13
Split out handlers for SOCK_DGRAM unix(4) sockets from SOCK_STREAM and
Vitaliy Makkoveev
2022-11-12
Remove unused fields from struct in6_ifextra
Klemens Nanni
2022-11-12
Fix a long-standing pmap bug, where we would enter an executable mapping
Mark Kettenis
2022-11-12
Remove unused RS_LHCOOKIE macro
Klemens Nanni
2022-11-12
Zap comment about dead linkmtu
Klemens Nanni
2022-11-12
Zap dead ip6_auto_linklocal
Klemens Nanni
2022-11-12
Put pf_state_import() under NPFSYNC>0 to fix build without pfsync
Klemens Nanni
2022-11-11
Revert last until we can guarantee gh_guid can't escape to the
Kenneth R Westerback
2022-11-11
timeout(9): remove timeout_set_kclock(), TIMEOUT_INITIALIZER_KCLOCK()
Scott Soule Cheloha
2022-11-11
Debug was accidentally left enabled in previous commit.
Matthieu Herrb
2022-11-11
me and my text editor are not getting along today
David Gwynne
2022-11-11
Due to checksum offloading one more element could be written to the ring
Moritz Buhl
2022-11-11
try pf.c r1.1143 again: move pf_purge out from under the kernel lock
David Gwynne
2022-11-11
Enable icc(4). ok anton@ patrick@
Matthieu Herrb
2022-11-11
Add icc(4) to handle Customer Control keyboards attached to i2c bus.
Matthieu Herrb
2022-11-11
add a mutex to struct pf_state and init it.
David Gwynne
2022-11-11
ihidev can pass a buffer larger than the size of the claimed input
Anton Lindqvist
2022-11-11
kn points out that brackets are not parentheses
David Gwynne
2022-11-11
fix a misuse of vi.
David Gwynne
2022-11-11
kn@ points out that lock annotations are usually wrapped in ()
David Gwynne
2022-11-11
Use the first 8 bytes of GPT gh_guid as the default d_uid. gh_guid is
Kenneth R Westerback
2022-11-11
steal a change by sashan@ to say which bits of pf_state need which locks.
David Gwynne
2022-11-11
rename pfsync_up() to pfsync_is_up()
David Gwynne
2022-11-11
Unmap and free memory when we shutdown rtkit. This fixes an issue where
Mark Kettenis
2022-11-11
Turn KASSERT() into if() to prevent state being inserted to
Alexandr Nedvedicky
2022-11-11
rewrite the pf_state_peer_ntoh and pf_state_peer_hton macros as functions.
David Gwynne
2022-11-11
move struct pf_state from pfvar.h to pfvar_priv.h.
David Gwynne
2022-11-11
prepare for moving struct pf_state from pfvar.h to pfvar_priv.h
David Gwynne
2022-11-11
regen
Jonathan Gray
2022-11-11
add AMD family 19h model 44h (Rembrandt) ids
Jonathan Gray
2022-11-11
Make ucc(4) the first consumer of hidcc. No intended functional change.
Anton Lindqvist
2022-11-11
Extract the HID specific pieces from ucc(4) into hidcc. First steps
Anton Lindqvist
2022-11-11
return early from drm activate functions after fatal error
Jonathan Gray
2022-11-10
pscivar.h include no longer needed
Jonathan Gray
2022-11-10
Sprinkle some #ifdef SUSPEND to unbreak the tree.
Mark Kettenis
2022-11-10
bring back r1.673: replace SRP with SMR in the if_idxmap.
David Gwynne
2022-11-10
revert pf_state mtx commit, because it breaks tree.
Alexandr Nedvedicky
2022-11-10
Apparently we receive interrupts for both powerkey press and release, which
Patrick Wildt
2022-11-10
Add mbr_get_fstype() and use it to translate MBR dp_typ fields
Kenneth R Westerback
2022-11-10
Use local variable for consistency
Klemens Nanni
2022-11-10
Add a mutex to pf_state structure. Mutex retain a consistency
Alexandr Nedvedicky
2022-11-10
Add suspend/resume support to control the power domain.
Mark Kettenis
2022-11-10
typofix; ok dlg
Klemens Nanni
2022-11-10
Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allows
Patrick Wildt
2022-11-10
We need to turn a few more things on in the resume path. This makes it
Mark Kettenis
2022-11-10
Enable qcpdc(4)
Patrick Wildt
2022-11-10
Add qcpdc(4), a driver for the Qualcomm Power Domain controller found on
Patrick Wildt
2022-11-10
Move the code handling brightness keys into a task, since with
Matthieu Herrb
[next]