Age | Commit message (Expand) | Author |
2023-10-09 | Document the OpenBSD-specific output format. | Ingo Schwarze |
2023-10-09 | Use the usual text for X509_ALGOR_free() | Theo Buehler |
2023-10-09 | Clarify that 'undefined type' means V_ASN1_UNDEF | Theo Buehler |
2023-10-09 | Clarify documentation of X509_ALGOR_{set0,set_md}() | Theo Buehler |
2023-10-09 | Add pledge("stdio") before parsing pfkey messages. This applies to | Tobias Heider |
2023-10-09 | allow dwqe.c to build on architectures that do not have machine/fdt.h | Stefan Sperling |
2023-10-09 | placeholder for later feature | Marc Espie |
2023-10-09 | Fix return value confusion of sa_cmp() by renaming the function sa_equal(). | Claudio Jeker |
2023-10-09 | simplify: all 3 mock-ups are strings that get eval'd, so do this properly. | Marc Espie |
2023-10-09 | drm/amdkfd: Use gpu_offset for user queue's wptr | Jonathan Gray |
2023-10-09 | drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top | Jonathan Gray |
2023-10-09 | drm/amdgpu: Handle null atom context in VBIOS info ioctl | Jonathan Gray |
2023-10-09 | drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV | Jonathan Gray |
2023-10-09 | drm/amdgpu/soc21: don't remap HDP registers for SR-IOV | Jonathan Gray |
2023-10-09 | drm/amd/display: Don't check registers, if using AUX BL control | Jonathan Gray |
2023-10-09 | drm/amdkfd: Insert missing TLB flush on GFX10 and later | Jonathan Gray |
2023-10-09 | drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 | Jonathan Gray |
2023-10-09 | i915/pmu: Move execlist stats initialization to execlist specific setup | Jonathan Gray |
2023-10-09 | add SZ_4G for 6.1.56 drm | Jonathan Gray |
2023-10-09 | use shifts for size defines | Jonathan Gray |
2023-10-08 | clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c | Scott Soule Cheloha |
2023-10-08 | move release a earlier. when we wait for security fixes from one piece | Theo de Raadt |
2023-10-08 | subclass system libraries so we can give better diagnostic eventually | Marc Espie |
2023-10-08 | oops, those eval need to be STRINGS, otherwise the whole definition stuff | Marc Espie |
2023-10-08 | Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". | Kenji Aoyama |
2023-10-08 | add another two regression testing parts. Use a simple framework that | Marc Espie |
2023-10-08 | wrong prototype, it's called as an OO method | Marc Espie |
2023-10-08 | Revert commitid: KtmyJEoS0WWxmlZ5 | Claudio Jeker |
2023-10-08 | plain forgot to save the values for regression testing | Marc Espie |
2023-10-07 | Include .EX/.EE in the MACRO OVERVIEW and improve its description. | Ingo Schwarze |
2023-10-07 | Simplify the display() function by getting rid of a useless buffer | Ingo Schwarze |
2023-10-07 | Retry on empty passphrase | Klemens Nanni |
2023-10-07 | Improve horizontal alignment in long format when printing minor | Ingo Schwarze |
2023-10-07 | with firmware known, recognize that we couldn't find any update at all | Marc Espie |
2023-10-07 | track firmware separately, since those will appear as uptodate for us | Marc Espie |
2023-10-07 | use more specific regression testing knob | Marc Espie |
2023-10-06 | Correctly reset the goto table for a state. | Todd C. Miller |
2023-10-06 | Update 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-06 | Rename 'ifaceidx' variables and parameters to 'ifaceno'. More | Kenneth R Westerback |
2023-10-06 | Ignore thermal dual-chain requests from iwx(4) firmware. | Stefan Sperling |
2023-10-06 | be more explicit about the usage pattern of register-plist and the variables | Marc Espie |
2023-10-06 | rename pass{word -> file} variable | Klemens Nanni |
2023-10-06 | clean up old 6.7 softraid migration code | Klemens Nanni |
2023-10-06 | In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident | Claudio Jeker |
2023-10-06 | prepare for adding a value for REGRESSION_TESTING, so that I can test | Marc Espie |
2023-10-06 | add -v to usage(); | Jason McIntyre |
2023-10-06 | typo in error message | Damien Miller |
2023-10-06 | Perform the softhsm2 setup as discrete steps rather than as a long | Damien Miller |
2023-10-05 | Do log output to stderr while running dhcpd(8) in foreground to make | Vitaliy Makkoveev |