summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2015-09-24add a small hint that you'll get EBUSY if you forget to wait. ok guentherTed Unangst
2015-09-23fix function argument.Igor Sobrado
ok jmc@, schwarze@
2015-09-23typo.Igor Sobrado
2015-09-22fix function name.Igor Sobrado
2015-09-22typo (s/intialization/initialization/).Igor Sobrado
2015-09-22typos in documentation; better wording, suggested by jmc@Igor Sobrado
ok jmc@
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2015-09-21Prefer Xr over Fn for interpage references and delete reference toPhilip Guenther
setrunelocale() which is not exported from libc ok jmc@ stsp@
2015-09-21Add STANDARDS section and another EINVAL reasonPhilip Guenther
2015-09-20remove bogus includes of err.hEric Faurot
2015-09-20use _PATH_RESCONF directlyEric Faurot
2015-09-20remove unused static functionEric Faurot
2015-09-19We don't need to calculate the load offset. This also means we don't needMark Kettenis
to calculate the GOT address anymore. ok guenther@ (who spotted the latter bit)
2015-09-19Make sure we set PROT_EXEC on the GOT for BSS-PLT binaries on powerpc.Mark Kettenis
ok guenther@
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
on arm and m88k problems with optind observed by jsg@
2015-09-18avoid void * pointer arithmeticBrent Cook
ok miod@
2015-09-18Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") forStuart Henderson
now, it has a NULL deref. Segfault reported by Mikolaj Kucharski, ok bcook
2015-09-18Move s_signgam.c to PURE_SRCS, so that it also gets built on vax.Miod Vallat
2015-09-17Remove more EVP_sha() SHA-0 references.Brent Cook
2015-09-17Re-add missing comma from SHA-0 removal which breaks mlinks generation.Stuart Henderson
Worked out by bcook@
2015-09-17include stdint.h for uint64_tBrent Cook
noted by Bernard Spil
2015-09-14tweak previous;Jason McIntyre
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
In some cases, do additional cleanup in the immediate vicinity.
2015-09-14Provide tls_config_insecure_noverifytime() in order to be able to disableJoel Sing
certificate validity checking. ok beck@
2015-09-14Add support for disabling certificate and CRL validity checking.Joel Sing
Loosely based on changes in OpenSSL. ok beck@
2015-09-14remove null check before free. from Michael McConvilleTed Unangst
ok semarie
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosIngo Schwarze
2015-09-14fix formatting by adding the required quotes to .Fa in the SYNOPSISIngo Schwarze
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree.
2015-09-14some conn_version and conn_cipher bits;Jason McIntyre
2015-09-14Wrap moncontrol() so that internal calls go direct and it's a weak symbolPhilip Guenther
2015-09-14in the SYNOPSIS, make void function arguments explicitIngo Schwarze
2015-09-14Only two of the *rand48.c files need <math.h>, so just #include it in themPhilip Guenther
2015-09-14use .Va for global variables, and .Vt where the type is includedIngo Schwarze
2015-09-14vax deserves gdtoa love too!Philip Guenther
2015-09-14Wrap the remaining __*dtoa() functions so that internal calls go directPhilip Guenther
2015-09-14Expose EOF without close-notify via tls_close().Joel Sing
Make tls_read(3)/tls_write(3) follow read(2)/write(2) like semantics and return 0 on EOF with and without close-notify. However, if we saw an EOF from the underlying file descriptors without getting a close-notify, save this and make it visible when tls_close(3) is called. This keeps the semantics we want, but makes it possible to detect truncation at higher layers, if necessary. ok beck@ guenther@
2015-09-14Wrap <langinfo.h> and <regexp.h> so internal calls go direct andPhilip Guenther
the symbols are weak
2015-09-14Wrap <locale.h> so internal calls go directPhilip Guenther
2015-09-14Return an error if tls_handshake() or tls_close() is called on a contextJoel Sing
for which they are not valid operations. ok beck@
2015-09-14Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weakPhilip Guenther
2015-09-14Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-14KNFPhilip Guenther
2015-09-14add missing function return typesIngo Schwarze
2015-09-14Wrap <asr.h> so internal calls go direct and all the symbols are weakPhilip Guenther
2015-09-14Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalPhilip Guenther
calls go direct and all the symbols are weak
2015-09-14Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all thePhilip Guenther
symbols are weak
2015-09-14Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weakPhilip Guenther
2015-09-14Wrap <netgroup.h> so internal calls go direct and the symbols are all weakPhilip Guenther
2015-09-14Make isfdtype() and getmntinfo() weak symbolsPhilip Guenther