Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-20 | Merge 3c7448ab (automated) | gVisor bot | |
2019-06-20 | Merge 292f70cb (automated) | gVisor bot | |
2019-06-20 | Merge b46ec370 (automated) | gVisor bot | |
2019-06-20 | Merge 7e495156 (automated) | gVisor bot | |
2019-06-20 | Merge c2d87d5d (automated) | gVisor bot | |
2019-06-19 | Merge 9781128d (automated) | gVisor bot | |
2019-06-19 | Merge 773423a9 (automated) | gVisor bot | |
2019-06-19 | Merge 9d2efaac (automated) | gVisor bot | |
2019-06-19 | Merge 29f9e4fa (automated) | gVisor bot | |
2019-06-19 | Merge f7428af9 (automated) | gVisor bot | |
2019-06-18 | Merge 546b2948 (automated) | gVisor bot | |
2019-06-18 | Merge 0e07c94d (automated) | gVisor bot | |
2019-06-18 | Merge bdb19b82 (automated) | gVisor bot | |
2019-06-18 | Merge ec15fb11 (automated) | gVisor bot | |
2019-06-18 | Merge 8ab0848c (automated) | gVisor bot | |
2019-06-18 | Merge 66cc0e9f (automated) | gVisor bot | |
2019-06-17 | Merge 99d28637 (automated) | gVisor bot | |
2019-06-14 | Merge 3d71c627 (automated) | gVisor bot | |
2019-06-14 | Merge 3e9b8ecb (automated) | gVisor bot | |
2019-06-14 | Merge 7b0f0682 (automated) | gVisor bot | |
2019-06-13 | Merge add40fd6 (automated) | gVisor bot | |
2019-06-13 | Update canonical repository. | Adin Scannell | |
This can be merged after: https://github.com/google/gvisor-website/pull/77 or https://github.com/google/gvisor-website/pull/78 PiperOrigin-RevId: 253132620 | |||
2019-06-13 | Merge 4fdd560b (automated) | gVisor bot | |
2019-06-13 | Merge 9f77b36f (automated) | gVisor bot | |
2019-06-13 | Merge 94ab253d (automated) | gVisor bot | |
2019-06-12 | Merge bb849bad (automated) | gVisor bot | |
2019-06-12 | Merge 0d05a12f (automated) | gVisor bot | |
2019-06-12 | gvisor/ptrace: print guest registers if a stub stopped with unexpected code | Andrei Vagin | |
PiperOrigin-RevId: 252855280 | |||
2019-06-12 | Merge df110ad4 (automated) | gVisor bot | |
2019-06-11 | Merge 69c8657a (automated) | gVisor bot | |
2019-06-11 | Merge 478a0873 (automated) | gVisor bot | |
2019-06-11 | Merge fc746efa (automated) | gVisor bot | |
2019-06-11 | Merge 847c4b97 (automated) | gVisor bot | |
2019-06-11 | Merge a775ae82 (automated) | gVisor bot | |
2019-06-11 | Merge 307a9854 (automated) | gVisor bot | |
2019-06-11 | Merge 74e397e3 (automated) | gVisor bot | |
2019-06-10 | Merge 589f36ac (automated) | gVisor bot | |
2019-06-10 | Move //pkg/sentry/platform/procid to //pkg/procid. | Jamie Liu | |
PiperOrigin-RevId: 252501653 | |||
2019-06-10 | Merge a00157cc (automated) | gVisor bot | |
2019-06-04 | Merge f520d0d5 (automated) | gVisor bot | |
2019-06-03 | Merge 8e926e3f (automated) | gVisor bot | |
2019-06-02 | Merge 216da0b7 (automated) | gVisor bot | |
2019-05-30 | Add build guard to files using go:linkname | Fabricio Voznika | |
Funcion signatures are not validated during compilation. Since they are not exported, they can change at any time. The guard ensures that they are verified at least on every version upgrade. PiperOrigin-RevId: 250733742 | |||
2019-05-30 | Update procid for Go 1.13 | Michael Pratt | |
Upstream Go has no changes here. PiperOrigin-RevId: 250602731 | |||
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt | |
Based on the guidelines at https://opensource.google.com/docs/releasing/authors/. 1. $ rg -l "Google LLC" | xargs sed -i 's/Google LLC.*/The gVisor Authors./' 2. Manual fixup of "Google Inc" references. 3. Add AUTHORS file. Authors may request to be added to this file. 4. Point netstack AUTHORS to gVisor AUTHORS. Drop CONTRIBUTORS. Fixes #209 PiperOrigin-RevId: 245823212 Change-Id: I64530b24ad021a7d683137459cafc510f5ee1de9 | |||
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse | |
PiperOrigin-RevId: 245818639 Change-Id: I03703ef0fb9b6675955637b9fe2776204c545789 | |||
2019-04-26 | kvm: remove non-sane sanity check | Adin Scannell | |
Apparently some platforms don't have pSize < vSize. Fixes #208 PiperOrigin-RevId: 245480998 Change-Id: I2a98229912f4ccbfcd8e79dfa355104f14275a9c | |||
2019-03-21 | Allow BP and OF can be called from user space | Yong He | |
Change the DPL from 0 to 3 for Breakpoint and Overflow, then user space could trigger Breakpoint and Overflow as excepected. Change-Id: Ibead65fb8c98b32b7737f316db93b3a8d9dcd648 PiperOrigin-RevId: 239736648 | |||
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu | |
This is in preparation for improved page cache reclaim, which requires greater integration between the page cache and page allocator. PiperOrigin-RevId: 238444706 Change-Id: Id24141b3678d96c7d7dc24baddd9be555bffafe4 | |||
2019-03-12 | Clarify the platform.File interface. | Jamie Liu | |
- Redefine some memmap.Mappable, platform.File, and platform.Memory semantics in terms of File reference counts (no functional change). - Make AddressSpace.MapFile take a platform.File instead of a raw FD, and replace platform.File.MapInto with platform.File.FD. This allows kvm.AddressSpace.MapFile to always use platform.File.MapInternal instead of maintaining its own (redundant) cache of file mappings in the sentry address space. PiperOrigin-RevId: 238044504 Change-Id: Ib73a11e4275c0da0126d0194aa6c6017a9cef64f |