Files
xserver/os
Enrico Weigelt, metux IT consult 4f65d06116 os: replace GenerateRandomData() by custom arc4random_buf() on platforms that missing it
arc4random_buf() is a pretty standard libc function on Unix'oid platforms,
but not all our targets have it, thus we need a fallback there. Currently we
have GenerateRandomData(), which either just wraps arc4random_buf() or provides
some fallback implementation.

For those cases it's easier to just implement missing functions directly
instead of having custom wrapper functions. So, drop GenerateRandomData()
in favor of arc4random_buf() and provide fallback implementation for where
it is missing.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-09-12 15:37:13 +02:00
..
2025-08-07 16:57:43 +02:00
2025-06-12 16:49:45 +02:00
2024-04-15 19:54:34 +00:00
2024-10-10 13:38:31 +00:00
2025-07-18 22:24:55 +02:00
2025-08-04 15:55:36 +02:00
2024-05-08 09:37:35 +02:00
2024-03-09 17:34:51 +00:00
2025-06-12 17:21:44 +02:00
2025-06-12 17:21:46 +02:00
2024-10-10 13:38:31 +00:00
2024-10-10 13:38:31 +00:00
2025-06-12 17:21:44 +02:00
2024-10-10 13:38:31 +00:00
2024-10-10 13:38:31 +00:00
2025-06-12 16:49:45 +02:00
2025-08-07 16:57:43 +02:00
2025-02-23 17:46:13 +00:00
2025-07-31 17:01:10 +02:00
2025-06-12 16:49:45 +02:00
2024-03-03 23:11:05 +00:00