summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-10convert tame(2) regress to new APISebastien Marie
2015-09-10hide __dtoa_locks as a static in the single use case; ok guentherTheo de Raadt
2010-01-15NSD v3.2.4Jakob Schlyter
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-09-10revert accidental commitBob Beck
2015-09-10comment for errno clobbering, to indicate why we do this.Bob Beck
2015-09-10Make syslogd compile again after recent libtls changes. Adapt toAlexander Bluhm
2015-09-10Makde gcc handle __stack_smash_handler similarly to memcpy and memset whenPhilip Guenther
2015-09-10fix after libtls api changesBob Beck
2015-09-10syncTheo de Raadt
2015-09-10simple size for free()Theo de Raadt
2015-09-10PPB_EXNAMLEN for the extent name; now easier to pass as a size for free()Theo de Raadt
2015-09-10fix after libtls api changesBob Beck
2015-09-10fix after libtls api changesBob Beck
2015-09-10fix after libtls api changesBob Beck
2015-09-10bump majorBob Beck
2015-09-10change TLS_READ_AGAIN to TLS_WANT_POLLIN and TLS_WRITE_AGAIN to TLS_WANT_POLLOUTBob Beck
2015-09-10Change tls_read and tls_write semantics to return an ssize_t to betterBob Beck
2015-09-10no more mpool;Jason McIntyre
2015-09-10Update httpd to call tls_handshake() after tls_accept_socket().Joel Sing
2015-09-10tweak Nd after previous; ok mpiJason McIntyre
2015-09-10Split tls_handshake() out from tls_accept/tls_connect. By doing this theJoel Sing
2015-09-10add MLINKS for _prefer_ciphers_*Jason McIntyre
2015-09-10Use rtfree(9) rather than decrementing the reference counter.Martin Pieuchot
2015-09-10if_put dance, shuffle some code and switch a printf to print the ifindexClaudio Jeker
2015-09-10Fewer in6_ifstat_inc()Martin Pieuchot
2015-09-10Stop using in6_ifstat_inc().Martin Pieuchot
2015-09-10Add support for preferring the server's cipher list or the client's cipherJoel Sing
2015-09-10More if_put suffling. OK dlg@Claudio Jeker
2015-09-10More complicated if_put dance. Special handling for multicast_register_ifClaudio Jeker
2015-09-10Add session_last_attached time and format, from Sina Siadat.Nicholas Marriott
2015-09-10Remove link_addr(3). A function to encode the name of an interface inMartin Pieuchot
2015-09-10Another trivial if_put addition. OK dlg@Claudio Jeker
2015-09-10Trivial if_put addition. OK dlg@Claudio Jeker
2015-09-10if_put added to the if_get calls. Reshuffle some code to make this easier.Claudio Jeker
2015-09-10Kill two simple in6_ifstat_inc().Martin Pieuchot
2015-09-10Fix an incorrect error check in DSA verify.Brent Cook
2015-09-10Missing prototype change in previous.Martin Pieuchot
2015-09-10Fix shadowed verify_error in s_server by removing the unused global.Brent Cook
2015-09-10only try and reference an ifp in if_get if we actually find one inDavid Gwynne
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2015-09-10Remove SOCKET_PROTOCOL, a redundant define that was only used once.Lawrence Teo
2015-09-10Remove unused defines. No binary change.Lawrence Teo
2015-09-09Add locking for interrupt-safe maps (those that have the VM_MAP_INTRSAFE flagMark Kettenis
2015-09-09zap trailing whitespaceAlexander Hall
2015-09-09Add missing CVS Mdocdate tags. No text change, except for the changeIngo Schwarze
2015-09-09seperate->separate;Jason McIntyre
2015-09-09The .Nd macro is intended to provide "a one line description", so avoidIngo Schwarze
2015-09-09if_put after if_getDavid Gwynne
2015-09-09if_put after if_get.David Gwynne