crosvm/sys_util/src
Andrew Walbran 67448289e5 Use platform abstraction around libc::__errno_location.
It has a different name on Android.

BUG=b:158290206
TEST=cargo test

Change-Id: I424d0ddf24c008a06570c709354c7c2dd9395738
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2294865
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: Dylan Reid <dgreid@chromium.org>
Commit-Queue: Andrew Walbran <qwandor@google.com>
2020-07-16 13:34:19 +00:00
..
affinity.rs clippy: Iterate without calling .iter() 2019-04-18 19:51:01 -07:00
alloc.rs crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
capabilities.rs edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
clock.rs devices: pit updates for hypervisor abstraction 2020-07-06 19:12:08 +00:00
descriptor.rs sys_util: EventFd using SafeDescriptor 2020-07-06 03:18:56 +00:00
errno.rs Use platform abstraction around libc::__errno_location. 2020-07-16 13:34:19 +00:00
eventfd.rs sys_util: eventfd read_timeout function 2020-07-06 19:12:09 +00:00
file_flags.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
file_traits.rs Make VolatileSlice ABI-compatible with iovec 2020-05-25 19:14:07 +00:00
fork.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
guest_address.rs sys_util: guest_address: take self by value in methods 2019-03-12 18:54:14 -07:00
guest_memory.rs hypervisor: add Vm user memory region functions 2020-06-10 17:08:55 +00:00
handle_eintr.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
ioctl.rs sys_util: Add IoctlNr type, as different platforms use different types. 2020-07-15 19:10:23 +00:00
lib.rs Adding hypervisor crate to abstract out Kvm implementation 2020-05-03 22:01:30 +00:00
mmap.rs hypervisor: add Vm user memory region functions 2020-06-10 17:08:55 +00:00
net.rs sys_util: recv entire UnixSeqpacket packets into Vec 2020-02-06 21:56:37 +00:00
passwd.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
poll.rs sys_util: poll: add iter_writable to set of methods for PollEvents 2019-11-26 21:05:42 +00:00
priority.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
raw_fd.rs Add "Fd" wrapper for RawFd type. 2019-01-05 20:08:32 -08:00
seek_hole.rs tempfile: Unify the two tempdir implementations 2019-07-11 16:15:38 -07:00
shm.rs remove instantes of using IntoRawFd in unsafe blocks 2020-05-07 22:59:35 +00:00
signal.rs sys_util: allow adding handlers for all signals 2019-10-03 06:57:34 +00:00
signalfd.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
sock_ctrl_msg.rs sys_util: Refactor IntoIovec 2020-05-28 07:14:58 +00:00
struct_util.rs Remove redundant single-component imports 2020-04-26 00:15:36 +00:00
syslog.rs sys_util: cleanup shared mem file after test 2020-02-26 06:45:16 +00:00
terminal.rs devices: remove user_command from proxy device 2020-01-09 07:53:57 +00:00
timerfd.rs sys_util: timerfd: Methods don't need to me mut 2020-04-23 19:50:08 +00:00
write_zeroes.rs sys_util: do not deallocate space in write_zeroes 2019-11-27 21:22:39 +00:00