summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-05Rewrite BN_rshift()Joel Sing
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-04Leo Weppelman agreed to rescind clause 3 and 4 inJonathan Gray
2023-01-01Add explicit LL suffixes to large constants to appease some compilers onMiod Vallat
2022-12-31crank libfido2 major version, it depends on libcbor and it justDamien Miller
2022-12-31update to upstream libcbor v.0.10.0 and crank major. Also includesDamien Miller
2022-12-30add history for getpid(2) and getppid(2)Jonathan Gray
2022-12-30pause.3: miscellaneous rewrites, cleanupScott Soule Cheloha
2022-12-29HISTORY: clarify that unmount(2) used to be called umount(2) from v1 to Tahoe;Ingo Schwarze
2022-12-29profil(2) first appeared in fifth editionJonathan Gray
2022-12-29fcntl(2) first appeared in System IIIJonathan Gray
2022-12-28succcess -> successJonathan Gray
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-27Change the way malloc_init() works so that the main data structuresOtto Moerbeek
2022-12-27Revert spelling fixes. Please report them upstream.Theo Buehler
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-26Prepare to provide X509_CRL_get0_sigalg()Theo Buehler
2022-12-26fix another typo in comment in a line touched by the last commit (thisStuart Henderson
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2022-12-24Build libc with executable-only .text on arm64.Mark Kettenis
2022-12-24Don't use a literal pool in .text to load the setjmp magic value as this isMark Kettenis
2022-12-24Use the correct instruction to clear the frame pointer.Mark Kettenis
2022-12-24Zap trailing whitespace in license and add some empty linesTheo Buehler
2022-12-23Add the missing Copyright and license headers in the libcrypto/comp directory.Ingo Schwarze
2022-12-23Document the deprecated wrappers BIO_set_app_data(3) and BIO_get_app_data(3).Ingo Schwarze
2022-12-23Mark BIO_buffer_get_num_lines(3) as intentionally undocumented.Ingo Schwarze
2022-12-23Mark BIO_f_nbio_test(3) as intentionally undocumented.Ingo Schwarze
2022-12-23new manual page BIO_s_datagram(3);Ingo Schwarze
2022-12-23Simplify BN_cmp() and BN_ucmp().Joel Sing
2022-12-23Consistently check for NULL early.Joel Sing
2022-12-23Fix an unchecked strdup() in UI_create_method().Joel Sing
2022-12-23Make UI_destroy_method() NULL safe.Joel Sing
2022-12-23Remove unhelpful comment.Joel Sing
2022-12-23Remove compatibility "glue" for des_read_pw{_string}()Joel Sing
2022-12-22new manual page BIO_accept(3)Ingo Schwarze
2022-12-22in case of failure, always report the error with BIOerror();Ingo Schwarze
2022-12-22Mark BIO_s_log(3) as intentionally undocumented.Ingo Schwarze
2022-12-21Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3)Ingo Schwarze
2022-12-20add a missing .Vt macro;Ingo Schwarze
2022-12-20Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented.Ingo Schwarze
2022-12-20document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3)Ingo Schwarze
2022-12-20- some small tweaks for the textJason McIntyre
2022-12-19Add waitid(2) manpage, based on a first pass by espie@ and bitsPhilip Guenther
2022-12-19document BIO_copy_next_retry(3)Ingo Schwarze