Age | Commit message (Expand) | Author |
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 |
2024-09-27 | rsync: fix reallocarray() usage in blkhash_set() | Theo Buehler |
2024-09-27 | rpki-client: free deltas in rrdp_session_parse() as in rrdp_repo_free() | Theo Buehler |
2024-09-27 | rpki-client: check for getline error when reading the skiplist file | Theo Buehler |
2024-09-27 | test some more Match syntax, including criteria=arg and negations | Damien Miller |
2024-09-27 | Previous pipex.c,v 1.155 was broken if the client was not behind a NAT. | YASUOKA Masahiko |
2024-09-26 | fix previous change to ssh_config Match, which broken on negated | Damien Miller |
2024-09-26 | Fix amd64/GENERIC not linking due to missing pmap_shootept symbol. | Dave Voutila |
2024-09-26 | Add an ipi for executing INVEPT to flush EPT on remote cpus. | Dave Voutila |
2024-09-26 | remove unneeded psl.h include | Jonathan Gray |
2024-09-26 | Remove debug leftover. There is no need to run tcpdump anymore. | Claudio Jeker |
2024-09-26 | document that there are nvme sensors available and nudge the reader to sysctl; | Jason McIntyre |
2024-09-26 | remove unneeded includes; ok dv@ mlarkin@ | Jonathan Gray |
2024-09-25 | remove some unused defines; ok djm@ | Jonathan Gray |
2024-09-25 | Correct an indexing error that may leave stale data in the mousecfg buffer. | Ulf Brosziewski |
2024-09-25 | Do not crash in witness code if interrupt fires early. | Alexander Bluhm |
2024-09-25 | Improve description of -f. | Florian Obser |
2024-09-25 | Extend maxattr test to also include IPv6 and with that test for the | Claudio Jeker |
2024-09-25 | correct macro for -R entry; | Jason McIntyre |
2024-09-25 | When generating UPDATE handle the message size limit better. | Claudio Jeker |
2024-09-25 | Add a maxattr regress test that causes the rdomain1 bgpd instance to trip | Claudio Jeker |
2024-09-25 | sysupgrade: add -R #.# to try to use a specific release version rather | Stuart Henderson |
2024-09-25 | remove some unneeded Xo/Xc calls; from evan silberman | Jason McIntyre |
2024-09-25 | document why sys/param.h is used | Theo de Raadt |
2024-09-25 | fix regression introduced when I switched the "Match" criteria tokeniser | Damien Miller |
2024-09-24 | - VM(s) -> VMs | Jason McIntyre |
2024-09-24 | vmd(8) manpage change for shutdown behaviour | Mike Larkin |
2024-09-24 | backout scanner.l strtonum commits; they restrict numbers to INT_MAX, | Stuart Henderson |
2024-09-24 | Fix sleeping race during malloc in sysctl hw.disknames. | Alexander Bluhm |
2024-09-24 | Remove -r toggle and generally be less smart. | Florian Obser |
2024-09-24 | some extra paranoia, reminded by jsg@ | Damien Miller |
2024-09-24 | ___linux__ -> __linux__ | Jonathan Gray |
2024-09-24 | for sysctl on arm64, handle CPU_ID_AA64ISAR1 same as CPU_ID_AA64ISAR0 | Theo de Raadt |