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