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