summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-10-02Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9).Martin Pieuchot
2024-10-02No need to check as->established before calling pfkey_remove().Claudio Jeker
2024-10-02Adding pkg_add from stdin hasn't worked in ages. It was somethingTheo Buehler
2024-10-02Report shifted keys like S-A as A not as S-A in mode 1 extended keys,Nicholas Marriott
2024-10-01Extend Log->system to support the same features as BaseState->systemTheo Buehler
2024-10-01Use auth_conf.method instead of auth_state.method. The latter is always 0.Claudio Jeker
2024-10-01Explicitly set peer.auth_conf.method, the auth_state value is neverClaudio Jeker
2024-10-01In merge_peers also copy over the auth_conf from the new peer to the oldClaudio Jeker
2024-10-01Fix typo in commentClaudio Jeker
2024-10-01Adjust to the pfkey changes in bgpd.Claudio Jeker
2024-10-01Rework the pfkey and tcp md5 API to not depend on struct peer.Claudio Jeker
2024-10-01Add a way to make the preview larger in tree mode, GitHub issue 4124.Nicholas Marriott
2024-10-01Make it more obvious which ruadd argument is the source and which one isClaudio Jeker
2024-10-01Adjust ptrace interface to properly suport single threaded continue.Claudio Jeker
2024-10-01Use global cursor style and colour options for modes instead of default,Nicholas Marriott
2024-10-01remove unused variableJonathan Gray
2024-10-01drm: Expand max DRM device number to full MINORBITSJonathan Gray
2024-10-01accel: Use XArray instead of IDR for minorsJonathan Gray
2024-10-01drm: Use XArray instead of IDR for minorsJonathan Gray
2024-10-01add DEFINE_XARRAY_ALLOC for 6.6.53 drmJonathan Gray
2024-10-01add MINORBITS for 6.6.53 drmJonathan Gray
2024-10-01add ACCEL_MAX_MINORS for 6.6.53 drmJonathan Gray
2024-10-01Change pasting to bypass the output key processing entirely and writeNicholas Marriott
2024-09-30change release dateTheo de Raadt
2024-09-30Improve some currently impossible error path in log_ext_subtype().Claudio Jeker
2024-09-30Use ps_ppid instead of ps_pptr->ps_pid in all places.Claudio Jeker
2024-09-30handle non xa_limit_32b ranges in xarrayJonathan Gray
2024-09-30store xarray flags for XA_FLAGS_ALLOC1 test in allocJonathan Gray
2024-09-30Remove code after exit1() and NOTREACHED comment. Nothing will ever get there.Claudio Jeker
2024-09-30In bgpd_rtr_connect() do the setsockopt dance for IP_TOS and TCP_NODELAYClaudio Jeker
2024-09-30On some Windows terminals, if TIOCWINSZ does not return xpixel andNicholas Marriott
2024-09-30Return the number of freed pages and handle SHRINK_STOP in drmbackoff().Martin Pieuchot
2024-09-30Only use default-shell for popups, return to /bin/sh for run-shell,Nicholas Marriott
2024-09-30init xarray pool in drm_linux_init(), needed for static initialisationJonathan Gray
2024-09-30remove WSDISPLAYIO_OGINFO compat ioctl, planned for after 7.3Jonathan Gray
2024-09-29Fix grey colour, from Magnus Gross.Nicholas Marriott
2024-09-29add some commas, to aid readability;Jason McIntyre
2024-09-29sync synopsis and usage, sort commands, fix their spacingKlemens Nanni
2024-09-29remove unused cruft; ok kettenis@Jonathan Gray
2024-09-29fix HWCAP_ASIMDHP test; ok kettenis@Jonathan Gray
2024-09-29correct a prototypeJonathan Gray
2024-09-28catch up with the u-boot-aarch64 package split in install docs. changingStuart Henderson
2024-09-27rsync: make blkhash_free() callable with NULL.Theo Buehler
2024-09-27rsync: avoid reallocarray() with a nmemb of 0.Theo Buehler