Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-22 | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from | Nicholas Marriott | |
harry dot gindi at live dot com. | |||
2017-01-22 | Remove sony8x16 and sony12x24 fonts. | Frederic Cambus | |
They were not compiled in by default, and are Serif fonts, which doesn't work very well for monospaced bitmap fonts intended for console use. OK mpi@, visa@, jcs@ | |||
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne | |
this means packets are consistently counted in one place, unlike the many and various ways that drivers thought they should do it. ok mpi@ deraadt@ | |||
2017-01-22 | sync | Patrick Wildt | |
2017-01-22 | remove the perfect example | Sebastian Benoit | |
ok lengthyhackroomdiscussion@ | |||
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing | |
known to be used by ports. ok beck@ | |||
2017-01-22 | Disable session cache and tickets by default. | Claudio Jeker | |
OK beck@ jsing@ | |||
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 | |
ok jsing@ | |||
2017-01-22 | Always provide clang as cc, c++ and cpp, and lld as ld. | Patrick Wildt | |
Per discussion with deraadt@ | |||
2017-01-22 | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | Joel Sing | |
ok beck@ | |||
2017-01-22 | On clang architectures cc, c++ and cpp are provided by clang. Also, | Patrick Wildt | |
ld is provided by lld. | |||
2017-01-22 | Compile and install lld as ld.lld, since that's what the ecosystem | Patrick Wildt | |
is expecting. Prompted and ok by kettenis@ | |||
2017-01-22 | sync | Theo de Raadt | |
2017-01-22 | Move internal parts of ssl_session_st to internal | Bob Beck | |
ok jsing@ | |||
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 | |
is actually not syntactically valid, call 'goto fail' instead. Remove unneeded rtable_exists() exists checks since those have been done early on. OK mpi@ | |||
2017-01-22 | Increment the right loop variable. | Mark Kettenis | |
ok patrick@ | |||
2017-01-22 | Move recently added min_version/max_version from SSL and SSL_CTX to their | Joel Sing | |
opaque structs. | |||
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 | |
ok patrick@ tb@ kettenis@ phessler@ | |||
2017-01-22 | Bump majors for libssl and libtls following the translucent struct change. | Joel Sing | |
Further changes to the publically visible structs will ride this bump. | |||
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing | |
This change adds an internal opaque struct for each of the significant publically visible structs. The opaque struct is then allocated and attached to the publically visible struct when the appropriate *_new() function is called, then cleared and freed as necessary. This will allow for changes to be made to the internals of libssl, without requiring a major bump each time the publically visible structs are modified. ok beck@ | |||
2017-01-22 | Zap some bad whitespace. | Kenneth R Westerback | |
2017-01-22 | system release -> release | Robert Peichaer | |
system -> base system xenocara -> Xenocara permissions 770 -> mode 770 Discussed with and OK tb@ Xenocara change OK matthieu@ | |||
2017-01-22 | Tweak previous ... | Robert Peichaer | |
- remove the unsued _err variable - rework the extraction of the mirror dir info from HTTP_LIST - use INSTALL_MIRROR to save the mirror info from HTTP_LIST - use _http_proto to for the final INSTALL_URL if it's a mirror - assign the correct info to INSTALL_URL - write INSTALL_URL to /etc/installurl on install if a mirror was used Feedback and OK tb@ 'Looks good' deraadt@ | |||
2017-01-22 | Introduce the KEEPKERNELS variable: if this is set either in mk.conf or | Theo Buehler | |
the environment, 'make cleandir' does not descend into kernel build directories. Thus, kernel object files survive 'make build' on slower architectures. WARNING: If you set this variable, you run the risk of breaking 'make release': Be sure to run 'make cleandir' from /sys/arch/$(machine)/compile before doing 'make release'. This issue will be addressed shortly. requested by kettenis; ok deraadt | |||
2017-01-22 | Disable COFF and Mach-O for OpenBSD to reduce build dependencies. | Patrick Wildt | |
Only having ELF is perfectly fine for us. ok kettenis@ | |||
2017-01-22 | Add build infrastructure for lld. | Patrick Wildt | |
ok kettenis@ | |||
2017-01-22 | tedu@ didn't take the getcode() prototype with the getcode() implementation. | Kenneth R Westerback | |
Restore gcc's equanimity by tedu@'ing the prototype. | |||
2017-01-22 | Mark the .peheader section as "a". Makes it possible to link with lld. | Mark Kettenis | |
ok guenther@, jsg@ | |||
2017-01-22 | Add support for DT_RUNPATH and DT_FLAGS | Philip Guenther | |
ok kettenis@ | |||
2017-01-22 | set the TOS/ECN field to Internetwork Control, since that is exactly | Peter Hessler | |
what we are doing | |||
2017-01-22 | Clean up ssl3_new() - in particular, we do not need to zero fields that | Joel Sing | |
are within a struct that was just allocated via calloc. ok beck@ | |||
2017-01-22 | There is no point in setting struct fields to zero, when you've already | Joel Sing | |
zeroed the entire struct via memset. ok beck@ | |||
2017-01-21 | use BN_div_nonct where it is safe to do so. | Bob Beck | |
ok guenther@ | |||
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt | |
2017-01-21 | Use MD disklabel position. | Martin Natano | |
2017-01-21 | tweak previous; | Jason McIntyre | |
2017-01-21 | Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang. | Visa Hankala | |
OK deraadt@ phessler@ mpi@ | |||
2017-01-21 | sync | Visa Hankala | |
2017-01-21 | find the first authority works better this way, now that we use a tailq | Sebastian Benoit | |
ok florian@ | |||
2017-01-21 | move config data structures mostly to TAILQs, because that way we | Sebastian Benoit | |
preserve order. ok florian@ | |||
2017-01-21 | it is ok to only specify a full chain certificate | Florian Obser | |
OK benno | |||
2017-01-21 | updated include paths for recently moved virtio stuff | Mike Larkin | |
2017-01-21 | Only build gcc4 libs if COMPILER_VERSION is gcc4. | Jonathan Gray | |
ok kettenis@ patrick@ | |||
2017-01-21 | Dedup prototype for really_kill(). | Martin Natano | |
2017-01-21 | Use errno to make the debug message more descriptive. | Martin Natano | |
ok deraadt | |||
2017-01-21 | Expose the close-on-exec flag near the R/W flags. | Theo de Raadt | |
ok guenther | |||
2017-01-21 | dont print config if its broken | Sebastian Benoit | |
ok florian@ |