summary refs log tree commit diff
Commit message (Expand)AuthorAge
* devices: Add balloonDylan Reid2017-12-18
* crosvm: move run_config to its own moduleZach Reizner2017-12-14
* main: Use /var/empty for jailed rootsDylan Reid2017-12-11
* sys_util: Add ability to madvise a regionDylan Reid2017-12-08
* x85: mptable: Move the mptable to the end of base RAMDylan Reid2017-11-21
* Make the main crosvm project a workspaceDylan Reid2017-11-20
* mptable: Fix range check and unit testsDylan Reid2017-11-17
* io_jail: Fix doc tests and docsDylan Reid2017-11-17
* sys_util/vm_control: Don't test shm if memfd_create doesn't existDylan Reid2017-11-16
* 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