clean up dns_parse_callback
[musl] / src / prng /
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerapply hidden visibility to various remaining internal...
2018-09-12 Rich Felkeradd and use internal header for *rand48 lcg
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2016-12-17 Rich Felkerfix mrand48/jrand48 return value on 64-bit archs
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-09-22 Rich Felkerfix incorrect sequence generation in *rand48 prng functions
2014-01-21 Szabolcs Nagyfix initstate to make the state buffer usable in setstate
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-06-12 Rich Felkerimprove the quality of output from rand_r
2013-06-08 Szabolcs Nagyprng: make rand_r have 2^32 period instead of 2^31
2013-06-08 Szabolcs Nagyprng: fix rand() to give good sequence with small state
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-06-29 Rich Felkerlocking support for random() prng
2011-06-23 Rich Felkerinitial commit of prng implementation by Szabolcs Nagy
2011-02-12 Rich Felkerinitial check-in, version 0.5.0