Age | Commit message (Expand) | Author |
2017-06-30 | Add test suite source files for expat 2.2.1. | Alexander Bluhm |
2017-06-30 | AmigaOS and pre-X Mac OS support has been dropped in upstream | Alexander Bluhm |
2017-06-30 | Update libexpat to version 2.2.1 which has some security fixes. | Alexander Bluhm |
2017-06-29 | take const off the timeval argument in the pending functions. | David Gwynne |
2017-06-28 | .init stub creation doesn't need a jmp + .align to reach a branch target, | Theo de Raadt |
2017-06-22 | Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so that | Joel Sing |
2017-06-22 | Fix incorrect indentation. | Joel Sing |
2017-06-22 | Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60. | Joel Sing |
2017-06-22 | Remove dead code that has remained hiding since ressl.c r1.14! | Joel Sing |
2017-06-22 | Use the standard `rv' idiom in tls_keypair_load_cert(), rather than | Joel Sing |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-13 | no need for branding in .Nd line | Theo de Raadt |
2017-06-12 | Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ | Todd C. Miller |
2017-06-11 | request -> promises; from scott cheloha | Jason McIntyre |
2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. | Ingo Schwarze |
2017-06-10 | remove lots of bogus escaping, some of which even broke the output; | Ingo Schwarze |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-06-01 | Remove branch prediction hint from conditional branch instruction. | Christian Weisgerber |
2017-06-01 | Re-enabled futex based condvar & mutexes, they are not the cause of | Martin Pieuchot |
2017-06-01 | New condvar introduced a regression with vmd(8), revert until it is found. | Martin Pieuchot |
2017-05-31 | Add support for EV_RECEIPT and EV_DISPATCH flags | Mike Belopuhov |
2017-05-31 | install futex(2), ok mpi | Stuart Henderson |
2017-05-30 | getrlimit is now allowed by "stdio" | Theo de Raadt |
2017-05-30 | Don't fall back to heapsort() if we would otherwise switch to | Todd C. Miller |
2017-05-29 | Enable futex-based mutex and condvar. | Martin Pieuchot |
2017-05-29 | SPINLOCK_SPIN_HOOK is no more, define our own set of macros. | Martin Pieuchot |
2017-05-29 | sort SEE ALSO; | Jason McIntyre |
2017-05-29 | sort SEE ALSO; | Jason McIntyre |
2017-05-29 | Randomize link-order of libcrypto as we do with libc. This library | Theo de Raadt |
2017-05-29 | It is distasteful to have manual pages which don't refer to real | Theo de Raadt |
2017-05-28 | Use membar_enter_after_atomic() and membar_exit_before_atomic(). | Martin Pieuchot |
2017-05-27 | move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ | Christian Weisgerber |
2017-05-27 | New mutex and condvar implementations based on futex(2). | Martin Pieuchot |
2017-05-26 | Avoid a potential NULL pointer dereference in d2i_ECPrivateKey(). | Joel Sing |
2017-05-25 | Add definitions for three OIDs used in EV certificates. | Joel Sing |
2017-05-24 | Support swapping 32-bit aligned elements on 64-bit platforms. | Todd C. Miller |
2017-05-20 | Document that qsort falls back to heapsort() if the recursion depth | Todd C. Miller |
2017-05-20 | Use David Musser's introsort algorithm to fall back to heapsort(3) | Todd C. Miller |
2017-05-17 | The BSD qsort() performs tail recursion elimination on the second | Todd C. Miller |
2017-05-16 | Plug a memory leak. The main_cert needs to be X509_free()ed since | Claudio Jeker |
2017-05-15 | Typo: freezeo -> freezero | Theo Buehler |
2017-05-13 | - fix bug wrt posix_memalign(3) of blocks between half a page and a page | Otto Moerbeek |
2017-05-11 | Fix a problem introduced in freezero() conversion and use | Jonathan Gray |