summaryrefslogtreecommitdiffstats
path: root/lib/randutils.c
Commit message (Expand)AuthorAgeFilesLines
* lib/randutils: don't break on EAGAIN, use usleep()Karel Zak2018-03-201-5/+12
* lib/randutils: Do not block on getrandom()Carlo Caione2018-03-191-1/+5
* lib/randutils: remove superfluous continueKarel Zak2017-10-021-6/+3Star
* misc: fix some printf format stringsRuediger Meier2017-08-161-2/+4
* lib/randutils: reset lose counterKarel Zak2017-08-141-1/+1
* lib/randutils: improve getrandom() usageKarel Zak2017-08-141-18/+46
* lib/randutils.c: More paranoia in getrandom() call.Christopher James Halse Rogers2017-08-081-1/+1
* lib/randutils.c: Fall back gracefully when kernel doesn't support getrandom(2).Christopher James Halse Rogers2017-08-081-18/+26
* build-sys: remove duplicate includesKarel Zak2017-05-121-1/+0Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-2/+2
* lib/randutils: glibc 2.25 has getrandom(2) declarationSami Kerola2017-02-131-1/+1
* lib: use unique ifdefs for testsKarel Zak2017-01-041-2/+2
* lib/randutils: use getrandom(2) when it is availableSami Kerola2016-12-111-16/+53
* lib/randutils: remove unnecessary functionKarel Zak2016-10-041-9/+3Star
* lib/randutils: add xsrand() and rand_get_number()Karel Zak2016-09-061-3/+15
* mcookie: use lib/randutilsSami Kerola2014-03-261-0/+22
* lib: use O_CLOEXEC in libcommonKarel Zak2013-04-031-2/+2
* include: cleanup copyright headersKarel Zak2013-01-081-1/+5
* build: fix unused parameter warningsSami Kerola2012-06-111-1/+2
* libuuid: avoid double open and leaking fd (reworked)Petr Uzel2012-05-101-5/+3Star
* libuuid: avoid double open and leaking descriptorPetr Uzel2012-05-041-3/+5
* lib: random utilitiesDavidlohr Bueso2012-04-101-0/+120