Age | Commit message (Expand) | Author |
2018-07-03 | Fix data race on inotify.Watch.mask. | Rahat Mahmood |
2018-07-03 | Fix runsc VDSO mapping | Michael Pratt |
2018-07-03 | Skip overlay on root when its readonly | Fabricio Voznika |
2018-07-03 | runsc: `runsc wait` print wait status. | Lantao Liu |
2018-07-03 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-07-03 | Fix flaky image_test | Fabricio Voznika |
2018-07-03 | Handle NUL-only paths in exec | Michael Pratt |
2018-07-03 | runsc: Mount "mandatory" mounts right after mounting the root. | Nicolas Lacasse |
2018-07-02 | runsc/boot/filter: permit SYS_TIME for race | Dmitry Vyukov |
2018-07-02 | Hold d.parent.mu when reading d.name | Michael Pratt |
2018-07-02 | runsc: fix panic for `runsc wait` on stopped container. | Lantao Liu |
2018-07-02 | Make default limits the same as with runc | Fabricio Voznika |
2018-07-02 | Drop version option from mount command | Michael Pratt |
2018-06-29 | Fix typo. | Brielle Broder |
2018-06-29 | Sets the restore environment for restoring a container. | Justine Olshan |
2018-06-29 | Added leave-running flag for checkpoint. | Brielle Broder |
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 | runsc: Add the "wait" subcommand. | Kevin Krakauer |
2018-06-28 | Add more image tests | Fabricio Voznika |
2018-06-28 | Wait for sandbox process when waiting for root container | Fabricio Voznika |
2018-06-28 | Check for invalid offset when submitting an AIO read/write request. | Nicolas Lacasse |
2018-06-28 | Error out if spec is invalid | Fabricio Voznika |
2018-06-28 | Add option to configure watchdog action | Fabricio Voznika |
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-27 | Added MkdirAll capabilities for Checkpoint's image-path. | Brielle Broder |
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 | runsc: set gofer umask to 0. | Lantao Liu |
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 |
2018-06-26 | Automated rollback of changelist 201596247 | Brian Geffon |
2018-06-26 | Internal change. | Googler |
2018-06-25 | Fix panic message | Michael Pratt |
2018-06-25 | Check for empty applicationAddrRange in MM.DecUsers. | Jamie Liu |
2018-06-25 | Don't read cwd or root without holding mu | Michael Pratt |
2018-06-25 | MountSource.Root() should return a refernce on the dirent. | Nicolas Lacasse |
2018-06-25 | Don't read FSContext.root without holding FSContext.mu | Michael Pratt |
2018-06-25 | runsc: add a `multi-container` flag to enable multi-container support. | Lantao Liu |
2018-06-25 | Fix lint errors | Fabricio Voznika |
2018-06-22 | Remove nginx failure note now that it works | Michael Pratt |
2018-06-22 | Add rpcinet support for SIOCGIFCONF. | Brian Geffon |
2018-06-22 | runsc: Enable waiting on individual containers within a sandbox. | Kevin Krakauer |
2018-06-22 | Simplify some handle logic. | Nicolas Lacasse |
2018-06-22 | Handle mremap(old_size=0). | Jamie Liu |
2018-06-22 | Netstack should return EOF on closed read. | Brian Geffon |