cloud-hypervisor/net_util/src
Hui Zhu c313bcbfd4 net_util: Change libc::getrandom to getrandom::getrandom
libc::getrandom need to be called inside unsafe and it is not
cross-platform friendly.
Change it to getrandom::getrandom that is safe and cross-platform
friendly.

Signed-off-by: Hui Zhu <teawater@antfin.com>
2021-09-17 09:24:10 +02:00
..
ctrl_queue.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
lib.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00
mac.rs net_util: Change libc::getrandom to getrandom::getrandom 2021-09-17 09:24:10 +02:00
open_tap.rs misc: Remove unused errors from public interface 2021-05-11 13:37:19 +02:00
queue_pair.rs net_util: queue_pair: Simplify and fix the TX rate limiter 2021-07-01 09:44:10 +01:00
tap.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00