crosvm/sys_util/src
Zach Reizner 298b41cf82 sys_util: move round_to_page_size to sys_util
This function will be used elsewhere in gpu_display.

TEST=None
BUG=None

Change-Id: I58b820511ea5a55a53ad640fdfe7c96d2dbdc73b
Reviewed-on: https://chromium-review.googlesource.com/1105481
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
2018-06-21 16:31:43 -07:00
..
errno.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
eventfd.rs sys_util: remove deprecated Poller/Pollable interface 2018-04-06 19:50:33 -07:00
file_flags.rs sys_util: add type to get open file flags 2018-03-29 21:59:44 -07:00
fork.rs crosvm: add uid_map/gid_map support to jailed devices 2017-09-08 17:35:58 -07:00
guest_address.rs crosvm: change GuestAddress to always be a u64 2018-02-01 18:08:55 -08:00
guest_memory.rs crosvm: guest_memory: add memory_size method 2018-03-27 18:01:43 -07:00
handle_eintr.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
ioctl.rs sys_util: add ioctl module 2017-07-13 22:03:30 -07:00
lib.rs sys_util: move round_to_page_size to sys_util 2018-06-21 16:31:43 -07:00
mmap.rs sys_util: use MADV_DONTDUMP for new mmaps 2018-03-30 21:53:32 -07:00
passwd.rs sys_util: fix handling EINTR of C system functions 2018-03-01 16:13:07 -08:00
poll.rs sys_util: handle EINTR return from epoll_wait 2018-04-19 01:13:09 -07:00
shm.rs sys_util: SharedMemory: fix signature for memfd_create syscall 2018-05-09 04:33:14 -07:00
signal.rs Fix signal handling in VCPU threads 2018-04-23 10:50:01 -07:00
signalfd.rs sys_util: remove deprecated Poller/Pollable interface 2018-04-06 19:50:33 -07:00
sock_ctrl_msg.rs sys_util: properly convert errors in sock_ctrl_msg 2018-03-01 16:13:05 -08:00
struct_util.rs sys_util: Add struct utils 2017-05-10 20:58:06 -07:00
syslog.rs syslog: closelog before trying to figure out the fd 2018-01-05 14:28:45 -08:00
tempdir.rs fix armv7a and aarch64 build errors and warnings 2017-09-01 12:39:18 -07:00
terminal.rs sys_util: remove deprecated Poller/Pollable interface 2018-04-06 19:50:33 -07:00