summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Add task work mechanism.Dean Deng
2020-07-15Merge pull request #3165 from ridwanmsharif:ridwanmsharif/fuse-off-by-defaultgVisor bot
2020-07-13Disable debug time adjustment loggingFabricio Voznika
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-26Require CAP_SYS_ADMIN in the root user namespace for TTY theftKevin Krakauer
2020-06-25Avoid an allocation in epollTamir Duberstein
2020-06-24Remove waiter.Entry.ContextTamir Duberstein
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-10Merge pull request #2763 from gaurav1086:sentry_kernel_timekeeper_use_buffere...gVisor bot
2020-06-09sentry: use defer wg.Done() unconditionallyGaurav Singh
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-05Unshare files on execAndrei Vagin
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-07Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.Nicolas Lacasse
2020-05-06Fix runsc syscall documentation generation.Adin Scannell
2020-05-04Fix flaky monotonic time.Adin Scannell
2020-04-27Don't leak vfs.MountNamespace reference if kernel.TaskSet.NewTask fails.Jamie Liu
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-24Move hostfs mount to Kernel struct.Dean Deng
2020-04-23Enable automated marshalling for mempolicy syscalls.Rahat Mahmood
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2020-04-23Merge pull request #1819 from lubinszARM:pr_signal_2gVisor bot
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-04-16Implement pipe(2) and pipe2(2) for VFS2.Jamie Liu
2020-04-16Make ExtractErrno a functionFabricio Voznika
2020-04-13Merge pull request #2168 from xiaobo55x:ptrace_testgVisor bot
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-04-13Remove obsolete TODOs for b/38173783Jon Budd
2020-04-10Add logging message for noNewPrivileges OCI option.Ian Lewis
2020-04-10Remove TODO from kernel.StracerFabricio Voznika
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-10Enable syscall ptrace test on arm64.Haibo Xu
2020-04-08Clean up TODOsFabricio Voznika
2020-04-08Fix all copy locks violations.Adin Scannell