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