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