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-09-16
Merge pull request #6579 from prattmic:runsc_do_profile
gVisor bot
2021-09-16
runsc: add global profile collection flags
Michael Pratt
2021-09-14
Fix race on msgrcv(MSG_COPY).
Rahat Mahmood
2021-09-03
Add //pkg/sentry/seccheck.
Jamie Liu
2021-08-27
Fix lock order violations: mm.mappingMu > Task.mu.
Nicolas Lacasse
2021-08-24
Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOU
gVisor bot
2021-08-17
Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3
gVisor bot
2021-08-17
Added a SIGTTOU block check in SetForegroundProcessGroup
gystemd
2021-08-17
Implement control operations on msgqueue.
Zyad A. Ali
2021-08-17
Implement ipc.Object.Set and use it in ipc mechanisms.
Zyad A. Ali
2021-08-16
fix sending of SIGTTOU signal in SetForegroundProcessGroup
gystemd
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-08-11
Initial cgroupfs support for subcontainers
Rahat Mahmood
2021-08-10
fix missing SIGTTOU signal in SetForegroundProcessGroup
gystemd
2021-08-05
Correctly handle interruptions in blocking msgqueue syscalls.
Rahat Mahmood
2021-08-03
Implement MSG_COPY option for msgrcv(2).
Zyad A. Ali
2021-08-03
Implement stubs for msgsnd(2) and msgrcv(2).
Zyad A. Ali
2021-08-03
Implement Queue.Receive.
Zyad A. Ali
2021-08-03
Implement Queue.Send.
Zyad A. Ali
2021-07-30
Merge pull request #6257 from zhlhahaha:2193-1
gVisor bot
2021-07-27
Don't create an extra fd bitmap to allocate a new fd.
Andrei Vagin
2021-07-23
Don't panic on user-controlled state in semaphore syscalls.
Rahat Mahmood
2021-07-22
Merge pull request #6108 from sudo-sturbia:msgqueue/syscalls
gVisor bot
2021-07-22
Replace kernel package types for clone and unshare with linux package types.
Jamie Liu
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-13
Implement stubs for msgget(2) and msgctl(IPC_RMID).
Zyad A. Ali
2021-07-13
Implement Registry.Remove.
Zyad A. Ali
2021-07-13
Implement Registry.FindOrCreate.
Zyad A. Ali
2021-07-13
Create package msgqueue.
Zyad A. Ali
2021-07-13
Create ipc.Registry.
Zyad A. Ali
2021-07-13
Create ipc package and ipc.Object.
Zyad A. Ali
2021-07-13
apply bitmap for fd_table
Howard Zhang
2021-07-12
Fix deadlock in procfs
Fabricio Voznika
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-09
Drop unnecessary checklocksignore.
Adin Scannell
2021-07-08
Replace kernel.ExitStatus with linux.WaitStatus.
Jamie Liu
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
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
[next]