summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-06-02- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)Jasper Lievisse Adriaanse
2009-06-02When authnone_create fails, do not leave behind a NULL cl_auth attribute,Ingo Schwarze
2009-06-02make the documentation of {svc,clnt}*create complete and correctIngo Schwarze
2009-06-02tweak previous;Jason McIntyre
2009-06-01When an RPC client program encounters ENOMEM while trying to printIngo Schwarze
2009-06-01Use the md atomic code on mips64 instead of the horrid slow code. Should haveMiod Vallat
2009-06-01A much better atomic lock routine.Miod Vallat
2009-06-01Correct the _atomic_lock() asm so that gcc accepts the constraintsPhilip Guenthe
2009-06-01Split getpw{nam,uid} off into their own man page. Hopefully, thisTodd C. Miller
2009-05-25add ipsCA as a valid authority.David Gwynne
2009-05-16don't set mode in sio_setpar(), already done at initializationAlexandre Ratchov
2009-05-16add a new ``hello'' message to aucat protocol useful to work onAlexandre Ratchov
2009-05-16fix style to make future diffs contain functional changes onlyAlexandre Ratchov
2009-05-16in aucat_getpar() and aucat_getcap(), initialize the message to sendAlexandre Ratchov
2009-05-15cleanup forgotten calls to exit(3)Alexandre Ratchov
2009-05-15replace s/sa/sio/, left from when libsa was renamed to libsndioAlexandre Ratchov
2009-05-15in headers, macro definitions come first, prototypes come nextAlexandre Ratchov
2009-05-15if DEBUG is defined, use a global debug level ratherAlexandre Ratchov
2009-05-15describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn valuesAlexandre Ratchov
2009-05-06Document AI_NUMERICSERV; feedback and ok millert@Jacek Masiulaniec
2009-05-03Fix signed vs unsigned issue with memcmp/strncmp where the size parameterDale Rahn
2009-04-29document that bogus lines are silently ignoredTheo de Raadt
2009-04-29Remove the stderr spray balony. Library functions should indicate failureTheo de Raadt
2009-04-29junk spaceTheo de Raadt
2009-04-25fix scalbn, scalbnf, frexpf on amd64. don't use double argMartynas Venckus
2009-04-22Correct the declaration of the dladdr() stub so that it has the correctPhilip Guenthe
2009-04-21alias and give frexpf symbol external linkage to scalbnf; this wasMartynas Venckus
2009-04-21no need to install includes from here anymoreTheo de Raadt
2009-04-21move src/lib/libsndio/sndio.h into src/include where other includeAlexandre Ratchov
2009-04-21Increase default thread stack size to 256K on 32bit archs and 512K onKurt Miller
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsMartynas Venckus
2009-04-19make ldexpf behavior consistent with the double and extended-precisionMartynas Venckus
2009-04-19- ldexp implementation has issues. switch to the one from libmMartynas Venckus
2009-04-15allow building without SHA384 and SHA512 (i.e. SHA256 only) withDamien Miller
2009-04-13Add gcj java class registration hooks for gcc3 elf archs. From NetBSDKurt Miller
2009-04-13protypes in sndio.h make reference to struct pollfd; applicationsAlexandre Ratchov
2009-04-12document that no leading whitespace is permitted between the option andOkan Demirmen
2009-04-11honor MSG_DONTWAITJacob Meuser
2009-04-11in the old days compiler could not convert decimal constantsMartynas Venckus
2009-04-10lrint, llrint, lrintf, llrintf for amd64. ok kettenis@, oga@Martynas Venckus
2009-04-10resync libssl/libcrypto pod documentation - quite a few more pages andDamien Miller
2009-04-08missing rcs ids; spacingMartynas Venckus
2009-04-08remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agreesMartynas Venckus
2009-04-08fix hexadecimal constant that was wrong; and confused with ieee. ok miod@Martynas Venckus
2009-04-06teach libpcap about scrub rulesHenning Brauer
2009-04-06crankus majorisDamien Miller
2009-04-06resolve conflictsDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2009-04-05accept %F, which actually behaves the same as %f. per C99Martynas Venckus
2009-04-05implement and use sqrt, sqrtf & fabsf in hardware; since it'sMartynas Venckus