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