summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-09-02Internal change.Jamie Liu
2021-09-02unix: avoid taking two endpoint locksAndrei Vagin
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Out-of-order segment should not block in-sequence segments.Bhasker Hariharan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-09-01Add ioctl stub constantsChong Cai
2021-09-01Don't use reflection in fpu.alignedBytes.Jamie Liu
2021-09-01Cache vdso.so's __kernel_rt_sigreturn location.Jamie Liu
2021-09-01Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up.Jamie Liu
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-09-01Cache cpuid.HostFeatureSet().Jamie Liu
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-08-30Narrow COW-break on thread stacks.Jamie Liu
2021-08-30Use specialFileFD handles in specialFileFD.Stat().Jamie Liu
2021-08-30Avoid pseudo endpoint for TSVal generationZeling Feng
2021-08-27Fix lock order violations: mm.mappingMu > Task.mu.Nicolas Lacasse
2021-08-27Merge pull request #6415 from ZachEddy:containerd-runtime-options-v1.5gVisor bot
2021-08-27Add LinkEndpoint.WriteRawPacket with stubsGhanan Gowripalan
2021-08-26Add Stack.Seed() backZeling Feng
2021-08-26Centralize TCP timestamp logicTamir Duberstein
2021-08-26Avoid unhandled error warningsTamir Duberstein
2021-08-26Remove unused argumentTamir Duberstein
2021-08-26Pass must-not-be-nil by valueTamir Duberstein
2021-08-25Improve TestTimestampSynCookiesZeling Feng
2021-08-25Avoid the appearance of allocationTamir Duberstein
2021-08-25Remove quotedev deviceChong Cai
2021-08-24Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOUgVisor bot
2021-08-24Measure RTT during handshake since Linux does the sameZeling Feng
2021-08-23Merge pull request #6491 from avagin:kvm-mem-slot-overlapgVisor bot
2021-08-23Internal change.Chong Cai
2021-08-21platform/kvm: set physical slots without overlappingAndrei Vagin
2021-08-20Allow gofer.specialFileFDs to be mmapped with a host FD.Jamie Liu
2021-08-20[op] Prevent file leak in MultiGetAttr's error path.Ayush Ranjan
2021-08-20Fix lock ordering violation introduced in cl/347704347.Nicolas Lacasse
2021-08-20Remove experimental warning in the VFS2 README.Jamie Liu
2021-08-19Cache verity dentriesChong Cai
2021-08-19Merge Read calls in verity merkle treeChong Cai
2021-08-19Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.Jamie Liu
2021-08-19Add loopback interface as an ethernet-based deviceGhanan Gowripalan
2021-08-19Use a hash function to generate tcp timestamp offsetZeling Feng
2021-08-18Split TCP secrets from Stack to tcp.protocolZeling Feng
2021-08-18Add control configsChong Cai
2021-08-17Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3gVisor bot
2021-08-17Added a SIGTTOU block check in SetForegroundProcessGroupgystemd
2021-08-17Implement stub for msgctl(2).Zyad A. Ali
2021-08-17Implement control operations on msgqueue.Zyad A. Ali
2021-08-17Implement ipc.Object.Set and use it in ipc mechanisms.Zyad A. Ali
2021-08-16Support runtime options type used in containerd v1.5zeddy
2021-08-16fix sending of SIGTTOU signal in SetForegroundProcessGroupgystemd