summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-14fix powerpc TLS problems by removing the hacks for PPC EABI.chs
2014-12-13Always use kqueue for BSDs in librumpclientjustin
2014-12-11Fix rcsid comment.riastradh
2014-12-10Add two more Makefile conditionals required for RUMPRUN=yespooka
2014-12-10Add hooks for RUMPRUN build of libcpooka
2014-12-08Use kqueue in librumpclient for FreeBSD toojustin
2014-12-08Avoid uninitialised variable warning when gcc is feeling lazyjustin
2014-11-26Changes done in rsh.c rev. 1.36 was incomplete. As chuq pointedenami
2014-11-26- Use O_DIRECTORY to open the file, so that we don't need to stat() afterchristos
2014-11-24knf, no functional change.christos
2014-11-24Don't read past the end when the data is exactly the right size. Reportedchristos
2014-11-24Fix ptrace %rcx corruption when pthread_errno() is used. Small example:christos
2014-11-18welcome to 2014jchristos
2014-11-17Tweak wording, define `output', remove misplaced scaremongering.riastradh
2014-11-17PR/49399: Henning Petersen: Add man pages for erfl and erfclchristos
2014-11-17Fix Google Groups link.riastradh
2014-11-17Remove unnecessary Ns before punctuation. Fix a line.wiz
2014-11-17Cross-reference rnd(4).riastradh
2014-11-17Markup for BUGS note about arc4random_uniform.riastradh
2014-11-17Amplify comment about how quickly RC4 was known to be bad.riastradh
2014-11-17Ruminate on security model choices and API design in arc4random(3).riastradh
2014-11-17Note relation of arc4random(3) to rand(3)/random(3).riastradh
2014-11-16Grammar.wiz
2014-11-16Rewrite arc4random(3) with ChaCha20-based PRNG and per-thread state.riastradh
2014-11-16Don't try to extend the offset range on 32 bit machines by treating negativechristos
2014-11-16Deal with the potential pressence of long double support.joerg
2014-11-15It's copysign, not _copysign.joerg
2014-11-15Add copysignl aliases.joerg
2014-11-14bump yearwiz
2014-11-14Commit to returning 1, not any nonzero value.riastradh
2014-11-14Define copysignl on !long double platforms. Be consistent in the use ofjoerg
2014-11-14add erfl erfclchristos
2014-11-13add a couple more dummies (erf, erfc)christos
2014-11-13libdm is needed by LVM early in the boot process. Fixes bin/49357.mlelstv
2014-11-12Allow setxattr to be called with a NULL value, instead of crashing.manu
2014-11-11localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump.christos
2014-11-11Do not hardcode values for ENAMETOOLONG, use symblic constants.njoly
2014-11-11PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. structchristos
2014-11-10work around c11 visibility problems on some version(s) of FreeBSDpooka
2014-11-10Just _GNU_SOURCE should be enough to expose everything necessary on Linuxpooka
2014-11-09Move rump kernel man pages from various sources to sys/rumppooka
2014-11-08Remove superfluous getcontext()justin
2014-11-08Move makecontext into function with getcontext for consistencyjustin
2014-11-08Fix some error handling cases.justin
2014-11-05Add some prototypes for Android rump kernel buildsjustin
2014-11-05check for clock_gettime from librt toopooka
2014-11-05assert that clock_gettime() does not failpooka
2014-11-05fix clock_gettime emulationpooka
2014-11-05update for NetBSD-current having clock_nanosleeppooka
2014-11-05actually check for clock_nanosleep()pooka