summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-25document BN_asc2bn(3);Ingo Schwarze
2017-01-25Fix build on mips64.Visa Hankala
2017-01-25Add xterm+edit to tmux so that we get the old Home and End sequencesNicholas Marriott
2017-01-25Revert previous for now, it will break TERM=screen.Nicholas Marriott
2017-01-25If xterm-keys is on, use xterm(1) style keys for Home and End as well asNicholas Marriott
2017-01-25off-by-one, leading to segfaults. Trivial fix.Marc Espie
2017-01-25if the fs got badly damaged, display a decent error message instead ofMarc Espie
2017-01-25In some cases, pkg_info -e spec would display the spec instead of theMarc Espie
2017-01-25some run environnement do not properly reset signals (e.g., python) andMarc Espie
2017-01-25remove __BEGIN_DECLS and __END_DECLS from http.hKinichiro Inoguchi
2017-01-25bring changes from acme-client over here.Sebastian Benoit
2017-01-25Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7Mark Kettenis
2017-01-25Update ssl versions regress to handle min/max configured versions andJoel Sing
2017-01-25Limit enabled version range by the versions configured on the SSL_CTX/SSL,Joel Sing
2017-01-25__errno() returns a 32-bit pointer, so make sure we write a 32-bitPatrick Wildt
2017-01-25Add start of a regress for cert gen and validation. not clean, won'tBob Beck
2017-01-25Setjmp and longjmp save/restore 13 registers in a label_t struct,Patrick Wildt
2017-01-25Setjmp should return zero, while longjmp should return nonzero inPatrick Wildt
2017-01-25enable plrtc(4) and psci(4)Jonathan Gray
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-25Add assembly helpers for calling the hypervisor and secure monitor.Patrick Wildt
2017-01-25Clear the reference of the original mbuf chain after m_split()'ingMartin Pieuchot
2017-01-25In amsdu_decap() check the actual length of the data in the remaining mbufStefan Sperling
2017-01-25Stub out aarch64 support and avoid building gas and ld on this architecture.Mark Kettenis
2017-01-25tedu some code that has not been executed since time_t became 64 bitsTom Cosgrove
2017-01-25Allocate and connect sockets first, then upon success create fileTheo de Raadt
2017-01-25deSCARGize sys_ptrace()Philip Guenther
2017-01-25Descend into the arch specific subdirectory for every arch onPatrick Wildt
2017-01-25+arm64;Jason McIntyre
2017-01-25cetificate -> certificate;Jason McIntyre
2017-01-25link in rsa testBob Beck
2017-01-25Add rsa test from openssl, since it has a license nowBob Beck
2017-01-25Change the SSL_IS_DTLS() macro to check the version, rather than using aJoel Sing
2017-01-25Enable the NET_LOCK(), take 2.Martin Pieuchot
2017-01-25Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedBob Beck
2017-01-25Provide ssl3_packet_read() and ssl3_packet_extend() functions that improveJoel Sing
2017-01-25add "arm64" as a valid .Dt arch argument;Ingo Schwarze
2017-01-25Silence warnings caused by LLVM upgrade.Patrick Wildt
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
2017-01-25+arm64Patrick Wildt
2017-01-25Hopefully the last of the struct rib rototilling. Peer just points to aClaudio Jeker
2017-01-25Provide defines for SSL_CTRL_SET_CURVES/SSL_CTRL_SET_CURVES_LIST for thingsJoel Sing
2017-01-25+arm64Theo de Raadt
2017-01-25enter arm64Theo de Raadt
2017-01-25 +arm64Theo de Raadt
2017-01-25Add arm64 to the allarchs target.Patrick Wildt
2017-01-25Updates to OpenBSD/arm64 install notes.Patrick Wildt
2017-01-25Add the style sheet used on man.openbsd.org to the source tree.Ingo Schwarze
2017-01-25syncPatrick Wildt
2017-01-25Some simple cleanup:Theo Buehler