summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2018-12-14Move fdnotifier package to reduce internal confusion.Adin Scannell
2018-12-14Mark sync.Mutex in TTYFileOperations as nosaveAndrei Vagin
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-12-13Fix WAITALL and RCVTIMEO interactionIan Gudger
2018-12-12Filesystems shouldn't be saving references to Platform.Rahat Mahmood
2018-12-12Fix a data race on Shm.key.Rahat Mahmood
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-12-11Format unshare flagsMichael Pratt
2018-12-11Remove unused envv variable from two funcs.Christopher Koch
2018-12-10Add safecopy support for arm64 platform.Haibo Xu
2018-12-10Implement MSG_WAITALLIan Gudger
2018-12-10Add type safety to shm ids and keys.Rahat Mahmood
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-09Stub out TCP_QUICKACKIan Gudger
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-12-07Format sigaction in straceMichael Pratt
2018-12-07Add period to commentMichael Pratt
2018-12-06Format signals, signal masks in straceMichael Pratt
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-12-06Fix tcpip.Endpoint.Write contract regarding short writesIan Gudger
2018-12-06Add counters for memory events.Rahat Mahmood
2018-12-06Fixing O_TRUNC behavior to match Linux.Zach Koopmans
2018-12-05Enforce directory accessibility before delete WalkMichael Pratt
2018-12-05Update MM.usageAS when mremap copies or moves a mapping.Jamie Liu
2018-12-05Add context to mount errorsMichael Pratt
2018-12-05Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...)Zach Koopmans
2018-12-04Remove initRegs arg from cloneMichael Pratt
2018-12-04Partial writes should loop in rpcinet.Brian Geffon
2018-12-04Linkat(2) should sanity check flags.Brian Geffon
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-12-04sentry: save / restore netstack procfs configuration.Zhaozhong Ni
2018-12-04Enforce name length restriction on paths.Brian Geffon
2018-12-04Fix mempolicy_test on bazel.Rahat Mahmood
2018-12-04Fix data race caused by unlocked call of Dirent.descendantOf.Nicolas Lacasse
2018-12-03Return an int32 for netlink SO_RCVBUFIan Gudger
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-11-27Save shutdown flags first.Brian Geffon
2018-11-27Add procid support for arm64 platformHaibo Xu
2018-11-26Implementation of preadv2 for Linux 4.4 supportZach Koopmans
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Dumps stacks if watchdog thread is stuckFabricio Voznika
2018-11-20Fix recursive read lock taken on TaskSetFabricio Voznika
2018-11-20Reference upstream licensesMichael Pratt
2018-11-20Add unsupported syscall events for get/setsockoptFabricio Voznika
2018-11-20Parse the tmpfs mode before validating.Nicolas Lacasse
2018-11-20Update futex to use usermem abstractions.Adin Scannell
2018-11-15Advertise vsyscall support via /proc/<pid>/maps.Rahat Mahmood
2018-11-15Allow setting sticky bit in tmpfs permissions.Nicolas Lacasse
2018-11-13Implement TCP_NODELAY and TCP_CORKIan Gudger
2018-11-12Internal change.Googler