summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-12Move sigwait(3) from libpthread to libcJeremie Courreges-Anglas
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2019-01-11Similar CAVEATS regarding LC_NUMERIC as was just committedIngo Schwarze
2019-01-11Clarify that OpenBSD ignores the dangerous category LC_NUMERIC,Ingo Schwarze
2019-01-11getsockopt(2) recv(2) rmdir(2) and send(2) were present and implementedJonathan Gray
2019-01-10Move default numer of pools in the multi-threaded case to 8. Various testsOtto Moerbeek
2019-01-10Make the "not my pool" searching loop a tiny bit smarter, whileOtto Moerbeek
2019-01-09Use static consistently with definitions of functions that have beenVisa Hankala
2019-01-09make spelling in previous consistent within the page;Jason McIntyre
2019-01-08Document SO_ZEROIZE socket option.Alexander Bluhm
2019-01-06Fix most of the .Li abuse:Ingo Schwarze
2019-01-06note that tracefile must be null when clearing points.Ted Unangst
2019-01-05Replace two-operand instruction aliases that clang does notVisa Hankala
2019-01-02correct article;Jason McIntyre
2018-12-31nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha
2018-12-28getgruid_r -> getgrgid_rTheo Buehler
2018-12-26document kern.pool_debug; ok tedu@anton
2018-12-26Make AES CCM available in tables.Theo Buehler
2018-12-25Use the same additional arch specific files for sparc64 as is done for mipsClaudio Jeker
2018-12-24Make this page much more readable by deleting as much text as possibleIngo Schwarze
2018-12-23EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingTheo Buehler
2018-12-22Document EVP_PKEY_new_mac_key(3);Ingo Schwarze
2018-12-22Delete irrelevant HISTORY details. Simply use BN_rand(3); thereIngo Schwarze
2018-12-21The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).Ingo Schwarze
2018-12-21Document the ECDSA_SIG_new(3) return value.Ingo Schwarze
2018-12-21Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;Ingo Schwarze
2018-12-21grammar and style fixes from wesinator at githubIngo Schwarze
2018-12-21Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).Ingo Schwarze
2018-12-21Mention that some functions call BN_GENCB_call(3) with a secondIngo Schwarze
2018-12-21Add support for {preinit,init,fini}_array sections in static binariesPhilip Guenther
2018-12-19Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).Ingo Schwarze
2018-12-19Specify the return values of some of these functions more precisely;Ingo Schwarze
2018-12-19typo;Ingo Schwarze
2018-12-18"a" MIDI, not "an";Jason McIntyre
2018-12-16Restore the optimization for unbuffered I/O. The buffer needs toTodd C. Miller
2018-12-16Regenerate root CA list using updated format-pem.pl. Specifically thisStuart Henderson
2018-12-16Add a check that libressl is actually able to verify CA certs.Stuart Henderson
2018-12-16Back out rev 1.17 for now, it causes issues with python when buildingTodd C. Miller
2018-12-14Revisit the optimization for unbuffered I/O. We can use the bufferTodd C. Miller
2018-12-14Back out the optimization in rev 1.13, it does not update flags onTodd C. Miller
2018-12-14Delete a note taken during the rev. 1.1 man page spliteIngo Schwarze
2018-12-13further document pcap_dump; from jan staryJason McIntyre
2018-12-12some pcap_setdirection details; from jan staryJason McIntyre
2018-12-10Improve speed for the multi-threaded case by reducing lock contention.Otto Moerbeek
2018-12-09add basic MPLS filtering supportdenis
2018-12-09style; OK ottoFlorian Obser
2018-12-07Remove an ugly hack in the client certificate verification code that worksTheo Buehler
2018-12-05remove a stray line accidentally left behind in rev. 1.120;Ingo Schwarze
2018-12-03Send SSL_AD_DECODE alerts in the case of a bad hello request or anTheo Buehler
2018-11-30Fix a typo and remove broken example.Martin Pieuchot