summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-26Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.Joel Sing
2022-03-26Provide asn1_get_primitive()Joel Sing
2022-03-26grow i386 mediaTheo de Raadt
2022-03-26Enable mtw(4) on i386, macppc, and arm64.Stefan Sperling
2022-03-26typo: currents -> currentTheo Buehler
2022-03-26Expand tx dma maps to allow packets up to the MTU limit to be transmitted.Jonathan Matthew
2022-03-25use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64Robert Nagy
2022-03-25add an exception to the CPU_ID_AA64ISAR0 in pledged applications so thatRobert Nagy
2022-03-25Savecore uses its own private copy of compress, so it shouldTheo Buehler
2022-03-25Implement reboot/powerdown support based on nvmem cells. This works onMark Kettenis
2022-03-25Implement support for the "bits" property for nvmem cells.Mark Kettenis
2022-03-25Now that syslogd(8) supports SSL shutdown when the TLS connectionAlexander Bluhm
2022-03-25Build Perl module Compress::Raw::Zlib with zlib from /usr/lib/libz.soAlexander Bluhm
2022-03-25Sync with userland libz (memory-corruption + followup).Theo Buehler
2022-03-25Improve error checking in deflatePrime()Theo Buehler
2022-03-25Fix memory corruption bug in zlibTheo Buehler
2022-03-25Implement most of the CMS related checks required by RFC 6488 section 3Claudio Jeker
2022-03-25Fix exit message if creating socket fails.Nicholas Marriott
2022-03-25Sync zlib with userlandTheo Buehler
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2022-03-24Link libz into regress build.Alexander Bluhm
2022-03-24Backport zlib fix for the multi line CLEAR_HASH macro. There isAlexander Bluhm
2022-03-24The installer no longer runs dhclient(8).Kenneth R Westerback
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-03-24Add $OpenBSD$ tag and declare that this file is in the public domain.Mark Kettenis
2022-03-24Adjust the signer test to link statically and work with hidden tls_signerTheo Buehler
2022-03-24syncTheo Buehler
2022-03-24Crank major after symbol removal.Theo Buehler
2022-03-24Hide the tls_signer from public visibility. It's not ready yet andTheo Buehler
2022-03-24whitespace niggle noticed during reviewTheo de Raadt
2022-03-24Check function return valueKinichiro Inoguchi
2022-03-24Compare pointer value with NULLKinichiro Inoguchi
2022-03-24Add unit (milliseconds) to escape-time, show unset colours as "none"Nicholas Marriott
2022-03-24Wrap long linesKinichiro Inoguchi
2022-03-24Remove space between asterisk and variable nameKinichiro Inoguchi
2022-03-24Convert openssl(1) ts option handlingKinichiro Inoguchi
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setNicholas Marriott
2022-03-24Plus a small leak found by jmatthew; ok millert@Otto Moerbeek
2022-03-24Revert previous. Breaks probing native IDE devices.Kenneth R Westerback
2022-03-23Trapping a riscv illegal instruction shouldn't print a console messageJeremie Courreges-Anglas
2022-03-23Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) suchMark Kettenis
2022-03-23Do not forget to install ar.1; ok robertTheo de Raadt
2022-03-23Add subdir gnu/lib to regress.Alexander Bluhm
2022-03-23Simplify logic for skipping libexecinfo unwind test. It works onAlexander Bluhm
2022-03-23Ensure that pf regress anchor exists before clearing it.Alexander Bluhm
2022-03-23Use goto fail consistently to leave the giant switch in pfioctl().Alexander Bluhm
2022-03-23Move global variable ripsrc onto stack, it is only used once withinAlexander Bluhm
2022-03-23Rate limit router advertisements according to RFC 4861 6.2.6. InFlorian Obser
2022-03-23openssl cms: avoid NULL derefs on option parsingTheo Buehler
2022-03-23Start disentangling armv7 and aarch64 codeTheo Buehler