crosvm/sys_util/src
Zach Reizner 6d6efb20c0 remove dependencies on syscall_defines
The syscall_defines crate is redundant with an up to date libc. This
change removes any dependency on syscall_defines. A new libc is required
to bring in some new syscall numbers like the ones for io_uring.

TEST=./test_all
BUG=None

Cq-Depend: chromium:2832000
Change-Id: I6df7fb992bacb5efd54cefca08836d52f4bfcd8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2832001
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Allen Webb <allenwebb@google.com>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Zach Reizner <zachr@chromium.org>
2021-04-21 21:01:38 +00:00
..
android sys_util: Log to logd via liblog on Android. 2020-08-18 06:20:00 +00:00
linux sys_util: Fix clippy errors for dev-lang/rust-1.51.0 2021-04-16 15:14:25 +00:00
alloc.rs crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
capabilities.rs
clock.rs devices: pit updates for hypervisor abstraction 2020-07-06 19:12:08 +00:00
descriptor.rs sys_util: Fix clippy errors for dev-lang/rust-1.51.0 2021-04-16 15:14:25 +00:00
descriptor_reflection.rs sys_util: descriptor_reflection - fix warning in nightly 2021-04-19 22:17:09 +00:00
errno.rs implement Serialize and Deserialize for base and sys_util types 2021-03-29 19:39:52 +00:00
eventfd.rs Replace dup with fcntl(F_DUPFD_CLOEXEC) 2021-04-15 10:34:04 +00:00
external_mapping.rs gpu_renderer: remove redundant -> () from fns 2020-08-13 01:28:52 +00:00
file_flags.rs
file_traits.rs [data_model] VolatileSlice use IoSlice. 2020-07-21 23:20:22 +00:00
fork.rs remove dependencies on syscall_defines 2021-04-21 21:01:38 +00:00
handle_eintr.rs sys_util: Apply clippy's autofix 2020-08-06 03:28:09 +00:00
ioctl.rs sys_util: Fix clippy:missing_safety_doc warnings 2020-08-06 03:28:12 +00:00
lib.rs remove dependencies on syscall_defines 2021-04-21 21:01:38 +00:00
mmap.rs mmap: add use_hugepages() helper method 2021-04-20 13:24:16 +00:00
net.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
passwd.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00
poll.rs base: Add WaitContext 2020-10-31 07:12:30 +00:00
priority.rs
rand.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
raw_fd.rs
sched.rs enable core scheduling with the chromeos feature 2020-07-21 02:19:51 +00:00
scoped_path.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
scoped_signal_handler.rs sys_util: Add scoped_signal_handler. 2021-04-16 18:04:32 +00:00
seek_hole.rs Simplify tests with tempfile::tempfile() 2020-08-27 00:39:03 +00:00
shm.rs remove dependencies on syscall_defines 2021-04-21 21:01:38 +00:00
signal.rs sys_util: Fix 1.51.0 acronym case clippy warnings. 2021-04-21 00:14:11 +00:00
signalfd.rs base: Add WaitContext 2020-10-31 07:12:30 +00:00
sock_ctrl_msg.rs sys_util: Fix 1.51.0 acronym case clippy warnings. 2021-04-21 00:14:11 +00:00
struct_util.rs sys_util: Fix clippy:missing_safety_doc warnings 2020-08-06 03:28:12 +00:00
syslog.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00
terminal.rs devices: remove user_command from proxy device 2020-01-09 07:53:57 +00:00
timerfd.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00
vsock.rs sys_util: Migrate additional code from libchromeos-rs. 2021-04-19 22:44:13 +00:00
write_zeroes.rs sys_util: Fix clippy errors and warnings 2021-03-04 20:23:12 +00:00