summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* sys_util: make UnixSeqpacket::recv use libc::recv interguestAlyssa Ross2020-07-06
* Make lots of things DebugAlyssa Ross2020-07-02
* switch from poly_msg_socket to msg_socket2Alyssa Ross2020-06-15
* vm_control: make MaybeOwnedFd genericAlyssa Ross2020-06-15
* hacky working out-of-process virtio_wlAlyssa Ross2020-06-15
* guest_memory: allow creating with an existing memfdAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
| * sys_util: Make ioctl number method a const fnChirantan Ekbote2020-06-04
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\|
| * sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
| * Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-22
|\|
| * hypervisor: add KvmVm new and try_cloneSteven Richman2020-05-21
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
| * Adding hypervisor crate to abstract out Kvm implementationUdam Saini2020-05-03
| * Stop tracking sub-mappings in MemoryMappingArenaChirantan Ekbote2020-04-29
| * Remove redundant single-component importsDaniel Verkamp2020-04-26
| * sys_util: timerfd: Methods don't need to me mutDylan Reid2020-04-23
* | Remove unnecessary "extern crate" linesAlyssa Ross2020-04-11
* | crosvm: collapse simple boolean matchesAlyssa Ross2020-04-11
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-04-10
|\|
| * handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
| * sys_util: Allow pre-populating mmapsDylan Reid2020-03-29
* | sys_util: EpollContext doc copy editsAlyssa Ross2020-04-10
* | Merge remote-tracking branch 'origin/master' into masterAlyssa Ross2020-03-09
|\|
| * ac97: switch to ShmStreamSourceFletcher Woodruff2020-02-28
| * sys_util: cleanup shared mem file after testMatt Delco2020-02-26
* | sys_util::PollToken: fix typo in documentationAlyssa Ross2020-02-11
|/
* sys_util: recv entire UnixSeqpacket packets into VecZach Reizner2020-02-06
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-02-06
* sys_util: add ScopedEvent to trigger and EventFd on DropZach Reizner2020-02-01
* sys_util: add FileAllocate traitDaniel Verkamp2020-01-24
* guest_memory: add fn to get memfd offset of addrFletcher Woodruff2020-01-23
* sys_util: Fix unused trait warningDylan Reid2020-01-14
* disk: use seek to determine file lengthDaniel Verkamp2020-01-13
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* sys_util: Expose setting FD flags as a pub fnDylan Reid2019-12-12
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* sys_util: guest_memory: check u64 to usize conversionDaniel Verkamp2019-12-06
* sys_util: don't implement File*Volatile for SharedMemoryDaniel Verkamp2019-12-06
* sys_util: Ignore struct_util doc commentDylan Reid2019-12-04
* disk: add get_len() to eliminate need for SeekDaniel Verkamp2019-11-27
* sys_util: do not deallocate space in write_zeroesDaniel Verkamp2019-11-27
* sys_util: add WriteZeroesAt traitDaniel Verkamp2019-11-27
* sys_util: poll: add iter_writable to set of methods for PollEventsZach Reizner2019-11-26
* guest_memory: remove optional memfdGurchetan Singh2019-11-16
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* devices: virtio: block: advertise seg_maxDaniel Verkamp2019-11-08