Age | Commit message (Expand) | Author |
2016-10-04 | Use the userspace-visible thread register directly in __cerror instead | Philip Guenther |
2016-10-03 | Simplify code that sets up a stack frame for running .init code to be more | Mark Kettenis |
2016-10-03 | use the same type for buf as the return type in tls_load_file | Brent Cook |
2016-10-02 | Add va_nlink information to struct kinfo_file (so bump the shlib minor) | Philip Guenther |
2016-10-02 | Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate() | Philip Guenther |
2016-10-02 | Detect zero-length encrypted session data early, instead of when malloc(0) | Philip Guenther |
2016-10-02 | In X509_cmp_time(), pass asn1_time_parse() the tag of the field being | Philip Guenther |
2016-09-30 | Make read(2) return EISDIR on directories. | Jeremie Courreges-Anglas |
2016-09-28 | use the same template for describing securelevel interaction; | Jason McIntyre |
2016-09-28 | document kern.allowkmem; ok deraadt | Jason McIntyre |
2016-09-26 | Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore. | Mark Kettenis |
2016-09-26 | sigsetmask() and sigblock() are no longer used by any setjmp implementation | Philip Guenther |
2016-09-24 | Fix matching when all of user, host and domain are specified. | Todd C. Miller |
2016-09-23 | Append to CLEANFILES instead of replacing it, so libcrypto.pc is | Martin Natano |
2016-09-23 | remove lib/libsqlite3, it has moved back to ports | Stuart Henderson |
2016-09-23 | Unhook sqlite3. | Stuart Henderson |
2016-09-23 | s/alloctaed/allocated/ in comment | Philip Guenther |
2014-09-29 | Update sqlite3 to 3.8.6. A list of changes are available here: | James Turner |
2014-03-24 | Update sqlite to 3.8.4. A list of changes are available here: | James Turner |
2013-09-21 | Update sqlite to 3.8.0.2. A list of changes are available here: | James Turner |
2013-06-09 | Update to sqlite 3.7.17. | Landry Breuil |
2013-03-18 | update to 3.7.15.2, tested by landry@/miod@ | Marc Espie |
2012-11-29 | minor update to 3.7.14.1 | Marc Espie |
2012-06-22 | import 3.7.13 | Marc Espie |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2016-09-22 | Simplify mips64 GOTSYM bits to eliminate a couple temp files | Philip Guenther |
2016-09-22 | Add copyright | Philip Guenther |
2016-09-22 | Switch from calling obsolete sig{block,setmask} to directly using the | Philip Guenther |
2016-09-22 | m88k switched to RELRO | Philip Guenther |
2016-09-22 | Simplify __cerror now that %r27 is always the TCB pointer. | Philip Guenther |
2016-09-22 | Improve on code from the previous commit. | Joel Sing |
2016-09-22 | Avoid unbounded memory growth, which can be triggered by a client | Joel Sing |
2016-09-22 | Check for packet with truncated DTLS cookie. | Philip Guenther |
2016-09-22 | Improve ticket validity checking when tlsext_ticket_key_cb() callback | Philip Guenther |
2016-09-22 | revert documentation update for the clearning behavior we already reverted | Brent Cook |
2016-09-21 | no more KERN_ARND; ok deraadt | Jason McIntyre |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | Philip Guenther |
2016-09-20 | When _LIBUNWIND_ARM_EHABI is defined, include <link.h> to get the | Mark Kettenis |
2016-09-20 | Add $OpenBSD tag | Philip Guenther |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | Brent Cook |
2016-09-20 | Add check_sym, a utility for checking shared libraries for symbol changes | Philip Guenther |
2016-09-19 | We don't need cross-unwinding support, | Mark Kettenis |
2016-09-19 | We definitely want to use arc4random() on OpenBSD. | Mark Kettenis |
2016-09-19 | gmtime_r() should return NULL on failure, not the struct tm * result | Todd C. Miller |
2016-09-19 | Don't build saveFP/restFP for powerpc. Not needed on OpenBSD. | Pascal Stumpf |
2016-09-19 | Add non-VFP arm-specific code. | Mark Kettenis |
2016-09-19 | Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding with | Mark Kettenis |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |
2016-09-18 | move page junking tp unmap(), right before we stick the region in the cache; | Otto Moerbeek |