summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-11-14mutli -> multiMiod Vallat
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2015-11-14Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsPhilip Guenther
2015-11-14update the NAME section; ok nicm schwarzeJason McIntyre
2015-11-12update NAME; ok schwarze nicmJason McIntyre
2015-11-12fix a typo in NAME and add two missing entries;Jason McIntyre
2015-11-12the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;Jason McIntyre
2015-11-12add mul and mul_add to NAME;Jason McIntyre
2015-11-12update cross references after deleting the imaginary MLINKSIngo Schwarze
2015-11-12Convert the handful of manuals that had imaginary names,Ingo Schwarze
2015-11-11add missing functions to NAME, or otherwise correct the mlinkJason McIntyre
2015-11-11Convert five more manuals from POD to mdoc.Ingo Schwarze
2015-11-11Convert and enable CMS manuals.Ingo Schwarze
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-11-10update NAME section to include all documented functions,Jason McIntyre
2015-11-10Document tzsetwall(). OK schwarze@ jmc@Todd C. Miller
2015-11-10SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb;Jason McIntyre
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-11-10libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()Philip Guenther
2015-11-09update some client/server info; from jan klemkowJason McIntyre
2015-11-08inet(4), not inet(3);Jason McIntyre
2015-11-07add missing NAME entries;Jason McIntyre
2015-11-06Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;Miod Vallat
2015-11-06From FreeBSD 23397:Alexandr Shadchin
2015-11-06Remove needless comma.mmcc
2015-11-05Set the name server counter in __res_state correctly if a nameserverAlexander Bluhm
2015-11-05After removing National Language Support (NLS) from base, stopAlexander Bluhm
2015-11-05When filling the __res_state compatibiliy struct, a long list ofAlexander Bluhm
2015-11-05Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left byMiod Vallat
2015-11-05Mention ROTL() is always invoked with a proper shift value, due to the way theMiod Vallat
2015-11-05document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring backStuart Henderson
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04clean up HISTORY;Jason McIntyre
2015-11-03Improve explanations throughoutTheo de Raadt
2015-11-03bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.Brent Cook
2015-11-03systrace should work nowTed Unangst
2015-11-02kill 0 has worked for ages, no idea how the man page could be so innacurate s...Theo de Raadt
2015-11-02(struct timezone *)NULL -> NULLmmcc
2015-11-02(struct timezone *)0 -> NULLmmcc
2015-11-02Fix typo in comment of previous commit: "that that".Reyk Floeter
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-11-02Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,Reyk Floeter
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-10-31Invoke the _HIDDEN() sigprocmask label rather than the public one.Miod Vallat
2015-10-31This is sigprocmask, not sigpending.Miod Vallat
2015-10-31Do not include a timestamp in the syslog message. There is no need --Theo de Raadt