summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-11Fix most of the clienttest. With this only test cases 9 and 13 fail.Theo Buehler
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.Nicholas Marriott
2023-07-11Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lockClaudio Jeker
2023-07-11Trim leading whitespace from find(1) output, missed in previous.Anton Lindqvist
2023-07-10Allow unveiled programs to dump core (in the default, classic, into . way)Theo de Raadt
2023-07-10Add test case for negative number with highest bit of top octet setTheo Buehler
2023-07-10ix(4): allocate less memory for tx buffersJan Klemkow
2023-07-10Rename EC_KEY from r to key like in the rest of the fileTheo Buehler
2023-07-10The rsync tests are unstable since the directory listing includes theAnton Lindqvist
2023-07-10Infer the timeout from the environment, with sane defaults. ShouldAnton Lindqvist
2023-07-10Improve err/warn messages:Anton Lindqvist
2023-07-10Don't open files that will be skippedJeremy Evans
2023-07-10The changes to the register layout affect the interrupt status/ack registersPatrick Wildt
2023-07-10Update outdated commentJob Snijders
2023-07-10It should no longer be necessary to ignore SIGCHLD because it is nowNicholas Marriott
2023-07-10Loop around waitpid in client, from Azat Khuzhin.Nicholas Marriott
2023-07-10finish v5.36, UList was a bit more workMarc Espie
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger inNicholas Marriott
2023-07-10misplaced debug messageDamien Miller
2023-07-10Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORSPhilip Guenther
2023-07-10Add PS_NOBTCFI, a per-process flag indicating that Branch TargetPhilip Guenther
2023-07-10Pull BIGNUM constants out of get_* function bodiesTheo Buehler
2023-07-10BIO_indent: use %*s rather than puts in a loopTheo Buehler
2023-07-10bn_print: string.h is no longer neededTheo Buehler
2023-07-10syncTheo de Raadt
2023-07-09Call closefrom after removing signals because newer libevent doesn'tNicholas Marriott
2023-07-09Fix ndef_{prefix,suffix}()Theo Buehler
2023-07-09It turns out that there are seperate pins for the PCIe Gen 2 and 3, whichPatrick Wildt
2023-07-09Fix route entry leak.Alexander Bluhm
2023-07-09Reimplement BN_print() and BN_print_fp()Theo Buehler
2023-07-09Simplify bn_print()Theo Buehler
2023-07-09Refactor BN_bn2hex()Theo Buehler
2023-07-09Add some more RK3588 PCIe clocks and resets.Patrick Wildt
2023-07-09Some Perl tests set owner, permissions, access time, and modificationAlexander Bluhm
2023-07-09Add mute control. This makes the mute button on laptops that use sncodec(4)Mark Kettenis
2023-07-09Provide optimised bn_subw() for riscv64.Joel Sing
2023-07-09Provide optimised bn_addw() for riscv64.Joel Sing
2023-07-09Allocate enough memory to pervent SIGSEGV or SIGABRT due to writeAlexander Bluhm
2023-07-09sync perl 5.36.1Alexander Bluhm
2023-07-09regenTobias Heider
2023-07-09Add suspend key support in wskbd and make it work on Apple ARM laptops.Tobias Heider
2023-07-09Add Xr to EVP_MD_meth_new to top level libraryTheo Buehler
2023-07-09Fix OpenBSD releaseTheo Buehler
2023-07-09syncTheo Buehler
2023-07-09ASN1_bn_print() will be removed soon. Remove docs.Theo Buehler
2023-07-09correct spellingJonathan Gray
2023-07-08max_processes -> max_jobs in usage();Jason McIntyre
2023-07-08fix comment to unbreak things that care about warningsBob Beck
2023-07-08syncTheo Buehler
2023-07-08link EVP_MD_meth_new.3 to buildTheo Buehler