summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-27rsync: fix reallocarray() usage in blkhash_set()Theo Buehler
2024-09-27rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free()Theo Buehler
2024-09-27rpki-client: check for getline error when reading the skiplist fileTheo Buehler
2024-09-27test some more Match syntax, including criteria=arg and negationsDamien Miller
2024-09-27Previous pipex.c,v 1.155 was broken if the client was not behind a NAT.YASUOKA Masahiko
2024-09-26fix previous change to ssh_config Match, which broken on negatedDamien Miller
2024-09-26Fix amd64/GENERIC not linking due to missing pmap_shootept symbol.Dave Voutila
2024-09-26Add an ipi for executing INVEPT to flush EPT on remote cpus.Dave Voutila
2024-09-26remove unneeded psl.h includeJonathan Gray
2024-09-26Remove debug leftover. There is no need to run tcpdump anymore.Claudio Jeker
2024-09-26document that there are nvme sensors available and nudge the reader to sysctl;Jason McIntyre
2024-09-26remove unneeded includes; ok dv@ mlarkin@Jonathan Gray
2024-09-25remove some unused defines; ok djm@Jonathan Gray