1. 633426a edition: Fill in macro imports by David Tolnay · 5 years ago
  2. a70a219 sys_util: Enable macros imported individually by David Tolnay · 5 years ago
  3. d49adc9 sys_util: add MemoryMappingArena by Daniel Prilik · 6 years ago
  4. 107edb3 main: add --cpu-affinity option to pin VCPUs by Daniel Verkamp · 6 years ago
  5. 2a01b4d sys_util: Use expect_err instead of panicking by Chirantan Ekbote · 5 years ago
  6. 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 5 years ago
  7. ce48c2b edition: Update sys_util to 2018 edition by David Tolnay · 6 years ago
  8. fdac5ed edition: Use dyn syntax for trait objects by David Tolnay · 6 years ago
  9. b6b84db sys_util: sock_ctrl_msg: Make clippy clean by Dylan Reid · 6 years ago
  10. 788d0de sys_util: ioctl: Make clippy clean by Dylan Reid · 6 years ago
  11. 681d1ff sys_util: clock: Make clippy clean by Dylan Reid · 6 years ago
  12. cb5573b sys_util: net: Make clippy clean by Dylan Reid · 6 years ago
  13. 348df2d sys_util: shm: Make clippy clean by Dylan Reid · 6 years ago
  14. 31c7937 sys_util: write_zeros: Make clippy clean by Dylan Reid · 6 years ago
  15. 6a6a360 sys_util: poll: Make clippy clean by Dylan Reid · 6 years ago
  16. db4721d crosvm: add memfd for GuestMemory by Daniel Prilik · 6 years ago
  17. 1904069 sys_util: errno: Make clippy clean by Dylan Reid · 6 years ago
  18. 7abdbfe sys_util: don't use hostname in syslog message header by Chris Morin · 6 years ago
  19. a833564 sys_util: timerfd: fix clippy lints by Dylan Reid · 6 years ago
  20. fe3ef7d edition: Update absolute paths to 2018 style by David Tolnay · 6 years ago
  21. 8d7f4ac sys_util: guest_address: take self by value in methods by Dylan Reid · 6 years ago
  22. e54188b data_model: ignore clippy error for mut from non-mut by Dylan Reid · 6 years ago
  23. 7100607 Drop capabilities before spawning any vcpu thread by Dmitry Torokhov · 6 years ago
  24. 4547e30 sys_util: remove deprecated functions by paulhsia · 6 years ago
  25. c69f975 error: Consistently use Display instead of error description() by David Tolnay · 6 years ago
  26. b7196e2 sys_util: add seqpacket features by Zach Reizner · 6 years ago
  27. 5dcef11 Allow custom protection for mmap. by Lepton Wu · 6 years ago
  28. fc7427e fmt: Format sys_util and fuzz crates using rustfmt by David Tolnay · 6 years ago
  29. b4bd00f error: Print errors using Display impl by David Tolnay · 6 years ago
  30. c14f2ec Add IOCTL number functions that accept one parameter by Jorge E. Moreira · 6 years ago
  31. 186eb8b sys_util: wait on specific pid in panic_safe test by Daniel Verkamp · 6 years ago
  32. d3144f7 Add FakeClock and FakeTimerFd for use in tests. by Miriam Zimmerman · 6 years ago
  33. 230b0cd sys_util: Fix unit test error in arm by paulhsia · 6 years ago
  34. db36427 sys_util: refactor pollcontext to decouple events from epoll fd. by Jingkui Wang · 6 years ago
  35. d5a9552 build: Restore ability to compile data_model and sys_util in isolation by David Tolnay · 6 years ago
  36. 4adfdc0 memory: Add methods to return error on short writes and reads by David Tolnay · 6 years ago
  37. 1d44223 sys_util: Add net module includes UnixSeqpacket by paulhsia · 6 years ago
  38. 2d29233 Move validate_raw_fd to sys_util by Chirantan Ekbote · 6 years ago
  39. 3a794cc Add "Fd" wrapper for RawFd type. by Miriam Zimmerman · 6 years ago
  40. 6d47e1b sys_util: add set_len() trait by Daniel Verkamp · 6 years ago
  41. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 6 years ago
  42. 3cba30d sys_util: add debug to eventfd by Jingkui Wang · 6 years ago
  43. 1dda82e sys_util: Combine GuestMemory::with_regions and with_regions_mut by David Tolnay · 6 years ago
  44. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
  45. 42c409c sys_util: Add ability to set real time thread priority by Dylan Reid · 6 years ago
  46. d4d9c26 poll_token: Use syn to simplify poll token derive by David Tolnay · 6 years ago
  47. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 6 years ago
  48. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  49. 9ae286d sys_util: replace fallocate64 with libc call by Daniel Verkamp · 6 years ago
  50. 510c783 sys_util: add trait to fsync File and QcowFile by Daniel Verkamp · 6 years ago
  51. de198cc devices: virtio: block: ignore Discard failures by Daniel Verkamp · 6 years ago
  52. 2167ae9 sys_util: add SeekHole trait by Daniel Verkamp · 6 years ago
  53. abbe0c8 sys_util: use PUNCH_HOLE to implement write_zeroes by Daniel Verkamp · 6 years ago
  54. 029fc66 sys_util: use checked arithmetic and alignment in sock_ctrl_msg by Zach Reizner · 6 years ago
  55. 06a7779 sys_util: simplify format string for Display impl for Priority by Zach Reizner · 6 years ago
  56. 310b308 rustfmt wire_format_derive and poll_token_derive by Daniel Verkamp · 6 years ago
  57. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  58. 36d4ec5 sys_util: use fallocate64 for large file support by Daniel Verkamp · 6 years ago
  59. a99954c sys_util: remove Scm struct and sock_ctrl_msg C library by Zach Reizner · 6 years ago
  60. 407c315 sys_util: timerfd: Add ability to check if the timer is armed by Dylan Reid · 6 years ago
  61. 059a188 Arch: Big refactor and add an empty PCI bus by Dylan Reid · 6 years ago
  62. a3d11ed sys_util: add WriteZeroes trait and impl for File by Daniel Verkamp · 6 years ago
  63. 0e8f6fa sys_util: add safe wrapper for fallocate() by Daniel Verkamp · 6 years ago
  64. eba6e7f sys_util: enable custom events in pollcontext by Jingkui Wang · 6 years ago
  65. 448516e balloon: Implement device policy by Chirantan Ekbote · 6 years ago
  66. 298b41c sys_util: move round_to_page_size to sys_util by Zach Reizner · 6 years ago
  67. d8f10af crosvm: Switch to cc crate. by Manoj Gupta · 6 years ago
  68. 17bd06f sys_util: SharedMemory: fix signature for memfd_create syscall by Sonny Rao · 6 years ago
  69. 6ed5aea Fix signal handling in VCPU threads by Mark Ryan · 6 years ago
  70. d14c41a sys_util: handle EINTR return from epoll_wait by Zach Reizner · 6 years ago
  71. 4fcd1af sys_util: remove deprecated Poller/Pollable interface by Zach Reizner · 6 years ago
  72. c1b74eb sys_util: add method for copying PollEvents by Zach Reizner · 6 years ago
  73. 5d586b7 sys_util: use MADV_DONTDUMP for new mmaps by Zach Reizner · 7 years ago
  74. b2e528b sys_util: impl Pollable for File by Zach Reizner · 7 years ago
  75. 1028f53 sys_util: have Poller return token on POLLHUP by Zach Reizner · 7 years ago
  76. 3afab33 sys_util: add type to get open file flags by Zach Reizner · 7 years ago
  77. 2948450 sys_util: add function for creating pipe pairs by Zach Reizner · 7 years ago
  78. 62a4063 crosvm: guest_memory: add memory_size method by Sonny Rao · 7 years ago
  79. fec86cc poll_token_derive: Calculate variant bits without sizeof_val by Chirantan Ekbote · 7 years ago
  80. d604dbb crosvm/plugin: refactor poll loop to use PollContext by Zach Reizner · 7 years ago
  81. 25c6bc1 sys_util: custom derive for PollToken by Zach Reizner · 7 years ago
  82. a5358e8 sys_util: add PollContext interface for using epoll by Zach Reizner · 7 years ago
  83. aa83c17 sys_util: register_signal_handler should use SA_RESTART by Dmitry Torokhov · 7 years ago
  84. 0a404b8 sys_util: fix issue in ppoll on 32-bit architectures by Sonny Rao · 7 years ago
  85. cb47da4 sys_util: fix handling EINTR of C system functions by Dmitry Torokhov · 7 years ago
  86. 3cbbbe6 sys_util: do not treat EINTR as negative in handle_eintr by Dmitry Torokhov · 7 years ago
  87. 8b32d55 sys_util: properly convert errors in sock_ctrl_msg by Dmitry Torokhov · 7 years ago
  88. 59cdd83 sys_util: implement error trait for sys_util::Error by Sonny Rao · 7 years ago
  89. d33407a guest_memory: implement error trait by Sonny Rao · 7 years ago
  90. 42d194d kvm: plumb in KVM_SET_SIGNAL_MASK ioctl by Dmitry Torokhov · 7 years ago
  91. b7bb002 sys_util: use sigaction() instead of signal() when installing handler by Dmitry Torokhov · 7 years ago
  92. 2cd14a1 sys_util: allow clearing given pending signal by Dmitry Torokhov · 7 years ago
  93. cd40533 sys_util: factor out signal manipulation from signalfd into signal by Dmitry Torokhov · 7 years ago
  94. c79de2d crosvm: add advisory locking for disk images by Stephen Barber · 7 years ago
  95. a912b2c sys_util: implement IntoRawFd for EventFd by Zach Reizner · 7 years ago
  96. 5c984f9 mmap: remove unused 'use' by Dylan Reid · 7 years ago
  97. 29cd40a crosvm: change GuestAddress to always be a u64 by Sonny Rao · 7 years ago
  98. ea7fa56 sys_util: add timeout support to Poller by Zach Reizner · 7 years ago
  99. 61046bf sys_util: SharedMemory: Add into_file by Dylan Reid · 7 years ago
  100. ee2f1fe sys_util: replace sysconf(_SC_PAGESIZE) with a safe wrapper by Zach Reizner · 7 years ago