Age | Commit message (Expand) | Author |
2018-09-27 | sentry: export cpuTime function. | Zhaozhong Ni |
2018-09-26 | Return correct parent PID | Fabricio Voznika |
2018-09-18 | Short-circuit Readdir calls on overlay files when the dirent is frozen. | Nicolas Lacasse |
2018-09-18 | Allow for MSG_CTRUNC in input flags for recv. | Brian Geffon |
2018-09-18 | Provide better message when memfd_create fails with ENOSYS | Fabricio Voznika |
2018-09-17 | Remove memory usage static init | Fabricio Voznika |
2018-09-17 | runsc: Enable waiting on exited processes. | Kevin Krakauer |
2018-09-17 | Allow kernel.(*Task).Block to accept an extract only channel | Ian Gudger |
2018-09-17 | Allow NULL data in mount(2) | Michael Pratt |
2018-09-14 | Avoid reuse of pending SignalInfo objects | newmanwang |
2018-09-14 | Reuse readlink parameter, add sockaddr max. | Michael Pratt |
2018-09-14 | Make gVisor hard link check match Linux's. | Nicolas Lacasse |
2018-09-14 | Fix interaction between rt_sigtimedwait and ignored signals. | Jamie Liu |
2018-09-13 | platform/kvm: Get max vcpu number dynamically by ioctl | Chenggang |
2018-09-13 | Plumb monotonic time to netstack | Ian Gudger |
2018-09-13 | Extend memory usage events to report mapped memory usage. | Rahat Mahmood |
2018-09-13 | Format struct itimerspec | Michael Pratt |
2018-09-13 | initArgs must hold a reference on the Root if it is not nil. | Nicolas Lacasse |
2018-09-12 | runsc: Add exec flag that specifies where to save the sandbox-internal pid. | Kevin Krakauer |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-10 | Map committed chunks concurrently in FileMem.LoadFrom. | Jamie Liu |
2018-09-10 | Allow '/dev/zero' to be mapped with unaligned length | Fabricio Voznika |
2018-09-07 | Update cleanup TODO | Michael Pratt |
2018-09-07 | runsc: Support multi-container exec. | Nicolas Lacasse |
2018-09-07 | Add 'Starting gVisor...' message to syslog | Fabricio Voznika |
2018-09-07 | Use root abstract socket namespace for exec | Fabricio Voznika |
2018-09-07 | Continue handling signals after disabling forwarding | Michael Pratt |
2018-09-06 | createProcessArgs.RootFromContext should return process Root if it exists. | Nicolas Lacasse |
2018-09-05 | Imported FD in exec was leaking | Fabricio Voznika |
2018-09-05 | Open(2) isn't honoring O_NOFOLLOW | Brian Geffon |
2018-09-04 | /proc/PID/mounts is not tab-delimited | Michael Pratt |
2018-09-04 | Distinguish Element and Linker for ilist. | Adin Scannell |
2018-08-31 | Document more task-goroutine-owned fields in kernel.Task. | Jamie Liu |
2018-08-31 | Do not use fs.FileOwnerFromContext in fs/proc.file.UnstableAttr(). | Jamie Liu |
2018-08-31 | Disintegrate kernel.TaskResources. | Jamie Liu |
2018-08-31 | Delete the long-obsolete kernel.TaskMaybe interface. | Jamie Liu |
2018-08-30 | fs: Add empty dir at /sys/class/power_supply. | Nicolas Lacasse |
2018-08-29 | fs: Fix renameMu lock recursion. | Nicolas Lacasse |
2018-08-29 | fs: Drop reference to over-written file before renaming over it. | Nicolas Lacasse |
2018-08-28 | fasync: don't keep mutex after return | Ian Gudger |
2018-08-28 | fs: Don't bother saving negative dirents. | Nicolas Lacasse |
2018-08-28 | fs: Add tests for dirent ref counting with an overlay. | Nicolas Lacasse |
2018-08-28 | sentry: optimize dirent weakref map save / restore. | Zhaozhong Ni |
2018-08-28 | Bump to Go 1.11 | Michael Pratt |
2018-08-27 | Add command-line parameter to trigger panic on signal | Fabricio Voznika |
2018-08-27 | Add /proc/sys/kernel/shm[all,max,mni]. | Brian Geffon |
2018-08-27 | fs: Fix remote-revalidate cache policy. | Nicolas Lacasse |
2018-08-27 | sentry: mark fsutil.DirFileOperations as savable. | Zhaozhong Ni |
2018-08-27 | runsc: Terminal resizing support. | Kevin Krakauer |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |