Age | Commit message (Expand) | Author |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-16 | procfs: Migrate seqfile implementations. | Ayush Ranjan |
2019-06-28 | Add finalizer on AtomicRefCount to check for leaks. | Ian Gudger |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-20 | Implement madvise(MADV_DONTFORK) | Neel Natu |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-06 | "Implement" mbind(2). | Jamie Liu |
2019-06-05 | Implement dumpability tracking and checks | Michael Pratt |
2019-06-03 | gvisor: validate a new map region in the mremap syscall | Andrei Vagin |
2019-05-30 | Add VmData field to /proc/{pid}/status | chris.zn |
2019-05-06 | Ensure all uses of MM.brk occur under MM.mappingMu in MM.Brk(). | Jamie Liu |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-10 | Internal change | Michael Pratt |
2019-04-10 | Allow threads with CAP_SYS_RESOURCE to raise hard rlimits. | Kevin Krakauer |
2019-04-01 | Don't expand COW-break on executable VMAs. | Jamie Liu |
2019-03-29 | Drop reference on shared anon mappable | Michael Pratt |
2019-03-25 | Call memmap.Mappable.Translate with more conservative usermem.AccessType. | Jamie Liu |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-12 | Clarify the platform.File interface. | Jamie Liu |
2019-03-05 | Priority-inheritance futex implementation | Fabricio Voznika |
2019-01-31 | Move package sync to third_party | Michael Pratt |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-07 | Implement /proc/[pid]/smaps. | Jamie Liu |
2018-12-21 | Automated rollback of changelist 226224230 | Jamie Liu |
2018-12-19 | Automated rollback of changelist 225861605 | Googler |
2018-12-18 | Fix mremap expansion with mm.checkInvariants = true. | Jamie Liu |
2018-12-18 | Truncate ar before calling mm.breakCopyOnWriteLocked(). | Jamie Liu |
2018-12-17 | Implement mlock(), kind of. | Jamie Liu |
2018-12-12 | Pass information about map writableness to filesystems. | Rahat Mahmood |
2018-12-05 | Update MM.usageAS when mremap copies or moves a mapping. | Jamie Liu |
2018-11-20 | Update futex to use usermem abstractions. | Adin Scannell |
2018-11-15 | Advertise vsyscall support via /proc/<pid>/maps. | Rahat Mahmood |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-08 | Implement shared futexes. | Jamie Liu |
2018-09-10 | Allow '/dev/zero' to be mapped with unaligned length | Fabricio Voznika |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-02 | Automated rollback of changelist 207037226 | Zhaozhong Ni |
2018-08-01 | Automated rollback of changelist 207007153 | Michael Pratt |
2018-08-01 | stateify: convert all packages to use explicit mode. | Zhaozhong Ni |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-12 | Format documentation | Michael Pratt |
2018-07-11 | Add MemoryManager.Pin. | Jamie Liu |
2018-06-27 | Call mm.CheckIORange() when copying in IOVecs. | Nicolas Lacasse |
2018-06-25 | Check for empty applicationAddrRange in MM.DecUsers. | Jamie Liu |
2018-06-22 | Handle mremap(old_size=0). | Jamie Liu |
2018-05-17 | Implement sysv shm. | Rahat Mahmood |
2018-05-11 | Remove error return from AddressSpace.Release() | Michael Pratt |
2018-05-11 | Implement MAP_32BIT. | Jamie Liu |