summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-26Put opening brace on correct lineTheo Buehler
2024-07-26drm/amd/display: Fix refresh rate range for some panelJonathan Gray
2024-07-26drm/amd/display: Account for cursor prefetch BW in DML1 mode supportJonathan Gray
2024-07-26drm/amd/display: Add refresh rate range checkJonathan Gray
2024-07-26drm/amdgpu: Indicate CU havest info to CPJonathan Gray
2024-07-26drm: panel-orientation-quirks: Add quirk for Aya Neo KUNJonathan Gray
2024-07-26syncTheo de Raadt
2024-07-26use the fp target attribute with fpu_save()/fpu_load()Jonathan Gray
2024-07-25reduce logingrace penalty.Damien Miller
2024-07-25Fix proxy multiplexing (-O proxy) bugDamien Miller
2024-07-25Explicitly request for battery status updates as the firmware doesn't seemMark Kettenis
2024-07-25document deflateUsed()Theo Buehler
2024-07-25fix a small markup mistake (missing newline)Theo Buehler
2024-07-25mention MODPY_PYBUILD=pdmStuart Henderson
2024-07-25fix double space; from crystal kolipeJason McIntyre
2024-07-25Silence a false positive warning for gccTheo Buehler
2024-07-25virtio: Allow more verbose debuggingStefan Fritsch
2024-07-25Fix test23. It assumed the place of the attribute is unchanged. But now,YASUOKA Masahiko
2024-07-25syncMiod Vallat
2024-07-24If the CPU cores implement FEAT_IDST, emulate access to the CPU IDMark Kettenis
2024-07-24vmm(4): drop checks for EPT or RVI in some functions.Dave Voutila
2024-07-24Add 5f00::/16 segment routing SRv6 SIDs prefix to example bogon listJob Snijders
2024-07-243fff::/20 has been set aside as an additional documentation prefixJob Snijders
2024-07-24KASSERT that the ps_single proc has P_SUSPSINGLE cleared.Claudio Jeker
2024-07-24Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since itClaudio Jeker
2024-07-24Use a different mutex to protect the kqueue klist in logsoftc.Claudio Jeker
2024-07-24Remove workaround for lock ordering issue in uvm_pseg_get().Martin Pieuchot
2024-07-24Move uvm_exit() outside of the KERNEL_LOCK() in the reaper.Martin Pieuchot
2024-07-24Grab the kernel lock in preparation for unlocking most of uvm_unmap_detach().Martin Pieuchot
2024-07-24Remove assertion in udv_detach(), the function is already mpsafe.Martin Pieuchot
2024-07-24BUF_MEM_new.3: add a touch of KNFTheo Buehler
2024-07-24dd "msgauth" option for "test" command to specify whether useYASUOKA Masahiko
2024-07-24Add Symbols.list and enable version script to hide some local functions.YASUOKA Masahiko
2024-07-24Place Message-Authenticator at the beginning of the attributesYASUOKA Masahiko
2024-07-23Accept and ignore SADB_X_EXT_REPLAY and SADB_X_EXT_COUNTER payloads forTobias Heider
2024-07-23virtio: fix commentStefan Fritsch
2024-07-23Revise regress for ssl3_get_cipher() changes.Joel Sing
2024-07-23Remove get_cipher from SSL_METHOD.Joel Sing
2024-07-23uaudio: Fix confusion between interface numbers and interface indexesAlexandre Ratchov
2024-07-23Pass curproc pointer down from sleep_finish() instead of pulling it inClaudio Jeker
2024-07-23libsndio: Don't use poll(2) for output on the control device.Alexandre Ratchov
2024-07-23sndiod: Properly update the poll(2) event masks after i/o.Alexandre Ratchov
2024-07-22Specify a priority for _libc_preinit() to make sure it runs before otherMark Kettenis
2024-07-22rpcgen(1): default to "STDIN" as input file when compiling to headers.Dave Voutila
2024-07-22Expand full array option values if no index is provided, GitHub issueNicholas Marriott
2024-07-22Revise regress to match cipher suite values change.Joel Sing
2024-07-22Use cipher suite values instead of IDs.Joel Sing
2024-07-22remove unneeded prototypes for functions in other filesJonathan Gray
2024-07-22remove prototype with no matching functionJonathan Gray
2024-07-22Fix ipcp module to use (the maximum sequence number from the db) + 1YASUOKA Masahiko