Age | Commit message (Expand) | Author |
2014-07-12 | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Remove extra parenthesis. | Joel Sing |
2014-07-12 | need_cert is now always true, so remove the variable and associated | Joel Sing |
2014-07-12 | More KNF. | Joel Sing |
2014-07-12 | No need for run-time configuration, add minimal compile-time | Ingo Schwarze |
2014-07-12 | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | Joel Sing |
2014-07-12 | No INET6 in ramdisk, fix the tree. | Martin Pieuchot |
2014-07-12 | openssl(1) is only built as a single monolithic binary, so just call | Joel Sing |
2014-07-12 | Fix root hub descriptors by matching ehci(4)'s descriptors. | Paul Irofti |
2014-07-12 | Remove the temporary dospartoff work around. | Joel Sing |
2014-07-12 | To enable Intel XHCI host controller, re-route all of usb port to xhci | Yojiro Uo |
2014-07-12 | provide a missing rfc number; | Jason McIntyre |
2014-07-12 | jsing and I are investigating removal of all? most? 'getenv from library' | Theo de Raadt |
2014-07-12 | more accept_rtadv removal; | Jason McIntyre |
2014-07-12 | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze |
2014-07-12 | sync | Theo de Raadt |
2014-07-12 | some basic formatting tweaks; | Jason McIntyre |
2014-07-12 | tweak previous; | Jason McIntyre |
2014-07-12 | andone last (i hope) accept_rtadv sysctl remnant, also found by jmc | Henning Brauer |
2014-07-12 | no more net.inet6.ip6.accept_rtadv | Henning Brauer |
2014-07-12 | jmc points out this babbled about the accept_rtadvd sysctl which is no more | Henning Brauer |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-07-12 | Implement Set Port Feature request support. | Paul Irofti |
2014-07-12 | A few fixes/improvements: | Miod Vallat |
2014-07-12 | Hook auxcpp | Matthieu Herrb |
2014-07-12 | Make sure the return value of X509_NAME_oneline(, NULL,) is checked against | Miod Vallat |
2014-07-12 | Eliminate strcpy() and sprintf() in auxcpp. ok deraadt@ | Matthieu Herrb |
2014-07-12 | Local tweaks to ucpp: | Matthieu Herrb |
2014-07-12 | Rename the manual page to auxcpp.1 | Matthieu Herrb |
2014-07-12 | BSD Makefile for auxcpp | Matthieu Herrb |
2014-07-12 | Extend output a bit. | Antoine Jacoutot |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | Import a copy of ucpp, lightweight cpp that doesn't depend | Matthieu Herrb |
2014-07-12 | Start fixing issues that beck@ helped find: | Ingo Schwarze |
2014-07-12 | /* this has no effect on IP, and will kill all ISO connections XXX */ | Henning Brauer |
2014-07-12 | Grammar, from stsp@ | Martin Pieuchot |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-12 | Add an initial regress test for libressl, which calls ressl from Go and | Joel Sing |
2014-07-12 | cksum -> sha256 | Antoine Jacoutot |
2014-07-12 | Use sha256(1) for compared files, just like we do for examples. | Antoine Jacoutot |
2014-07-12 | Add support for Get Port Status requests. | Paul Irofti |
2014-07-12 | more MLINKs | Miod Vallat |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit |
2014-07-12 | guard inclusion of sys/sysctl.h so we can detect at compile time and | Bob Beck |
2014-07-12 | Create the examples checksum for sysmerge at release time. | Antoine Jacoutot |
2014-07-12 | replace the heavy shell magic in quirks to handle backward compat with simpler | Robert Nagy |
2014-07-12 | Initial support for /etc/examples. | Antoine Jacoutot |