summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-11-17don't call AUDIO_SETFD ioctl as it's a no-opAlexandre Ratchov
2015-11-16minor tweaks;Jason McIntyre
2015-11-16Permit revoke(2) for a pledge "rpath tty"Theo de Raadt
2015-11-16Only perform revoke(2) on tty cdevs. Others paths return ENOTTY.Theo de Raadt
2015-11-16add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcStuart Henderson
2015-11-15update NAME; ok schwarzeJason McIntyre
2015-11-15Tweak previous: rename it to fpround() to match FreeBSDPhilip Guenther
2015-11-15update NAME; ok nicm schwarzeJason McIntyre
2015-11-15_towctrans_ext and _wctrans_init are now hidden; so drop them from the listPhilip Guenther
2015-11-15ui_new -> UI_new;Jason McIntyre
2015-11-15fix references to lhash(3);Jason McIntyre
2015-11-15I got a round tuit to rename round() to roundit() to avoid gcc warning.Philip Guenther
2015-11-14libocurses can go to the Attic. last consumer of it was ramdisk more(1)Theo de Raadt
2015-11-14Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in thePhilip Guenther
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