summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-13Makefile and header changes for OpenSSL-1.0.1cDamien Miller
2012-10-13import files that CVS missed; sighDamien Miller
2012-10-13resolve conflictsDamien Miller
2012-10-13import OpenSSL-1.0.1cDamien Miller
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-05add send(2) MSG_DONTWAIT support which enables us to choose nonblockingYASUOKA Masahiko
2012-10-03tweak text for consistency; from artturi almJason McIntyre
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-26Remove the first paragraph. The first sentence is already stated in theBrad Smith
2012-09-23Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedJeremy Evans
2012-09-23uint32_t is the integer type defined in stdint.hMarc Espie
2012-09-16remove some wacky Xo/Xc;Jason McIntyre
2012-09-15remove tahoe-specific makefile machinery, no such hardware is known to beMiod Vallat
2012-09-15Adapt ieee.h, gdtoa and libc to the fact that we don't have 80-bitMartynas Venckus
2012-09-15m88k does not have the m68k long double type actually (long double == doubleMiod Vallat
2012-09-15Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.Martynas Venckus
2012-09-15Improve instructions for handling non-blocking I/O with poll(2) andStefan Sperling
2012-09-14Don't read the xrun counter before the offset in the audio ring,Alexandre Ratchov
2012-09-14Have mio_open(3) document all return values in the RETURN VALUES section.Stefan Sperling
2012-09-13specify the bounds of the dst to strlcat (both values were static andTheo de Raadt
2012-09-13Update to tzcode2012f. Now that tzcode is in git there are no moeTodd C. Miller
2012-09-13Fix precedence bug (& has lower precedence than !=).Paul Irofti
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-09-11pthread_sigmask() doesn't require <pthread.h>, only <signal.h>.Matthew Dempsky
2012-09-09Use "unsigned int" instead of BSD "u_int" in <util.h> so that it canMatthew Dempsky
2012-09-09tweak optionsEric Faurot
2012-09-09allow to disable some features at build timeEric Faurot
2012-09-09cleanup asr_debug.cEric Faurot
2012-09-09use proper macros for debug traces.Eric Faurot
2012-09-08Reverse the order that ctors and dtors are run in accordance withMatthew Dempsky
2012-09-08split asr_resolver.c into different files to overlay the libc/netEric Faurot
2012-09-07add const where missingTed Unangst
2012-09-07return value has no use; make it void.Eric Faurot
2012-09-07unused variablesEric Faurot
2012-09-07various fixes;Jason McIntyre
2012-09-07tmpname -> tempnam; from Artturi AlmJason McIntyre
2012-09-06Move the commented out test program in pkcs5_pbkdf2.c into a properMatthew Dempsky
2012-09-06config parsing is done in one pass now. no need to use callback anymore.Eric Faurot
2012-09-06some better phrasing, mostly via jsingTed Unangst
2012-09-06move pkcs5_pbkdf5 function to libutil so everybody can play with itTed Unangst
2012-09-06include yp headers if necessary.Eric Faurot
2012-09-06make it easy to build without debug codeEric Faurot
2012-09-06add a strsplit() helper to factorize code a bit.Eric Faurot
2012-09-06YP is now supported.Eric Faurot
2012-09-06remove unused member, reorganize a bit and sync manpage.Eric Faurot
2012-09-05Get rid of the hostaddr_async subquery and merge its behaviourEric Faurot
2012-09-05Implement basic (blocking) YP support for getaddrinfo_async().Eric Faurot
2012-09-05Make hostaddr_async() return a linked list of struct addrinfo. FirstEric Faurot
2012-09-04arc4random_buf is the easy way to fill a buffer now. ok deraadtTed Unangst
2012-09-04Add support for -fPICTheo de Raadt