summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-25Copy install notes for arm64 from armv7. These still need to bePatrick Wildt
2017-01-25Improve HTML formatting of .Bl -tag.Ingo Schwarze
2017-01-25enable BFDPeter Hessler
2017-01-25Switch rde_generate_update and rde_send_kroute to accept a struct rib insteadClaudio Jeker
2017-01-25Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere elseClaudio Jeker
2017-01-24Add -S noverifytime to ftp to permit an unvalidated TLS connection whenBob Beck
2017-01-24whitespaceTheo Buehler
2017-01-24Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs).Claudio Jeker
2017-01-24make ldso[] const; OK guenther@Todd C. Miller
2017-01-24splsoftnet() to NET_LOCK() in bpfwrite().Martin Pieuchot
2017-01-24do not need sys/proc.hTheo de Raadt
2017-01-24add explicit casts for going from volatile void * to void * volatile *.David Gwynne
2017-01-24Fixed keys for choose mode, and remove the last mode keys bits.Nicholas Marriott
2017-01-24Fix set -u on array options.Nicholas Marriott
2017-01-24Make update-environment an array as well.Nicholas Marriott
2017-01-24Convert terminal-overrides to an array option.Nicholas Marriott
2017-01-24Remove some lies about terminal-overrides from tmux.1.Nicholas Marriott