index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
random-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
random-util: use RDRAND for randomness if the kernel doesn't want to give us any
Lennart Poettering
2018-08-21
1
-2
/
+59
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic/random-util: do not use getrandom() under msan
Evgeny Vereshchagin
2018-05-31
1
-1
/
+1
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-2
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-4
/
+4
*
treewide: fix typos (#6566)
Torstein Husebø
2017-08-08
1
-1
/
+1
*
random-util: we are fine if ints are 16 bytes actually
Lennart Poettering
2017-07-11
1
-1
/
+1
*
random-util: always cast from smaller to bigger type when comparing
Lennart Poettering
2017-07-11
1
-4
/
+4
*
basic: Fix build warning in random-util (#6284)
Benjamin Robin
2017-07-04
1
-3
/
+3
*
basic/random-util: do not fall back to /dev/urandom if getrandom() returns short
Zbigniew Jędrzejewski-Szmek
2017-06-28
1
-35
/
+42
*
basic/random-util: use most of the pseudorandom bytes from rand()
Zbigniew Jędrzejewski-Szmek
2017-06-28
1
-8
/
+33
*
basic/random-util: add new header for getrandom()
Zbigniew Jędrzejewski-Szmek
2017-04-21
1
-1
/
+7
*
Fixed a small typo in a comment (#3514)
Alex Gaynor
2016-06-12
1
-1
/
+1
*
basic: getauxval(AT_RANDOM) is apparently not necessarily aligned
Lennart Poettering
2016-01-28
1
-7
/
+8
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-4
/
+5
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-6
/
+7
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+129