summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-06Try to stay near the same line in modes if the current one is removed.Nicholas Marriott
2024-10-06remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cdJonathan Gray
2024-10-06remove unused sched_cost_load variableJonathan Gray
2024-10-06remove unused wi_usb_cd, wi at usb uses wi_cdJonathan Gray
2024-10-06remove unused atw_beacon_len_adjust variableJonathan Gray
2024-10-06Seperate -> SeparateJonathan Gray
2024-10-05Make scaling available for normal mice, too; not just for touchpads.Christopher Zimmermann
2024-10-05Send focus events to pane when entering or leaving popup, GitHub issueNicholas Marriott
2024-10-05remove unneeded includesJonathan Gray
2024-10-05error on long locator lines, don't overflow buffersJonathan Gray
2024-10-05Remove some debugging left behind.Nicholas Marriott
2024-10-05Add copy-mode-position-format to configure the position indicator.Nicholas Marriott
2024-10-04Document missing window-layout-changed hook.Nicholas Marriott
2024-10-04Allow boot loader to run as AMD SEV guest on QEMU with EFI.Alexander Bluhm
2024-10-04Allow kernel boot on QEMU with AMD SEV.Alexander Bluhm
2024-10-04Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.Nicholas Marriott
2024-10-04Remove unused SIGEMT.Miod Vallat
2024-10-04Increase psp(4) timeouts.Alexander Bluhm
2024-10-04Do not translate BSpace as Unicode, GitHub issue 4156.Nicholas Marriott
2024-10-04Remove two MHI LOOPBACK channels, there's no need to match them.Kevin Lo
2024-10-04Rework of copy mode commands ("send-keys -X") to parse the arguments soNicholas Marriott
2024-10-04As with other multiqueue drivers, print the number of queues we set upJonathan Matthew
2024-10-04Expose {T,R}X desc trail and add link_enabled field to prepare VFYASUOKA Masahiko
2024-10-03In rucheck() sum up the tusage from all threads to get the real currentClaudio Jeker
2024-10-03Fix the clock_gettime() handler for pthread_getcpuclockid() toClaudio Jeker
2024-10-03vio: Increase rx mbuf size with lroStefan Fritsch
2024-10-03Remove the unused field_mod_func from EC_GROUPTheo Buehler
2024-10-03Improve fix for shifted keys so it works for all the keys it should,Nicholas Marriott
2024-10-03Make EC{,PK}PARAMETERS_it staticTheo Buehler
2024-10-03We've left release mode. Time to re-enable POOL_DEBUGTheo Buehler
2024-10-03Fix ASN1_INTEGER_to_BN() misuseTheo Buehler
2024-10-03Switch field_bits to be an intTheo Buehler
2024-10-03Fix BN_to_ASN1_INTEGER() misuseTheo Buehler
2024-10-03Provide OPENSSL_INIT_NO_ATEXIT noopTheo Buehler
2024-10-03X509V3_EXT_get_nid.3: indicate what nid meansTheo Buehler
2024-10-02Improve the heuristic for detecting i2c devices. On the x1e some of theMark Kettenis
2024-10-02amd64: implement a pmap_shootept() for non-MP kernels.Dave Voutila
2024-10-02Update to 2024bgtz from https://github.com/JodaOrg/global-tzTodd C. Miller
2024-10-02Move some PCI MMIO defines from vmm(4) kernel headers to userland.Dave Voutila
2024-10-02Reorder functions.Joel Sing
2024-10-02Remove err_fns and associated machinery.Joel Sing
2024-10-02Hook up the err regress.Joel Sing
2024-10-02Add initial regress for the error stack and ERR_* APIs.Joel Sing
2024-10-02Enable additional CRYPTO_get_ex_new_index() tests.Joel Sing
2024-10-02On i386 long double is 80bit expanded to 96bits or 12 bytes. This is theClaudio Jeker
2024-10-02Add MSYSTEM to default update-environment.Nicholas Marriott
2024-10-02Add a define for the socket permissions check so it can be overriddenNicholas Marriott
2024-10-02Modify uvmpd_scan_inactive() to access `uvmexp.pdfreed' only once.Martin Pieuchot
2024-10-02Improve responsiveness in OOM situations & make free target checks coherent.Martin Pieuchot
2024-10-02Return number of freed pages in uvm_pmr_cache_drain().Martin Pieuchot