summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-08Remove dead store. From Michael W. Bombardieri <mb at ii.net>. Thanks.Alexandre Ratchov
2016-11-08Log start/stop of DMA if AUDIO_DEBUG is defined and be less verboseAlexandre Ratchov
2016-11-08Reduce the ternary operator abusePhilip Guenther
2016-11-07rename some types and functions to make the code easier to read.David Gwynne
2016-11-07- Remove -? since parameters don't make sense for this command (but still keepRicardo Mestre
2016-11-07Replace bzero(3) with memset(3)Ricardo Mestre
2016-11-07Use __{BEGIN,END}_HIDDEN_DECLS to avoid exporting the internal symbolsPhilip Guenther
2016-11-07Add validation for input data that we use as switch configuration, like:Rafael Zalamena
2016-11-07Handle IP address information requestsMike Belopuhov
2016-11-07various cleanup;Jason McIntyre
2016-11-07syncTheo de Raadt
2016-11-07Implement support for flow-mod messages validation, this includes:Rafael Zalamena
2016-11-07Remove duplicated call for splnet() inside the swofp_mp_recv_port_stats()Rafael Zalamena
2016-11-07Fix a small parsing error in packet-in: don't count ofp_match header bytesRafael Zalamena
2016-11-07Change swofp_flow_entry_put_instructions() parameters to be like the otherRafael Zalamena
2016-11-07Kill duplicated declarations.Martin Pieuchot
2016-11-07ARP and NDP timeouts mess with the routing table, so they need a processMartin Pieuchot
2016-11-07Use goto for consistently instead of splx() and return.Martin Pieuchot
2016-11-07Hide FIX_SSTEP() behind #ifdef _KERNELPhilip Guenther
2016-11-07Fix typo in commentPhilip Guenther
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06Rework the cleanup trap handling using the EXIT trap;Alexander Hall
2016-11-06some cleanup;Jason McIntyre
2016-11-06sort SEE ALSO;Jason McIntyre
2016-11-06syncTheo de Raadt
2016-11-06Remove unused SSLv3 from ssl3_cbc_record_digest_supported().Joel Sing
2016-11-06don't dereference a if NULLBrent Cook
2016-11-06document EVP_PKEY_get_default_digest_nid(3) in one page, not in twoIngo Schwarze
2016-11-06some minor cleanup;Jason McIntyre
2016-11-06Set the callback on the correct ssl_ctx for the SNI case, instead ofBob Beck
2016-11-06spacing between macro args and punctuation;Jason McIntyre
2016-11-06document ENGINE_add_conf_module(3) in one page, not in twoIngo Schwarze
2016-11-06document BIO_set_fd() and BIO_get_fd() in one manual page, not in two;Ingo Schwarze
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06delete prototypes available in other pages and add a missing .Xr linkIngo Schwarze
2016-11-06conditionalize ocsp load properlyBob Beck
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06first pass; ok schwarzeJason McIntyre
2016-11-06since ocsp stapling is optional, make sure we guard if we do not have it.Bob Beck
2016-11-06delete prototypes available in other pages and add three missing .Xr linksIngo Schwarze
2016-11-06delete prototypes available in other pages and add two missing .Xr linksIngo Schwarze
2016-11-06Split ssl3_get_client_key_exchange() into separate per algorithm functions.Joel Sing
2016-11-06Remove pointless check - without fixed ECDH, there is only one way to reachJoel Sing
2016-11-06tweak previous;Jason McIntyre
2016-11-06simplify error handling in c2i_ASN1_OBJECTBrent Cook
2016-11-06Split out the DHE and ECDHE code paths fromJoel Sing
2016-11-06rename tlslegacy to tlsall, and better describe what it does.Bob Beck
2016-11-06Bump ftp(1)'s cipher default from "all" to "legacy" - this really shouldJoel Sing
2016-11-06Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES toJoel Sing