Age | Commit message (Expand) | Author |
2014-07-12 | Use a saner and consistent address layout for my network tests that | Alexander Bluhm |
2014-07-12 | teduuuuuudfu(4) it has never been enabled in 5 years. | Martin Pieuchot |
2014-07-12 | revert more free fallout | Ted Unangst |
2014-07-12 | more MLINKS | Miod Vallat |
2014-07-12 | getentropy on Windows. It compiles but has not been thoroughly tested yet. | wouter |
2014-07-12 | Remove signed/unsigned warning, statement before declaration and | wouter |
2014-07-12 | zap trailing whitespace; | Jason McIntyre |
2014-07-12 | Oops. Correct variable name more likely to compile. | Kenneth R Westerback |
2014-07-12 | We have EVP_CIPH_FLAG_DEFAULT_ASN1 in evp.h; no need to keep constructs to | Miod Vallat |
2014-07-12 | - replace main() with mips_init() so we can save the arguments from uboot to | Jasper Lievisse Adriaanse |
2014-07-12 | Calculate i/o starts and sizes in 'proper' sectors rather assuming | Kenneth R Westerback |
2014-07-12 | add guards to just make available to the bootblocks what they need. | Jasper Lievisse Adriaanse |
2014-07-12 | tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set | Martin Pieuchot |
2014-07-12 | reboot(9): Shutdown system by signaling init(8) from kernel where appropriate | Masao Uebayashi |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-12 | Protect the freelists of transfer descriptors with the appropriate spl | Martin Pieuchot |
2014-07-12 | Remove private_{Camellia,RC4}_set_key FIPS indirection tentacles, as has been | Miod Vallat |
2014-07-12 | Mark the interface down and cancel the watchdog timer in imxenet_stop(). | Brad Smith |
2014-07-12 | Fix a potential bug. privsep.c didn't check the interface name | YASUOKA Masahiko |
2014-07-12 | oh well, remove -Q entirely... I'm probably the only one who ever used that. | Marc Espie |
2014-07-12 | ewps, that giant table has -inet6 twice, for SMALL and !SMALL | Henning Brauer |
2014-07-12 | Whitespace | Paul Irofti |
2014-07-12 | security check in quirks | Marc Espie |
2014-07-12 | undocument -Q | Marc Espie |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie |
2014-07-12 | rename variable to better indicate it's meaning | Jasper Lievisse Adriaanse |
2014-07-12 | Provide ssl_version_string() function, which uses one of those modern C | Joel Sing |
2014-07-12 | @endfake died a while ago | Marc Espie |
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie |
2014-07-12 | Fix error in previous. | YASUOKA Masahiko |
2014-07-12 | In openssl_startup(), call SSL_library_init() and SSL_load_error_strings(). | Joel Sing |
2014-07-12 | Make the BLOCK_CIPHER_{generic,custom} macros expand to more readable struct | Miod Vallat |
2014-07-12 | msgbuf_write() <= 0 for a few more daemons. | Kenneth R Westerback |
2014-07-12 | sync | Theo de Raadt |
2014-07-12 | guenther (who also should have been credited in previous free size commits) | Ted Unangst |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | revert bogus free changes in not kernel files. got a little trigger happy. | Ted Unangst |
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 |