summaryrefslogtreecommitdiff
path: root/src/basic/random-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/random-util: do not use getrandom() under msanEvgeny Vereshchagin2018-05-311-1/+1
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* log: minimize includes in log.hLennart Poettering2018-01-111-2/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* treewide: fix typos (#6566)Torstein Husebø2017-08-081-1/+1
* random-util: we are fine if ints are 16 bytes actuallyLennart Poettering2017-07-111-1/+1
* random-util: always cast from smaller to bigger type when comparingLennart Poettering2017-07-111-4/+4
* basic: Fix build warning in random-util (#6284)Benjamin Robin2017-07-041-3/+3
* basic/random-util: do not fall back to /dev/urandom if getrandom() returns shortZbigniew Jędrzejewski-Szmek2017-06-281-35/+42
* basic/random-util: use most of the pseudorandom bytes from rand()Zbigniew Jędrzejewski-Szmek2017-06-281-8/+33
* basic/random-util: add new header for getrandom()Zbigniew Jędrzejewski-Szmek2017-04-211-1/+7
* Fixed a small typo in a comment (#3514)Alex Gaynor2016-06-121-1/+1
* basic: getauxval(AT_RANDOM) is apparently not necessarily alignedLennart Poettering2016-01-281-7/+8
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-4/+5
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+7
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+129