Age | Commit message (Expand) | Author |
2018-07-19 | sentry: save stack in proc net dev. | Zhaozhong Ni |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-18 | Fix lock-ordering violation in Create by logging BaseName instead of FullName. | Nicolas Lacasse |
2018-07-17 | Merge FileMem.usage in IncRef | Michael Pratt |
2018-07-17 | Add API to decode 'stat.st_rdev' into major and minor numbers. | Neel Natu |
2018-07-17 | netstack: update goroutine save / restore safety comments. | Zhaozhong Ni |
2018-07-16 | Add CPUID faulting for ptrace and KVM. | Adin Scannell |
2018-07-16 | Start allocation and reclaim scans only where they may find a match | Michael Pratt |
2018-07-16 | Add EventOperations.HostFD() | Neel Natu |
2018-07-13 | Allow a filesystem to control its visibility in /proc/filesystems. | Neel Natu |
2018-07-13 | Note that Mount errors do not require translations | Michael Pratt |
2018-07-12 | Fix aio eventfd lookup | Michael Pratt |
2018-07-12 | sentry: wait for restore clock instead of panicing in Timekeeper. | Zhaozhong Ni |
2018-07-12 | sentry: save inet stacks in proc files. | Zhaozhong Ni |
2018-07-12 | netstack: save tcp endpoint accepted channel directly. | Zhaozhong Ni |
2018-07-12 | netstack: do not defer panicable logic in tcp main loop. | Zhaozhong Ni |
2018-07-12 | Format documentation | Michael Pratt |
2018-07-11 | Automated rollback of changelist 203157739 | Bhasker Hariharan |
2018-07-11 | Move ptrace constants to abi/linux. | Jamie Liu |
2018-07-11 | Add MemoryManager.Pin. | Jamie Liu |
2018-07-10 | Internal change | Michael Pratt |
2018-07-10 | Exit tmpfs.fileInodeOperations.Translate early if required.Start >= EOF. | Jamie Liu |
2018-07-10 | netstack: only do connected TCP S/R for loopback connections. | Zhaozhong Ni |
2018-07-10 | Internal change | Michael Pratt |
2018-07-10 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-07-09 | Notify UDP and Ping endpoints on close | Ian Gudger |
2018-07-09 | Fix two race conditions in tcp stack. | Brian Geffon |
2018-07-09 | Inherit parent in clone(CLONE_THREAD) under TaskSet.mu. | Jamie Liu |
2018-07-09 | Switch netstack licenses to Apache 2.0. | Nicolas Lacasse |
2018-07-09 | Trim all whitespace between interpreter and arg | Michael Pratt |
2018-07-06 | Add non-AMD64 support to rawfile | Ian Gudger |
2018-07-03 | Fix data race on inotify.Watch.mask. | Rahat Mahmood |
2018-07-03 | Fix runsc VDSO mapping | Michael Pratt |
2018-07-03 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-07-03 | Handle NUL-only paths in exec | Michael Pratt |
2018-07-02 | Hold d.parent.mu when reading d.name | Michael Pratt |
2018-07-02 | Drop version option from mount command | Michael Pratt |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-29 | Panic in netstack during cleanup where a FIN becomes a RST. | Brian Geffon |
2018-06-29 | aio: Return EINVAL if the number of events is negative. | Nicolas Lacasse |
2018-06-28 | Hold t.mu while calling t.FSContext(). | Nicolas Lacasse |
2018-06-28 | Check for invalid offset when submitting an AIO read/write request. | Nicolas Lacasse |
2018-06-27 | Fix semaphore data races | Fabricio Voznika |
2018-06-27 | Call mm.CheckIORange() when copying in IOVecs. | Nicolas Lacasse |
2018-06-27 | Ignore MADV_DONTDUMP and MADV_DODUMP. | Jamie Liu |
2018-06-26 | Add KVM, overlay and host network to image tests | Fabricio Voznika |
2018-06-26 | Change SIGCHLD to SIGKILL in ptrace stubs. | Adin Scannell |
2018-06-26 | Use the correct Context for /proc/[pid]/maps. | Jamie Liu |
2018-06-26 | Fix data races in Unix sockets | Ian Gudger |
2018-06-26 | Add Context to seqfile.SeqSource.ReadSeqFileData. | Jamie Liu |