Age | Commit message (Expand) | Author |
2018-12-13 | Fix WAITALL and RCVTIMEO interaction | Ian Gudger |
2018-12-13 | transport/tcp: remove unused error return values | 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 | Allow sending of broadcast packets w/o route. | Chris Kuiper |
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 | sentry: support save / restore of TCP bind socket after shutdown. | Zhaozhong Ni |
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 | sentry: skip waiting for undrain for netstack TCP endpoints in error state. | Zhaozhong Ni |
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 incorrect code and improve testing of Stack.GetMainNICAddress | Chris Kuiper |
2018-12-04 | Remove initRegs arg from clone | Michael Pratt |
2018-12-04 | Partial writes should loop in rpcinet. | Brian Geffon |
2018-12-04 | Whitelist Go 1.12 for tcpip/time_unsafe.go | Ian Gudger |
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 available calculation when merging TCP segments | Ian Gudger |
2018-12-04 | sentry: save copy of tcp segment's delivered views to avoid in-struct pointers. | Zhaozhong Ni |
2018-12-04 | Fix data race caused by unlocked call of Dirent.descendantOf. | Nicolas Lacasse |
2018-12-04 | Add ARM64 support to pkg/abi/linux | Bin Lu |
2018-12-03 | Return an int32 for netlink SO_RCVBUF | Ian Gudger |
2018-11-29 | Test that full segments will be sent when delay/cork is enabled | 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-21 | Make ToView non-allocating for single VectorizedViews containing a single View | Ian Gudger |
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 |