summary refs log tree commit diff
Commit message (Expand)AuthorAge
* crosvm: fix MPTable, enable apicSlava Malyugin2017-11-15
* wl: increase max FDs to send/recvZach Reizner2017-11-15
* crosvm: don't die on suspend/resumeStephen Barber2017-11-02
* io_jail: correct io_jail tests that used Minijail::enter()Zach Reizner2017-11-01
* crosvm: remove stdin from pollables at EOF/errorStephen Barber2017-10-31
* crosvm/devices: set thread namesStephen Barber2017-10-30
* kvm: reuse memory region slotsZach Reizner2017-10-30
* crosvm: allow specifying wayland path and groupStephen Barber2017-10-26
* sys_util: add chown wrapperStephen Barber2017-10-26
* sys_util: add get_user_id and get_group_id functionsStephen Barber2017-10-26
* crosvm: bump libc version to 0.2.32Stephen Barber2017-10-25
* Use minijail_forkDylan Reid2017-10-25
* Add ability to minijail_forkDylan Reid2017-10-25
* README: use /run pathsMike Frysinger2017-10-23
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09
* Move vm_control to a top-level crateDylan Reid2017-10-09
* main: Default to sandboxed devicesDylan Reid2017-10-03
* main: use - instead of _ for seccomp policy argumentDylan Reid2017-10-03
* Load seccomp files from standard locationChirantan Ekbote2017-10-02
* convert println logs to logging macrosZach Reizner2017-09-29
* add usage information to READMEZach Reizner2017-09-27
* build_test: use command line arguments instead of enviroment variablesZach Reizner2017-09-22
* fix dependency versions and add Cargo.lockZach Reizner2017-09-20
* net_util: Remove unused importChirantan Ekbote2017-09-18
* Implement virtio-vsockChirantan Ekbote2017-09-18
* Improve guest memory error handlingDylan Reid2017-09-11
* vhost: Fix-up failing tests and add a little more coverageJason D. Clinton2017-09-09
* crosvm: add virtio wayland deviceZach Reizner2017-09-08
* crosvm: add uid_map/gid_map support to jailed devicesZach Reizner2017-09-08
* net_util: Fix-up failing tests and add a little more coverageJason D. Clinton2017-09-08
* crosvm: bump libc version to 0.2.29Zach Reizner2017-09-07
* io_jail: add ui_map/gid_map support to minijailZach Reizner2017-09-07
* sys_util: use libc's openlog to connect to syslogZach Reizner2017-09-06
* crosvm: jailed child processes inherit stderrZach Reizner2017-09-06
* io_jail: implement Display for ErrorZach Reizner2017-09-06
* crosvm: argument parsing without clapZach Reizner2017-09-02
* data_model: add copy functions for copying slices in VolatileSlice'sZach Reizner2017-09-01
* add build_test script to automate crosvm test runningZach Reizner2017-09-01
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* Refactor the VhostNet virtio deviceChirantan Ekbote2017-08-30
* crosvm: unlink control sockets bound to filesZach Reizner2017-08-30
* fix compiler errors and warningsZach Reizner2017-08-30
* Refactor VhostNet into separate vhost and net piecesChirantan Ekbote2017-08-28
* sys_util: add safe wrappers getpid,geteuid,getguid,waitpid,killZach Reizner2017-08-28
* Put seccomp policy files in a common directoryChirantan Ekbote2017-08-25
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* crosvm: add pure virtio net deviceStephen Barber2017-08-16
* crosvm: Add barrier before updating used_ring indexDylan Reid2017-08-14
* crosvm: Add virtio randomDylan Reid2017-08-10