Age | Commit message (Expand) | Author |
2018-12-17 | Fix recv blocking for connectionless Unix sockets. | Ian Gudger |
2018-12-17 | overlayBoundEndpoint must be recursive if there is an overlay in the lower. | Nicolas Lacasse |
2018-12-17 | Implement mlock(), kind of. | Jamie Liu |
2018-12-14 | Move fdnotifier package to reduce internal confusion. | Adin Scannell |
2018-12-14 | Mark sync.Mutex in TTYFileOperations as nosave | Andrei Vagin |
2018-12-14 | Implement SO_SNDTIMEO | Ian Gudger |
2018-12-13 | Fix WAITALL and RCVTIMEO interaction | Ian Gudger |
2018-12-12 | Filesystems shouldn't be saving references to Platform. | Rahat Mahmood |
2018-12-12 | Fix a data race on Shm.key. | Rahat Mahmood |
2018-12-12 | Pass information about map writableness to filesystems. | Rahat Mahmood |
2018-12-11 | Format unshare flags | Michael Pratt |
2018-12-11 | Remove unused envv variable from two funcs. | Christopher Koch |
2018-12-10 | Add safecopy support for arm64 platform. | Haibo Xu |
2018-12-10 | Implement MSG_WAITALL | Ian Gudger |
2018-12-10 | Add type safety to shm ids and keys. | Rahat Mahmood |
2018-12-10 | Validate FS_BASE in Task.Clone | Michael Pratt |
2018-12-09 | Stub out TCP_QUICKACK | Ian Gudger |
2018-12-07 | sentry: turn "dynamically-created" procfs files into static creation. | Zhaozhong Ni |
2018-12-07 | Format sigaction in strace | Michael Pratt |
2018-12-07 | Add period to comment | Michael Pratt |
2018-12-06 | Format signals, signal masks in strace | Michael Pratt |
2018-12-06 | Convert ValueSet to a map | Michael Pratt |
2018-12-06 | Fix tcpip.Endpoint.Write contract regarding short writes | Ian Gudger |
2018-12-06 | Add counters for memory events. | Rahat Mahmood |
2018-12-06 | Fixing O_TRUNC behavior to match Linux. | Zach Koopmans |
2018-12-05 | Enforce directory accessibility before delete Walk | Michael Pratt |
2018-12-05 | Update MM.usageAS when mremap copies or moves a mapping. | Jamie Liu |
2018-12-05 | Add context to mount errors | Michael Pratt |
2018-12-05 | Check for CAP_SYS_RESOURCE in prctl(PR_SET_MM, ...) | Zach Koopmans |
2018-12-04 | Remove initRegs arg from clone | Michael Pratt |
2018-12-04 | Partial writes should loop in rpcinet. | Brian Geffon |
2018-12-04 | Linkat(2) should sanity check flags. | Brian Geffon |
2018-12-04 | Max link traversals should be for an entire path. | Brian Geffon |
2018-12-04 | sentry: save / restore netstack procfs configuration. | Zhaozhong Ni |
2018-12-04 | Enforce name length restriction on paths. | Brian Geffon |
2018-12-04 | Fix mempolicy_test on bazel. | Rahat Mahmood |
2018-12-04 | Fix data race caused by unlocked call of Dirent.descendantOf. | Nicolas Lacasse |
2018-12-03 | Return an int32 for netlink SO_RCVBUF | Ian Gudger |
2018-11-27 | Fix data race in fs.Async. | Nicolas Lacasse |
2018-11-27 | Save shutdown flags first. | Brian Geffon |
2018-11-27 | Add procid support for arm64 platform | Haibo Xu |
2018-11-26 | Implementation of preadv2 for Linux 4.4 support | Zach Koopmans |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-20 | Dumps stacks if watchdog thread is stuck | Fabricio Voznika |
2018-11-20 | Fix recursive read lock taken on TaskSet | Fabricio Voznika |
2018-11-20 | Reference upstream licenses | Michael Pratt |
2018-11-20 | Add unsupported syscall events for get/setsockopt | Fabricio Voznika |
2018-11-20 | Parse the tmpfs mode before validating. | Nicolas Lacasse |
2018-11-20 | Update futex to use usermem abstractions. | Adin Scannell |
2018-11-15 | Advertise vsyscall support via /proc/<pid>/maps. | Rahat Mahmood |