summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-27Make brk() and sbrk() weak again to fix build with clang 13.Visa Hankala
2021-11-27Adjust wait channel name and re-enable test.Visa Hankala
2021-11-27Fix timeouts in poll/select regress testsVisa Hankala
2021-11-27Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglectedIngo Schwarze
2021-11-27Let iwm(4) use per-Tx-queue interface timers to ensure that the interfaceStefan Sperling
2021-11-27whitespac eDamien Miller
2021-11-27regression test for match-principals. Mostly by Fabian StelzerDamien Miller
2021-11-27Add ssh-keygen -Y match-principals operation to perform matching ofDamien Miller
2021-11-27free() with nullptr is OK, but not if the size is unitialized, and theTheo de Raadt
2021-11-27drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...Jonathan Gray
2021-11-27drm/i915/dp: Ensure sink rate values are always validJonathan Gray
2021-11-27drm/amd/display: Update swizzle mode enumsJonathan Gray
2021-11-27stop building kernels with -Wno-uninitialized on clang archsJonathan Gray
2021-11-26Put a mutex assert locked into puttdb_locked().Alexander Bluhm
2021-11-26make the bn/mont test compile with opaque DH.Theo Buehler
2021-11-26Stop reaching into EVP_PKEY in the rest of libssl.Theo Buehler
2021-11-26Simplify two weirdly formatted pieces of code in ssl_rsa.c and stopTheo Buehler
2021-11-26openssl(1): drop support for netscape certificates and server gated keys.Theo Buehler
2021-11-26A peer sends both his local id and remote id he expects us to be. So far wePatrick Wildt
2021-11-26Replace TDBF_DELETED flag with check if tdb was already unlinked.Tobias Heider
2021-11-26The IORT table usually only contains single mappings. While on the LX2K therePatrick Wildt
2021-11-26avoid clang -Wsometimes-uninitialized warning when DDB is not definedJonathan Gray
2021-11-26avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is notJonathan Gray
2021-11-26Fix ikev2_child_sa_rekey() warnings. The SPI can't be printed without aTobias Heider
2021-11-26spellingJonathan Gray
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,Ingo Schwarze
2021-11-26Bugfix in X509_get_pubkey_parameters(3):Ingo Schwarze
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)Ingo Schwarze
2021-11-26use the keywords instead of vague english so that it's indexed better byMarc Espie
2021-11-26document annotation interactions with pkg_mklocatedbMarc Espie
2021-11-26Add interfaces to enable all power domains for a node.Mark Kettenis
2021-11-26Mark exit1() and sigexit() as non-returningVisa Hankala
2021-11-26followng -> followingJonathan Gray
2021-11-26definiton -> definitionJonathan Gray
2021-11-26Transmiter -> TransmitterJonathan Gray
2021-11-26addresss -> addressJonathan Gray
2021-11-26remaing -> remainingJonathan Gray
2021-11-25move label to fix RAMDISKTheo de Raadt
2021-11-25debug("func: ...") -> debug_f("...")Damien Miller
2021-11-25LibreSSL error message has changed again, make test more tolerant.Alexander Bluhm
2021-11-25revert recent change, breakage reported by dv@Anton Lindqvist
2021-11-25Remove unused variable fd.Tobias Heider
2021-11-25Silence unitialized variable warnings.Tobias Heider
2021-11-25forgot the case about find... oopsMarc Espie
2021-11-25We know how to print a size_t now. Drop a comment and a cast.Theo Buehler
2021-11-25Rework this test to compile with opaque RSATheo Buehler
2021-11-25Honour /usr/mdec/mbr or -f partition 0 information even outsideKenneth R Westerback
2021-11-25Initialize the repo_timeout to timeout / 4 at start of main().Claudio Jeker
2021-11-25Prepare iwx(4) for using new firmware (API version -67) in the future.Stefan Sperling
2021-11-25Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th ofJob Snijders