Commit Graph

  • 3131a6b131 Verify that when offset address is not null, infile must be seekable Chanwit Kaewkasi 2018-05-16 14:19:34 -0700
  • 5b4c20e1b8 netstack: make TCP endpoint closed and error state cleanup work synchronous. Zhaozhong Ni 2018-05-16 14:14:28 -0700
  • d154c6a25f Refcount socket Dirents correctly. Christopher Koch 2018-05-16 13:28:29 -0700
  • f295e26b8a Release mutex in BidirectionalConnect to avoid deadlock. Brian Geffon 2018-05-16 13:06:23 -0700
  • 4b7e4f3d36 Fix KVM EFAULT handling. Adin Scannell 2018-05-15 22:43:52 -0700
  • 00adea3a3f Simplify KVM invalidation logic. Adin Scannell 2018-05-15 22:20:36 -0700
  • 310a99228b Simplify KVM state handling. Adin Scannell 2018-05-15 18:33:19 -0700
  • 96c28a4368 sentry: Replaces saving of inet.Stack with retrieval via context. Kevin Krakauer 2018-05-15 14:55:29 -0700
  • 9889c29d6d Fix problem with sendfile(2) writing less data Fabricio Voznika 2018-05-15 14:38:32 -0700
  • 205f1027e6 Refactor the Sandbox package into Sandbox + Container. Nicolas Lacasse 2018-05-15 10:17:19 -0700
  • ed02ac4f66 Disable INVPCID check; it's not used. Adin Scannell 2018-05-14 21:39:31 -0700
  • 2ab754cff7 Make KVM system call first check. Adin Scannell 2018-05-14 21:13:28 -0700
  • 825e9ea809 Simplify KVM host map handling. Adin Scannell 2018-05-14 20:44:56 -0700
  • 17a0fa3af0 Ignore spurious KVM emulation failures. Adin Scannell 2018-05-14 20:26:35 -0700
  • 08879266fe sentry: Adds canonical mode support. Kevin Krakauer 2018-05-11 17:18:56 -0700
  • 987f7841a6 netstack: TCP connecting state endpoint save / restore support. Zhaozhong Ni 2018-05-11 16:27:50 -0700
  • 85fd5d40ff netstack: release rcv lock after ping socket save is done. Zhaozhong Ni 2018-05-11 16:20:01 -0700
  • 8deabbaae1 Remove error return from AddressSpace.Release() Michael Pratt 2018-05-11 12:23:25 -0700
  • 12c161f278 Implement MAP_32BIT. Jamie Liu 2018-05-11 11:16:57 -0700
  • f24db99498 Update README to point to nightly builds. Nicolas Lacasse 2018-05-11 10:22:15 -0700
  • 7cff8489de Fix failure to rename directory Fabricio Voznika 2018-05-10 17:12:21 -0700
  • 7b6111b695 Display the current git revision in the info block Chanwit Kaewkasi 2018-05-10 16:56:49 -0700
  • ac01f245ff Skip atime and mtime update when file is backed by host FD Fabricio Voznika 2018-05-10 14:58:51 -0700
  • 31a4fefbe0 Make cachePolicy int to avoid string comparison Fabricio Voznika 2018-05-10 12:46:27 -0700
  • 9d91c44d77 Fix nightly release upload path. Nicolas Lacasse 2018-05-10 12:41:29 -0700
  • 5a509c47a2 Open file as read-write when mount points to a file Fabricio Voznika 2018-05-10 12:37:46 -0700
  • 2d3c6dc2ef Upload the nightly release to a "nightly/latest" bucket for easy download. Nicolas Lacasse 2018-05-10 11:39:36 -0700
  • e2720f91dc Put the http dependencies first in the WORKSPACE file. Nicolas Lacasse 2018-05-10 10:06:22 -0700
  • 3271d549f0 Build nightly runsc releases with Kokoro. Nicolas Lacasse 2018-05-10 09:48:00 -0700
  • 0ca020dcb3 Use the go_repository rule from the Gazelle repo. Nicolas Lacasse 2018-05-10 09:41:05 -0700
  • c97f0978b7 Cache symlinks in addition to files and directories. Nicolas Lacasse 2018-05-09 16:57:31 -0700
  • b3bfb24991 Small readme tweak. Nicolas Lacasse 2018-05-09 16:00:41 -0700
  • 4453b56bd9 Increment link count in CreateHardlink Fabricio Voznika 2018-05-09 15:43:47 -0700
  • 1bdec86bae Return better errors from Docker when runsc fails to start. Nicolas Lacasse 2018-05-09 14:12:44 -0700
  • 5ed969aff0 Internal change. Googler 2018-05-09 09:20:37 -0700
  • ad278d6944 state: serialize string as bytes instead of protobuf string. Zhaozhong Ni 2018-05-08 17:23:06 -0700
  • 10a2cfc6a9 Implement /proc/[pid]/statm. Jamie Liu 2018-05-08 16:14:00 -0700
  • d8c758cb15 Bump Bazel rules_go to v0.12.0, and Go toolchain to v1.10.2 Nicolas Lacasse 2018-05-08 13:24:53 -0700
  • 174161013d Capture restore file system corruption errors in exit error. Zhaozhong Ni 2018-05-08 11:36:11 -0700
  • 3ac3ea1d6a Correct definition of SysV IPC structures. Jamie Liu 2018-05-08 11:25:40 -0700
  • 32cabad8da Use the containerd annotation instead of detecting the "pause" application. Nicolas Lacasse 2018-05-08 11:10:53 -0700
  • e1b412d660 Error if container requires AppArmor, SELinux or seccomp Fabricio Voznika 2018-05-08 10:33:20 -0700
  • fea624b37a Sentry: always use "best speed" compression for save and remove the option. Zhaozhong Ni 2018-05-08 10:06:14 -0700
  • 09c323910d Reword misleading log line Ian Gudger 2018-05-08 09:58:09 -0700
  • b4765f782d Fix warning: redundant if ...; err != nil check, just return error instead. Ian Gudger 2018-05-08 09:51:07 -0700
  • d0d01a1896 Fix format string type in test Ian Gudger 2018-05-08 09:38:55 -0700
  • 7c8c3705ea Fix misspellings Ian Gudger 2018-05-07 16:37:08 -0700
  • a445b17933 tools/go_generics: fix typo in documentation of the type flag Travis McDemus 2018-05-07 16:36:14 -0700
  • d5104a56e5 Improve consistency in go_stateify file generation Ian Gudger 2018-05-07 16:08:03 -0700
  • 5666e35c43 Improve consistency of github templates Ian Gudger 2018-05-07 15:52:00 -0700
  • bd806c37f0 Add generated file. Adin Scannell 2018-05-07 12:51:51 -0700
  • 2c21e4c32c Make bug template more readable in edit mode Fabricio Voznika 2018-05-07 11:49:47 -0700
  • f0a17bf910 Remove dead code in urpc Ian Gudger 2018-05-05 01:21:46 -0700
  • ebae219162 Note architecture and Linux version requirements Michael Pratt 2018-05-05 00:26:55 -0700
  • 268edf0e62 Remove ineffectual code in sentry ELF loader Ian Gudger 2018-05-04 23:19:13 -0700
  • d70787d340 sentry: Adds the SIOCGIFNETMASK ioctl to epsocket. Kevin Krakauer 2018-05-04 16:21:38 -0700
  • f47174f06b Run gofmt -s on everything Ian Gudger 2018-05-04 14:15:24 -0700
  • 0ce9c81b41 sentry: capture CPU usage metadata for save. Zhaozhong Ni 2018-05-04 13:55:06 -0700
  • 7bb10dc7a0 Disable stack protector in VDSO build Michael Pratt 2018-05-04 13:14:59 -0700
  • f94d90073f Add to the github issue template Ian Gudger 2018-05-04 11:25:36 -0700
  • c90fefc116 Fix runsc capabilities Fabricio Voznika 2018-05-04 09:38:35 -0700
  • 7e82550bf7 Add github bug template Fabricio Voznika 2018-05-04 01:23:43 -0700
  • 3ea6805e54 Add common docker error when version is wrong Fabricio Voznika 2018-05-03 23:26:34 -0700
  • c186ebb62a Return error when child exits early Fabricio Voznika 2018-05-03 21:08:38 -0700
  • 58235b1840 Clean up control message strace logging Ian Gudger 2018-05-03 16:25:39 -0700
  • 6488f40aa3 Python 3.0 is now supported. Nicolas Lacasse 2018-05-03 15:04:00 -0700
  • 1a59625a66 Readme: fix JSON formatting Eric Chiang 2018-05-03 14:20:18 -0700
  • 04b79137ba Fix misspellings. Cyrille Hemidy 2018-05-03 14:05:25 -0700
  • 5c8db0a818 CONTRIBUTING.md: fix golang.org/x/sys/unix package name Tobias Klauser 2018-05-03 13:51:21 -0700
  • 18ebda3476 Include Gold linker in requirements. Christopher Koch 2018-05-03 13:43:20 -0700
  • 9739b8c21c Don't prematurely remove MountSource from parent's children. Christopher Koch 2018-05-03 09:59:32 -0700
  • 9c665c4c24 Make check_vdso compatible with Python 2 and 3 Sergiusz Bazanski 2018-05-03 01:40:15 -0700
  • a61def1b36 Remove detach for exec options Fabricio Voznika 2018-05-02 17:39:12 -0700
  • 6c061ad913 Note that build requires Python 2.7 Michael Pratt 2018-05-02 11:20:43 -0700
  • 2264ce7f62 Use png for the run states diagram Zhengyu He 2018-05-02 03:42:54 -0700
  • 7e901480b4 Fix links in README and CONTRIBUTING. Nicolas Lacasse 2018-05-02 03:00:01 -0700
  • eb5414ee29 Add support for ping sockets Ian Gudger 2018-05-01 22:50:55 -0700
  • 65df955168 Set LMA in EFER Michael Pratt 2018-05-01 22:17:13 -0700
  • 3d3deef573 Implement SO_TIMESTAMP Ian Gudger 2018-05-01 22:11:07 -0700
  • 185233427b Note that the KVM platform is experimental Michael Pratt 2018-05-01 21:14:24 -0700
  • 43256efb08 Write either packet logs or pcap file. But not both. Bhasker Hariharan 2018-05-01 19:11:10 -0700
  • 5eab7a41a3 Remove stale TODO Fabricio Voznika 2018-05-01 09:44:58 -0700
  • b701ee2214 Fix SO_RCVTIMEOUT for recvmsg Ian Gudger 2018-05-01 08:06:11 -0700
  • 8a17bd183e Make images consistent. Adin Scannell 2018-05-01 07:47:48 -0700
  • c6cd988cdc Fix link in CONTRIBUTING.md. Nicolas Lacasse 2018-04-30 17:46:56 -0700
  • b6c21eb1f7 Add a GitHub pull request template. Nicolas Lacasse 2018-04-30 12:54:53 -0700
  • c2c0f587ee Add .gitignore Adin Scannell 2018-05-01 09:37:27 -0400
  • dafc850627 Remove disclaimer Zhengyu He 2018-04-30 09:04:27 -0700
  • 7fd466a09e Add mising license headers. Nicolas Lacasse 2018-04-28 18:09:34 -0700
  • 913aa0a24d Restore markdown images that work universally Adin Scannell 2018-04-28 18:05:12 -0700
  • 54a20025b1 Fix center alignment Fabricio Voznika 2018-04-28 11:12:01 -0700
  • 300a7b60e1 Update Images Fabricio Voznika 2018-04-28 10:43:43 -0700
  • d02b74a5dc Check in gVisor. Googler 2018-04-27 10:37:02 -0700
  • f70210e742 Initial commit Googler 2018-04-27 14:03:16 -0400