summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-09-25Correct an indexing error that may leave stale data in the mousecfg buffer.Ulf Brosziewski
2024-09-25Do not crash in witness code if interrupt fires early.Alexander Bluhm
2024-09-25Improve description of -f.Florian Obser
2024-09-25Extend maxattr test to also include IPv6 and with that test for theClaudio Jeker
2024-09-25correct macro for -R entry;Jason McIntyre
2024-09-25When generating UPDATE handle the message size limit better.Claudio Jeker
2024-09-25Add a maxattr regress test that causes the rdomain1 bgpd instance to tripClaudio Jeker
2024-09-25sysupgrade: add -R #.# to try to use a specific release version ratherStuart Henderson
2024-09-25remove some unneeded Xo/Xc calls; from evan silbermanJason McIntyre
2024-09-25document why sys/param.h is usedTheo de Raadt
2024-09-25fix regression introduced when I switched the "Match" criteria tokeniserDamien Miller
2024-09-24- VM(s) -> VMsJason McIntyre
2024-09-24vmd(8) manpage change for shutdown behaviourMike Larkin
2024-09-24backout scanner.l strtonum commits; they restrict numbers to INT_MAX,Stuart Henderson
2024-09-24Fix sleeping race during malloc in sysctl hw.disknames.Alexander Bluhm
2024-09-24Remove -r toggle and generally be less smart.Florian Obser
2024-09-24some extra paranoia, reminded by jsg@Damien Miller
2024-09-24___linux__ -> __linux__Jonathan Gray
2024-09-24for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0Theo de Raadt