Age | Commit message (Expand) | Author |
2024-10-02 | On i386 long double is 80bit expanded to 96bits or 12 bytes. This is the | Claudio Jeker |
2024-10-02 | Add MSYSTEM to default update-environment. | Nicholas Marriott |
2024-10-02 | Add a define for the socket permissions check so it can be overridden | Nicholas Marriott |
2024-10-02 | Modify uvmpd_scan_inactive() to access `uvmexp.pdfreed' only once. | Martin Pieuchot |
2024-10-02 | Improve responsiveness in OOM situations & make free target checks coherent. | Martin Pieuchot |
2024-10-02 | Return number of freed pages in uvm_pmr_cache_drain(). | Martin Pieuchot |
2024-10-02 | Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9). | Martin Pieuchot |
2024-10-02 | No need to check as->established before calling pfkey_remove(). | Claudio Jeker |
2024-10-02 | Adding pkg_add from stdin hasn't worked in ages. It was something | Theo Buehler |
2024-10-02 | Report shifted keys like S-A as A not as S-A in mode 1 extended keys, | Nicholas Marriott |
2024-10-01 | Extend Log->system to support the same features as BaseState->system | Theo Buehler |
2024-10-01 | Use auth_conf.method instead of auth_state.method. The latter is always 0. | Claudio Jeker |
2024-10-01 | Explicitly set peer.auth_conf.method, the auth_state value is never | Claudio Jeker |
2024-10-01 | In merge_peers also copy over the auth_conf from the new peer to the old | Claudio Jeker |
2024-10-01 | Fix typo in comment | Claudio Jeker |
2024-10-01 | Adjust to the pfkey changes in bgpd. | Claudio Jeker |
2024-10-01 | Rework the pfkey and tcp md5 API to not depend on struct peer. | Claudio Jeker |
2024-10-01 | Add a way to make the preview larger in tree mode, GitHub issue 4124. | Nicholas Marriott |
2024-10-01 | Make it more obvious which ruadd argument is the source and which one is | Claudio Jeker |
2024-10-01 | Adjust ptrace interface to properly suport single threaded continue. | Claudio Jeker |
2024-10-01 | Use global cursor style and colour options for modes instead of default, | Nicholas Marriott |
2024-10-01 | remove unused variable | Jonathan Gray |
2024-10-01 | drm: Expand max DRM device number to full MINORBITS | Jonathan Gray |
2024-10-01 | accel: Use XArray instead of IDR for minors | Jonathan Gray |
2024-10-01 | drm: Use XArray instead of IDR for minors | Jonathan Gray |
2024-10-01 | add DEFINE_XARRAY_ALLOC for 6.6.53 drm | Jonathan Gray |
2024-10-01 | add MINORBITS for 6.6.53 drm | Jonathan Gray |
2024-10-01 | add ACCEL_MAX_MINORS for 6.6.53 drm | Jonathan Gray |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2024-09-30 | change release date | Theo de Raadt |
2024-09-30 | Improve some currently impossible error path in log_ext_subtype(). | Claudio Jeker |
2024-09-30 | Use ps_ppid instead of ps_pptr->ps_pid in all places. | Claudio Jeker |
2024-09-30 | handle non xa_limit_32b ranges in xarray | Jonathan Gray |
2024-09-30 | store xarray flags for XA_FLAGS_ALLOC1 test in alloc | Jonathan Gray |
2024-09-30 | Remove code after exit1() and NOTREACHED comment. Nothing will ever get there. | Claudio Jeker |
2024-09-30 | In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAY | Claudio Jeker |
2024-09-30 | On some Windows terminals, if TIOCWINSZ does not return xpixel and | Nicholas Marriott |
2024-09-30 | Return the number of freed pages and handle SHRINK_STOP in drmbackoff(). | Martin Pieuchot |
2024-09-30 | Only use default-shell for popups, return to /bin/sh for run-shell, | Nicholas Marriott |
2024-09-30 | init xarray pool in drm_linux_init(), needed for static initialisation | Jonathan Gray |
2024-09-30 | remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3 | Jonathan Gray |
2024-09-29 | Fix grey colour, from Magnus Gross. | Nicholas Marriott |
2024-09-29 | add some commas, to aid readability; | Jason McIntyre |
2024-09-29 | sync synopsis and usage, sort commands, fix their spacing | Klemens Nanni |
2024-09-29 | remove unused cruft; ok kettenis@ | Jonathan Gray |
2024-09-29 | fix HWCAP_ASIMDHP test; ok kettenis@ | Jonathan Gray |
2024-09-29 | correct a prototype | Jonathan Gray |
2024-09-28 | catch up with the u-boot-aarch64 package split in install docs. changing | Stuart Henderson |
2024-09-27 | rsync: make blkhash_free() callable with NULL. | Theo Buehler |
2024-09-27 | rsync: avoid reallocarray() with a nmemb of 0. | Theo Buehler |