summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-03Replace perl's use of syscall(2) with a dispatcher to libcAndrew Fresh
2023-09-03Zero initialize Perl AV elements after unshift and resize.Alexander Bluhm
2023-09-03Adapt tlb flush calls following arm64/pmap.cJeremie Courreges-Anglas
2023-09-03Inline PTED_* functions and actually use PTED_WIRED()Jeremie Courreges-Anglas
2023-09-03pmap_page_protect() should not unmap pages after making them readonly.Jeremie Courreges-Anglas
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-09-02btrace(8): allow empty statements in probes.Dave Voutila
2023-09-02Make sure cert_type is not 0 to prevent leak of certid->id_buf.Tobias Heider
2023-09-02Remove unneccessary id == NULL check after dereferencing it. id can neverTobias Heider
2023-09-02document ALL_DISTFILES and ALL_PATCHFILESMarc Espie
2023-09-02btrace(8): fix probe builtin in BEGIN/END.Dave Voutila
2023-09-02Fix comment about skipped interfacesKlemens Nanni
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-09-02Use a hardware based number of KDF rounds by default for passphrasesKlemens Nanni
2023-09-02Avoid trying to remove keys if the station is not active in iwm firmware.Stefan Sperling
2023-09-02Make iwm(4) not crash when aircrack-ng attempts to inject frames viaStefan Sperling
2023-09-02Set visited flag on last windows when linking session.Nicholas Marriott
2023-09-02Zap anon pages mappings in uvm_anon_release() instead of in the fault handler.Martin Pieuchot
2023-09-02whitespaceTheo Buehler
2023-09-02Align EVP_PKEY_get1_RSA() with EVP_PKEY_get0_RSA()Theo Buehler
2023-09-01Implement drive strength tweaking for the YT8531. Needed on the v1.3bMark Kettenis
2023-09-01Call rtm_send() with netlock held to protect dereference of sockaddrVitaliy Makkoveev
2023-09-01vmd(8): ignore masks on asserts, use synchronous deasserts.Dave Voutila
2023-09-01Only compare the actual size of the UTF-8 character, not all of it.Nicholas Marriott
2023-09-01Many improvements, almost amounting to a partial rewrite:Ingo Schwarze
2023-09-01Fix EVP_PKEY_get0_RSA() for RSA-PSSTheo Buehler
2023-09-01Add missing -T to getopt string.Nicholas Marriott
2023-09-01Update with pin definitions from Linux 6.4.Mark Kettenis
2023-09-01Clear combine flag when a non-UTF-8 set of characters is encountered.Nicholas Marriott
2023-09-01Rewrite combined character handling to be more consistent and to supportNicholas Marriott
2023-09-01Expand name before looking for window with -S, GitHub issue 3670.Nicholas Marriott
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.Nicholas Marriott
2023-09-01fix an obvious typo in the OBJ_NAME_add(3) prototypeIngo Schwarze
2023-08-31Add spaces for failure statusAndrew Fresh
2023-08-31sched_cpu_init: remove unnecessary NULL-checks for clockintr pointersScott Soule Cheloha
2023-08-31Exit fw_update(8) lock_db subprocess when parent exitsAndrew Fresh
2023-08-31Improve feedback from fw_update(8)Andrew Fresh
2023-08-31syncTheo Buehler
2023-08-31Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),Ingo Schwarze
2023-08-31reuse the code to exec command for VAR != cmd *and* normal target processingMarc Espie
2023-08-31drm/display/dp: Fix the DP DSC Receiver cap sizeJonathan Gray
2023-08-31drm/i915/dgfx: Enable d3cold at s2idleJonathan Gray
2023-08-31drm/i915/gt: Support aux invalidation on all enginesJonathan Gray
2023-08-31drm/i915/gt: Poll aux invalidation register bit on invalidationJonathan Gray
2023-08-31drm/i915/gt: Ensure memory quiesced before invalidationJonathan Gray
2023-08-31drm/i915: Add the gen12_needs_ccs_aux_inv helperJonathan Gray
2023-08-31drm/aperture: Remove primary argumentJonathan Gray
2023-08-30On JH7110, configure the tx clock according to the selected speed ifMark Kettenis
2023-08-30Implement a few more clocks related to the GMAC.Mark Kettenis
2023-08-30cover failure on insecure passfilesKlemens Nanni