Age | Commit message (Expand) | Author |
2016-10-22 | $OpenBSD$ | Theo Buehler |
2016-10-22 | - fix MALLOC_STATS compile | Otto Moerbeek |
2016-10-21 | fix some void * arithmetic by casting | Otto Moerbeek |
2016-10-21 | and recommit with fixed GC | Otto Moerbeek |
2016-10-20 | backout for now; flag combination GC is not ok | Otto Moerbeek |
2016-10-20 | avoid sentence splicing; | Jason McIntyre |
2016-10-20 | canary corruption message changed a bit | Otto Moerbeek |
2016-10-20 | Also place canaries in > page sized objects (if C is in effect); ok tb@ | Otto Moerbeek |
2016-10-19 | unifdef OPENSSL_NO_CMS | Joel Sing |
2016-10-19 | Remove support for fixed ECDH cipher suites - these is not widely supported | Joel Sing |
2016-10-19 | Remove the save_errno dance inside strerror_r(3). It is from the | Alexander Bluhm |
2016-10-19 | Use the reentrant strerror_r() instead of strerror() to expand %m. | Todd C. Miller |
2016-10-19 | note that SO_REUSEADDR is restricted to callers with the same uid or root; | Jason McIntyre |
2016-10-18 | Avoid generate SIGTTOU when restoring the terminal mode. If we get | Todd C. Miller |
2016-10-17 | If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division | Philip Guenther |
2016-10-17 | Add missing argument names for pcap_offline_filter. | Lawrence Teo |
2016-10-16 | Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS, | Theo Buehler |
2016-10-16 | Roll back uintptr_t cast changes after discussions with tedu, otto and | Darren Tucker |
2016-10-15 | Wrap _malloc_init() so internal calls go directly | Philip Guenther |
2016-10-15 | unify tmp depend generation. | Marc Espie |
2016-10-15 | zap trailing whitespace; | Jason McIntyre |
2016-10-14 | Cast pointers to uintptr_t to avoid potential signedness errors. | Darren Tucker |
2016-10-14 | 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@ | Otto Moerbeek |
2016-10-12 | optimize canary code a bit by storing offset of sizes table instead of | Otto Moerbeek |
2016-10-10 | Fixup the example for msgbuf_write() and imsg_read() to check the | Reyk Floeter |
2016-10-08 | make clear the length printed is the requested length | Otto Moerbeek |
2016-10-07 | sort; | Jason McIntyre |
2016-10-07 | introduce a sysctl to hijack dns sockets. when set to a port number, | Ted Unangst |
2016-10-07 | rss limit is no longer enforced. noticed by Raimo Niskanen | Ted Unangst |
2016-10-07 | grammar fix previous; | Jason McIntyre |
2016-10-07 | document "chunk canary corrupted" error | Otto Moerbeek |
2016-10-07 | stray tab | Otto Moerbeek |
2016-10-07 | Beter implementation of chunk canaries: store size in chunk meta data | Otto Moerbeek |
2016-10-05 | Fix some broken .Xr links, loosely based on a diff | Ingo Schwarze |
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 |