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