index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
random-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
random-util: open /dev/urandom implicitly in random_write_entropy() if needed
Lennart Poettering
2020-12-03
1
-3
/
+14
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
random-util: Add an environment variable to disable RDRAND.
Kyle Huey
2020-09-24
1
-0
/
+10
*
all: fix minor typos
Yuri Chornoivan
2020-07-07
1
-1
/
+1
*
random-util: add common helper random_write_entropy() for crediting entropy t...
Lennart Poettering
2020-06-24
1
-0
/
+35
*
random-util: make use of GRND_INSECURE when it is defined
Lennart Poettering
2020-05-10
1
-2
/
+16
*
random-util: use ERRNO_IS_NOT_SUPPORTED() macro
Lennart Poettering
2020-05-10
1
-1
/
+2
*
random-util: actually encode our expectations on RAND_MAX
Lennart Poettering
2020-05-10
1
-1
/
+3
*
random-util: call initialize_srand() after fork()
Yu Watanabe
2019-12-17
1
-1
/
+13
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-7
/
+2
*
random-seed: move pool size determination to random-util.[ch]
Lennart Poettering
2019-07-25
1
-0
/
+25
*
random-util: add a longer comment explaining our RDRAND use
Lennart Poettering
2019-05-16
1
-4
/
+111
*
random-util: eat up bad RDRAND values seen on AMD CPUs
Lennart Poettering
2019-05-10
1
-1
/
+14
*
util-lib: fix a typo in rdrand
Evgeny Vereshchagin
2019-05-08
1
-1
/
+1
*
random-util: rename "err" to "success"
Lennart Poettering
2019-05-07
1
-4
/
+4
*
random-util: hash AT_RANDOM getauxval() value before using it
Lennart Poettering
2019-05-07
1
-6
/
+12
*
random-util: use gcc's bit_RDRND definition if it exists
Lennart Poettering
2019-05-07
1
-1
/
+6
*
random-util: rename RANDOM_DONT_DRAIN → RANDOM_MAY_FAIL
Lennart Poettering
2019-05-07
1
-17
/
+19
*
Add wrapper for __msan_unpoinson() to reduce #ifdeffery
Zbigniew Jędrzejewski-Szmek
2019-02-25
1
-9
/
+2
*
random-util: drop duplicated linux/random.h
Yu Watanabe
2018-12-06
1
-1
/
+0
*
random-util: allow RDRAND to be used in 32-bit x86 binaries
Mike Gilbert
2018-11-10
1
-7
/
+7
*
basic: make rdrand64 a little bit more MSAn-friendly
Evgeny Vereshchagin
2018-11-10
1
-0
/
+8
*
random-util: optionally allow randomness to be generated via RDRAND
Lennart Poettering
2018-11-08
1
-27
/
+48
*
random-util: introduce RANDOM_DONT_DRAIN
Lennart Poettering
2018-11-08
1
-11
/
+12
*
random-util: if zero random bytes are requested we can always fulfill the req...
Lennart Poettering
2018-11-08
1
-0
/
+3
*
random-util: optionally enable blocking getrandom() behaviour
Lennart Poettering
2018-11-08
1
-57
/
+77
*
random-util: change high_quality_required bool parameter into a flags parameter
Lennart Poettering
2018-11-08
1
-10
/
+8
*
random-util: fix indentation
Lennart Poettering
2018-11-08
1
-2
/
+2
*
random-util: handle if getrandom() returns 0
Lennart Poettering
2018-11-08
1
-0
/
+3
*
random-util: rename acquire_random_bytes() → genuine_random_bytes()
Lennart Poettering
2018-11-08
1
-10
/
+7
*
random-util: initialize srand() from RDRAND
Lennart Poettering
2018-11-06
1
-0
/
+4
*
random-util: we don't intend to write to auxv, hence make it const
Lennart Poettering
2018-11-06
1
-2
/
+2
*
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
[next]