summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-11-04polish debug printfs, no behaviour change.Alexandre Ratchov
2017-11-02's' should include 'f'; from Jacqueline JolicoeurOtto Moerbeek
2017-11-02Check if the arguments are NULL instead of dereferencing them blindly.Martin Pieuchot
2017-11-02Update libexpat to 2.2.5. Changes for OpenBSD include a few bugAlexander Bluhm
2017-10-31Argh: put back some linker-supplied symbols to avoid triggering a bugPhilip Guenther
2017-10-30fix oob read; form llvm via Vlad Tsyrklevich; ok millert@Otto Moerbeek
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-29Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmovePhilip Guenther
2017-10-28Remove __builtin_saveregs: gcc hasn't used it for years.Philip Guenther
2017-10-28Typo: 'end' should have been '_end', which is already exported/imported.Philip Guenther
2017-10-28Eliminate some more linker generated symbols that aren't needed.Philip Guenther
2017-10-28If the init_routine used with pthread_once() is canceled, then we need toPhilip Guenther
2017-10-28Change pthread_cleanup_{push,pop} to macros that store the cleanup infoPhilip Guenther
2017-10-28Stop exporting some symbols internal to the softfloat implementation,Mark Kettenis
2017-10-28No need to include <sys/param.h> before <sys/sysctl.h>.Martin Pieuchot
2017-10-28consistently use .Vt for variable types and use ".Fa path" where appropriate;Ingo Schwarze
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-25Check for NULL before dereferencing untrusted pointers.Martin Pieuchot
2017-10-24Add more sanity checks to prevent a segfault and a NULL-dereferenceMartin Pieuchot
2017-10-23Don't let close(2) clobber errno. Some calls were already protectedTodd C. Miller
2017-10-22Removed duplicated line.Tobias Stoeckmann
2017-10-19Restore a return that was inadvertently removed from freezero() in r1.234,Joel Sing
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-17remove the remaining references to .depend files since nothing creates themChristian Weisgerber
2017-10-16draft-ietf-tcpm-initcwnd was published as rfc 6928Mike Belopuhov
2017-10-15Move the thread-related .h files to /usr/src/include/, since thePhilip Guenther
2017-10-15Do not use an uninitialized value when determining the signVisa Hankala
2017-10-12Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency.Joel Sing
2017-10-12Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.Joel Sing
2017-10-12Drop prototypes for ssl23_*() functions, which no longer exist.Joel Sing
2017-10-12Add STANDARDS: denis@ spotted that it was missing.Ingo Schwarze
2017-10-11Convert ssl3_client_hello() to CBB.Joel Sing
2017-10-11Fully convert ssl3_send_server_hello() to CBB.Joel Sing
2017-10-10Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andJoel Sing
2017-10-10((remove) (some) (unnecessary) (parentheses))Joel Sing
2017-10-10Merge dtls1_connect() into ssl3_connect(), removing a large amount ofJoel Sing
2017-10-08Document fktrace(2) more completely, including separation of errors.Philip Guenther
2017-10-08Reduce non-functional differences between dtls1_accept() andJoel Sing
2017-10-08Reduce non-functional differences between dtls1_connect() andJoel Sing
2017-10-08Fix some style/whitespace/indentation issues in ssl3_accept().Joel Sing
2017-10-08Fix some style/whitespace/indentation issues in ssl3_connect().Joel Sing
2017-10-08Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,Joel Sing
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
2017-10-08Fix typo.Visa Hankala
2017-10-08hyphenate DER/PEM-encoded, for consistency;Jason McIntyre
2017-10-07Document tls_peer_cert_chain_pem().Joel Sing
2017-10-07Add fktrace to the NAME sectionPhilip Guenther
2017-10-05Document that connect(2) and sendto(2) may return with errnoAlexander Bluhm
2017-10-05do not return f() where f is a void function; loop var type fixOtto Moerbeek
2017-10-05Use dprintf instead of snprintf/writeOtto Moerbeek