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
Age
Commit message (
Expand
)
Author
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-24
CreateProcessGroup has to check whether a target process stil exists or not
Andrei Vagin
2021-06-23
Fix PR_SET_PTRACER applicability to non-leader threads.
Jamie Liu
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-16
[syserror] Refactor linuxerr and error package.
Zach Koopmans
2021-06-14
Cleanup iptables bug TODOs
Kevin Krakauer
2021-06-13
Remove usermem dependency from marshal
Ian Lewis
2021-06-10
Report task exit in /proc/[pid]/{stat,status} before task goroutine exit.
Jamie Liu
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-06-10
Merge pull request #6103 from sudo-sturbia:semaphore-err
gVisor bot
2021-06-10
[op] Move SignalStack to abi/linux package.
Ayush Ranjan
2021-06-09
[op] Move SignalAct to abi/linux package.
Ayush Ranjan
2021-06-09
Change TODO bug to a more specific issue
Kevin Krakauer
2021-06-07
cgroupfs: don't add a task in the root cgroup if it is already there.
Andrei Vagin
2021-06-03
Implement stringer for ExitStatus
Tamir Duberstein
2021-06-01
Move sync generics to their own packages
Tamir Duberstein
2021-05-31
Update comments on ambient caps to point to bug
Ian Lewis
2021-05-31
Use syserror.ENOSPC for system-wide semaphore limits.
Zyad A. Ali
2021-05-27
nanosleep has to store the finish time in the restart block
Andrei Vagin
2021-05-25
Initialize Kernel.Timekeeper before network NS
Tamir Duberstein
2021-05-25
Use specific fmt verbs (avoid %v)
Tamir Duberstein
2021-05-25
Merge pull request #6064 from sudo-sturbia:misspelling
gVisor bot
2021-05-25
Use opaque types to represent time
Tamir Duberstein
2021-05-24
Fix misspellings.
Zyad A. Ali
2021-05-20
Send SIGPIPE for closed pipes.
Ian Lewis
2021-05-20
Merge pull request #6037 from sudo-sturbia:doc
gVisor bot
2021-05-20
Fix cgroupfs mount racing with unmount.
Rahat Mahmood
2021-05-20
Format precondition to match style guide.
Zyad A. Ali
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-05-14
Fix cgroup hierarchy registration.
Rahat Mahmood
2021-04-26
Remove metrics: fallback, vsyscallCount and partialResult
Nayana Bidari
2021-04-22
Add weirdness sentry metric.
Nayana Bidari
2021-04-12
Don't grab TaskSet mu recursively when reading task state.
Rahat Mahmood
2021-04-02
Implement cgroupfs.
Rahat Mahmood
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-25
Lock TaskSet mutex for writing in ptraceClone().
Jamie Liu
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-25
Implement SEM_STAT_ANY cmd of semctl.
Jing Chen
2021-02-24
Add YAMA security module restrictions on ptrace(2).
Dean Deng
2021-02-19
Don't hold baseEndpoint.mu while calling EventUpdate().
Nicolas Lacasse
2021-02-11
Assign controlling terminal when tty is opened and support NOCTTY
Kevin Krakauer
2021-02-09
kernel: reparentLocked has to update children maps of old and new parents
Andrei Vagin
2021-02-09
pipe: writeLocked has to return ErrWouldBlock if the pipe is full
Andrei Vagin
2021-02-02
Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom.
Jamie Liu
2021-01-26
Implement error on pointers
Tamir Duberstein
2021-01-26
Do not generate extraneous IN_CLOSE inotify events.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
[next]