index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
kernel
/
kernel.go
Age
Commit message (
Expand
)
Author
2019-04-10
Fix uses of RootFromContext.
Nicolas Lacasse
2019-04-10
Start saving MountSource.DirentCache.
Nicolas Lacasse
2019-04-03
Cache ThreadGroups in PIDNamespace
Michael Pratt
2019-04-01
Save/restore simple devices.
Rahat Mahmood
2019-03-29
Treat fsync errors during save as SaveRejection errors.
Nicolas Lacasse
2019-03-29
Treat ENOSPC as a state-file error during save.
Nicolas Lacasse
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2019-02-14
Don't allow writing or reading to TTY unless process group is in foreground.
Nicolas Lacasse
2019-02-07
Implement /proc/net/unix.
Rahat Mahmood
2019-01-08
Improve loader related error messages returned to users.
Brian Geffon
2018-12-04
Max link traversals should be for an entire path.
Brian Geffon
2018-10-20
Add more unimplemented syscall events
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Check thread group CPU timers in the CPU clock ticker.
Jamie Liu
2018-10-17
runsc: Support job control signals for the root container.
Nicolas Lacasse
2018-10-15
Merge host.endpoint into host.ConnectedEndpoint
Ian Gudger
2018-10-08
Implement shared futexes.
Jamie Liu
2018-09-27
Implement 'runsc kill --all'
Fabricio Voznika
2018-09-17
runsc: Enable waiting on exited processes.
Kevin Krakauer
2018-09-13
Plumb monotonic time to netstack
Ian Gudger
2018-09-07
Use root abstract socket namespace for exec
Fabricio Voznika
2018-09-06
createProcessArgs.RootFromContext should return process Root if it exists.
Nicolas Lacasse
2018-08-31
Disintegrate kernel.TaskResources.
Jamie Liu
2018-08-23
Implement POSIX per-process interval timers.
Jamie Liu
2018-08-15
runsc fsgofer: Support dynamic serving of filesystems.
Kevin Krakauer
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-10
netstack: tcp socket connected state S/R support.
Zhaozhong Ni
2018-06-26
Automated rollback of changelist 201596247
Brian Geffon
2018-06-21
netstack: tcp socket connected state S/R support.
Zhaozhong Ni
2018-06-21
Drop return from SendExternalSignal
Michael Pratt
2018-06-14
Ignore expiration count in kernelCPUClockListener.Notify.
Jamie Liu
2018-05-08
Capture restore file system corruption errors in exit error.
Zhaozhong Ni
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-04-28
Check in gVisor.
Googler