Age | Commit message (Expand) | Author |
2016-12-22 | Grab the netlock when device is opened; ok mpi, rzalamena | Mike Belopuhov |
2016-12-22 | spelling fix; | Jason McIntyre |
2016-12-22 | Write X509_SIG_new(3) manual page from scratch. Both functions are | Ingo Schwarze |
2016-12-22 | Remove all splsoftnet() from ND6 converting the non-recrusive ones to | Martin Pieuchot |
2016-12-22 | Revert workaround for NFS boot, it triggers the following assert: | Martin Pieuchot |
2016-12-22 | reference X509_new(3) instead of x509(3) | Ingo Schwarze |
2016-12-22 | Delete the x509(3) manual page and merge what little content remained | Ingo Schwarze |
2016-12-22 | Stop installing the bn_dump(3) manual page. | Ingo Schwarze |
2016-12-22 | Write new PKCS8_PRIV_KEY_INFO_new(3) manual page from scratch. | Ingo Schwarze |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-22 | Use makefs to build bsd.rd; build & boot tested by mpi | Martin Natano |
2016-12-22 | Don't make __CTOR_LIST__ and __DTOR_LIST__ const. This makes the .ctors and | Mark Kettenis |
2016-12-22 | Work around a NET_LOCK() recursion seen during NFS netboot: | Visa Hankala |
2016-12-22 | Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inlining | Kenneth R Westerback |
2016-12-21 | stub for building HTTPS-enabled client | Theo de Raadt |
2016-12-21 | Eliminate another 'calculated, not used' warning by nuking a spurious | Kenneth R Westerback |
2016-12-21 | rewrite OCSP_parse_url to be sligthly less nasty and not have one byte buffer... | Bob Beck |
2016-12-21 | Pacify compiler warning about an unitialized variable which is obviously | Theo de Raadt |
2016-12-21 | sync | Theo de Raadt |
2016-12-21 | Update regress for ECDHE with X25519. | Joel Sing |
2016-12-21 | Bump libcrypto/libssl/libtls majors due to libcrypto symbol removal and | Joel Sing |
2016-12-21 | Add minimum and maximum version fields to SSL, SSL_CTX and SSL_METHOD | Joel Sing |
2016-12-21 | Add support for ECDHE with X25519. | Joel Sing |
2016-12-21 | Update libcrypto regress to handle header and non-exported symbol changes. | Joel Sing |
2016-12-21 | tweak previous; | Jason McIntyre |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-12-21 | Remove prototypes from the public header for X509_VERIFY_PARAM functions | Joel Sing |
2016-12-21 | Adopt relevant part of NetBSD's r1.7 commit to discard unused results of the | Kenneth R Westerback |
2016-12-21 | Ensure negative time/timeout are handled appropriately. | Joel Sing |
2016-12-21 | Add octmmc(4). | Visa Hankala |
2016-12-21 | Add a driver for OCTEON MMC host controller. | Visa Hankala |
2016-12-21 | Grab the netlock when opened and closed; ok mpi, rzalamena | Mike Belopuhov |
2016-12-21 | Use __func__ in debug log to reduce noise when grepping. | Martin Pieuchot |
2016-12-21 | Remove the netlock workaround since if_detach is doing it for us now. | Mike Belopuhov |
2016-12-21 | Remove the rwlock paranoia since we're under KERNEL_LOCK anyway | Mike Belopuhov |
2016-12-21 | Remove recursive splsoftnet(). | Martin Pieuchot |
2016-12-21 | Remove recursive splsoftnet() from the ioctl(2) path. | Martin Pieuchot |
2016-12-21 | Fix build without PIM defined. | Martin Pieuchot |
2016-12-21 | For IFINFO msgs, don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-21 | When receiving an IFINFO message, also update the MTU of the interface | Jeremie Courreges-Anglas |
2016-12-21 | Generate an IFINFO message when changing the MTU of an interface. | Jeremie Courreges-Anglas |
2016-12-21 | Fix PIM compilation even though it is disabled. | Rafael Zalamena |
2016-12-21 | rework the end text somewhat so that the informatiom pertaining to -m | Jason McIntyre |
2016-12-20 | Delete completely useless crap and just use getaddrinfo. Fix man page | Bob Beck |
2016-12-20 | Add 'default:' cases to switch statements that gcc whines about. | Kenneth R Westerback |
2016-12-20 | Explain what the trailing '*' in command names output by sa(8) mean. | Vadim Zhukov |
2016-12-20 | Fix a bug where archives smaller than 512 bytes would trigger a next volume | Mark Kettenis |
2016-12-20 | Grab the NET_LOCK() in so{s,g}etopt(), pffasttimo() and pfslowtimo(). | Martin Pieuchot |
2016-12-20 | Tweak generated .c output so switch statements always have a | Kenneth R Westerback |
2016-12-20 | Fix compiler warnings generated by clang. This matches upstream commit | Mark Kettenis |