summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23Move the stats struct from SSL_CTX to internal.Joel Sing
2017-01-23Typo in comment. It's 'rtm_addrs', not 'rtm_addr'Kenneth R Westerback
2017-01-23Remove incomplete "forced nexthop" support.Jeremie Courreges-Anglas
2017-01-23Zap some bad whitespace.Kenneth R Westerback
2017-01-22Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang.Jonathan Gray
2017-01-22Whitespaces ...Robert Peichaer
2017-01-22Ensure the right hand side of the test is not treated as pattern.Robert Peichaer
2017-01-22= -> == inside [[ ]] tests.Robert Peichaer
2017-01-22Unobscure the installer script code a bit by adding and rewording comments.Robert Peichaer
2017-01-22improve on previous edit.Sebastian Benoit
2017-01-22Prefix local variables with '_'.Robert Peichaer
2017-01-22define virtio in conf/filesReyk Floeter
2017-01-22Accept the OSC 52 escape sequence inside tmux to add a new buffer, fromNicholas Marriott
2017-01-22Remove sony8x16 and sony12x24 fonts.Frederic Cambus
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-22syncPatrick Wildt
2017-01-22remove the perfect exampleSebastian Benoit
2017-01-22Move most of the SSL3_STATE fields to internal - the ones that remain areJoel Sing
2017-01-22Disable session cache and tickets by default.Claudio Jeker
2017-01-22Update the TLS ALPN unit tests to work with internal/opaque data.Joel Sing
2017-01-22Move most of DTLS1_STATE to internal.Bob Beck
2017-01-22Always provide clang as cc, c++ and cpp, and lld as ld.Patrick Wildt
2017-01-22Move ALPN and NPN fields from SSL/SSL_CTX to internal.Joel Sing
2017-01-22On clang architectures cc, c++ and cpp are provided by clang. Also,Patrick Wildt
2017-01-22Compile and install lld as ld.lld, since that's what the ecosystemPatrick Wildt
2017-01-22syncTheo de Raadt
2017-01-22Move internal parts of ssl_session_st to internalBob Beck
2017-01-22white space fixes. no functional change.David Gwynne
2017-01-22Cleanup error handling. Do not use 'goto flush' early on since the messageClaudio Jeker
2017-01-22Increment the right loop variable.Mark Kettenis
2017-01-22Move recently added min_version/max_version from SSL and SSL_CTX to theirJoel Sing
2017-01-22Wrap long lines.Joel Sing
2017-01-22Include bsd.own.mk in a few more places to pick up mk.conf overrides.Jonathan Gray
2017-01-22Bump majors for libssl and libtls following the translucent struct change.Joel Sing
2017-01-22Convert publically visible structs to translucent structs.Joel Sing
2017-01-22Zap some bad whitespace.Kenneth R Westerback
2017-01-22system release -> releaseRobert Peichaer
2017-01-22Tweak previous ...Robert Peichaer
2017-01-22Introduce the KEEPKERNELS variable: if this is set either in mk.conf orTheo Buehler
2017-01-22Disable COFF and Mach-O for OpenBSD to reduce build dependencies.Patrick Wildt
2017-01-22Add build infrastructure for lld.Patrick Wildt
2017-01-22tedu@ didn't take the getcode() prototype with the getcode() implementation.Kenneth R Westerback
2017-01-22Mark the .peheader section as "a". Makes it possible to link with lld.Mark Kettenis
2017-01-22Add support for DT_RUNPATH and DT_FLAGSPhilip Guenther
2017-01-22set the TOS/ECN field to Internetwork Control, since that is exactlyPeter Hessler
2017-01-22Clean up ssl3_new() - in particular, we do not need to zero fields thatJoel Sing
2017-01-22There is no point in setting struct fields to zero, when you've alreadyJoel Sing
2017-01-21use BN_div_nonct where it is safe to do so.Bob Beck
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2017-01-21Use MD disklabel position.Martin Natano