Age | Commit message (Expand) | Author |
2015-09-13 | Adjust printf for the fact that device locators are now long. | Mark Kettenis |
2015-09-13 | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not | Philip Guenther |
2015-09-13 | Wrap <uuid.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | Wrap <vis.h> so that calls go direct and the symbols are all weak | Philip Guenther |
2015-09-13 | <sys/systm.h> must be before <sys/syscall_mi.h> now. | Miod Vallat |
2015-09-13 | sync | Theo de Raadt |
2015-09-13 | Introduce sched_barrier(9), an interface that acts as a scheduler barrier in | Mark Kettenis |
2015-09-13 | Add Certplus CA root certificate: | Stuart Henderson |
2015-09-13 | match a few if_media uint64_t conversions; ok miod | Theo de Raadt |
2015-09-13 | display negotiated TLS version and cipher suite in verbose mode. | Bob Beck |
2015-09-13 | Lob a style(9) grenade in here. | Joel Sing |
2015-09-13 | Set woken flag when flushing so that the channel is freed, while here | Nicholas Marriott |
2015-09-13 | Mechanical minor bump to follow libcrypto. | Miod Vallat |
2015-09-13 | queue revarps to softnet so we can defer processing to a context with | David Gwynne |
2015-09-13 | replace hand rolled refcounts and sleep_setup/finish with refcnts and | David Gwynne |
2015-09-13 | add visibility of ciper and connection version strings | Bob Beck |
2015-09-13 | explicit_bzero() from Michael McConville, thanks! | Florian Obser |
2015-09-13 | Mark IGNORE_IS_FATAL and IGNORE_SILENT as user settings explicitly. | Vadim Zhukov |
2015-09-13 | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | Miod Vallat |
2015-09-13 | replace hand rolled reference counting with refcnts. | David Gwynne |
2015-09-13 | Run the interface watchdog timer routine as a task such that we have process | Mark Kettenis |
2015-09-13 | reintroduce mpsafe vlan_input. | David Gwynne |
2015-09-13 | Remove setup_X_sockets(): | Robert Peichaer |
2015-09-13 | The *_accept() functions increment in_handshake at the start of the function, | Joel Sing |
2015-09-13 | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | Joel Sing |
2015-09-13 | tweak ordering slightly | David Gwynne |
2015-09-13 | namespace.h is pulled in via -include, so don't do it here | Philip Guenther |
2015-09-13 | forgot to prototope SRPL_RC_INITIALIZER | David Gwynne |
2015-09-13 | mpool(3) is no longer installed; delete it. prodded by jmc@ | Philip Guenther |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-13 | On show the ps/o output and ddb.html blurb once, so that we don't get them | Philip Guenther |
2015-09-13 | Set the index of the interface in handroller link_addr(3) like code. | Martin Pieuchot |
2015-09-13 | tweak STANDARDS; | Jason McIntyre |
2015-09-13 | Do provide hidden _libc_* aliases for sig{block,setmask} and use them in | Philip Guenther |
2015-09-13 | back out mpsafe vlans while i chase down a panic when operations | David Gwynne |
2015-09-12 | Restore SMBIOS detection in ISA. OK yasuoka@ | Masao Uebayashi |
2015-09-12 | Call socreate(9) only when we have a destination ip and port. | Florian Obser |
2015-09-12 | Add missing free() in efid_io(). Found by jsg. | YASUOKA Masahiko |
2015-09-12 | Adapt to just committed libtls api change | Bob Beck |
2015-09-12 | Move connection info into it's own private structure allocated and filled in | Bob Beck |
2015-09-12 | Split ssl3_send_client_key_exchange() (387 lines of code) into five | Joel Sing |
2015-09-12 | consistently name the ifnet * that refers to the parent interface | David Gwynne |
2015-09-12 | Fix function name. | Joel Sing |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-12 | make vlan_input mpsafe by using srp lists in the vlan tag hash buckets. | David Gwynne |
2015-09-12 | Sync handling of cached record digests with s3_srvr.c. | Joel Sing |
2015-09-12 | Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp. | Martin Pieuchot |
2015-09-12 | explicit_bzero() the GOST premaster secret. | Joel Sing |
2015-09-12 | Ensure that we clear the libssl error stack before we make a function call | Joel Sing |
2015-09-12 | Unwrap a bunch of lines. | Joel Sing |