summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-09Document the OpenBSD-specific output format.Ingo Schwarze
2023-10-09Use the usual text for X509_ALGOR_free()Theo Buehler
2023-10-09Clarify that 'undefined type' means V_ASN1_UNDEFTheo Buehler
2023-10-09Clarify documentation of X509_ALGOR_{set0,set_md}()Theo Buehler
2023-10-09Add pledge("stdio") before parsing pfkey messages. This applies toTobias Heider
2023-10-09allow dwqe.c to build on architectures that do not have machine/fdt.hStefan Sperling
2023-10-09placeholder for later featureMarc Espie
2023-10-09Fix return value confusion of sa_cmp() by renaming the function sa_equal().Claudio Jeker
2023-10-09simplify: all 3 mock-ups are strings that get eval'd, so do this properly.Marc Espie
2023-10-09drm/amdkfd: Use gpu_offset for user queue's wptrJonathan Gray
2023-10-09drm/i915/gt: Fix reservation address in ggtt_reserve_guc_topJonathan Gray
2023-10-09drm/amdgpu: Handle null atom context in VBIOS info ioctlJonathan Gray
2023-10-09drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOVJonathan Gray
2023-10-09drm/amdgpu/soc21: don't remap HDP registers for SR-IOVJonathan Gray
2023-10-09drm/amd/display: Don't check registers, if using AUX BL controlJonathan Gray
2023-10-09drm/amdkfd: Insert missing TLB flush on GFX10 and laterJonathan Gray
2023-10-09drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3Jonathan Gray
2023-10-09i915/pmu: Move execlist stats initialization to execlist specific setupJonathan Gray
2023-10-09add SZ_4G for 6.1.56 drmJonathan Gray
2023-10-09use shifts for size definesJonathan Gray
2023-10-08clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.cScott Soule Cheloha
2023-10-08move release a earlier. when we wait for security fixes from one pieceTheo de Raadt
2023-10-08subclass system libraries so we can give better diagnostic eventuallyMarc Espie
2023-10-08oops, those eval need to be STRINGS, otherwise the whole definition stuffMarc Espie
2023-10-08Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb".Kenji Aoyama
2023-10-08add another two regression testing parts. Use a simple framework thatMarc Espie
2023-10-08wrong prototype, it's called as an OO methodMarc Espie
2023-10-08Revert commitid: KtmyJEoS0WWxmlZ5Claudio Jeker
2023-10-08plain forgot to save the values for regression testingMarc Espie
2023-10-07Include .EX/.EE in the MACRO OVERVIEW and improve its description.Ingo Schwarze
2023-10-07Simplify the display() function by getting rid of a useless bufferIngo Schwarze
2023-10-07Retry on empty passphraseKlemens Nanni
2023-10-07Improve horizontal alignment in long format when printing minorIngo Schwarze
2023-10-07with firmware known, recognize that we couldn't find any update at allMarc Espie
2023-10-07track firmware separately, since those will appear as uptodate for usMarc Espie
2023-10-07use more specific regression testing knobMarc Espie
2023-10-06Correctly reset the goto table for a state.Todd C. Miller
2023-10-06Update awk to Sep 24, 2023 version.Todd C. Miller
2023-10-06__swsetup: set error flag and errno on error.Todd C. Miller
2023-10-06Rename 'ifaceidx' variables and parameters to 'ifaceno'. MoreKenneth R Westerback
2023-10-06Ignore thermal dual-chain requests from iwx(4) firmware.Stefan Sperling
2023-10-06be more explicit about the usage pattern of register-plist and the variablesMarc Espie
2023-10-06rename pass{word -> file} variableKlemens Nanni
2023-10-06clean up old 6.7 softraid migration codeKlemens Nanni
2023-10-06In sys___thrsigdivert() switch tsleep_nsec() to use the nowake identClaudio Jeker
2023-10-06prepare for adding a value for REGRESSION_TESTING, so that I can testMarc Espie
2023-10-06add -v to usage();Jason McIntyre
2023-10-06typo in error messageDamien Miller
2023-10-06Perform the softhsm2 setup as discrete steps rather than as a longDamien Miller
2023-10-05Do log output to stderr while running dhcpd(8) in foreground to makeVitaliy Makkoveev