Age | Commit message (Expand) | Author |
2019-01-28 | Drop the one-page limit for /proc/[pid]/{cmdline,environ}. | Jamie Liu |
2019-01-25 | Make cacheRemoteRevalidating detect changes to file size | Fabricio Voznika |
2019-01-24 | cleanup: extract the kernel from context | Adin Scannell |
2019-01-18 | Display /proc/net entries for all network configurations. | Rahat Mahmood |
2019-01-17 | Allow fsync on a directory. | Nicolas Lacasse |
2019-01-15 | test: Tag tcp_test as flaky. | Kevin Krakauer |
2019-01-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
2019-01-14 | netstack: release port inline for listening sockets only. | Zhaozhong Ni |
2019-01-11 | Internal change. | Googler |
2019-01-10 | Fixing select call to not enforce RLIMIT_NOFILE. | Zach Koopmans |
2019-01-09 | Minor memevent fixes. | Jamie Liu |
2019-01-09 | Fix lock order violation. | Nicolas Lacasse |
2019-01-08 | Allow MSG_OOB and MSG_DONTROUTE to be no-ops on recvmsg(2). | Brian Geffon |
2019-01-08 | Improve loader related error messages returned to users. | Brian Geffon |
2019-01-08 | Grant no initial capabilities to non-root UIDs. | Jamie Liu |
2019-01-08 | Implement Stringer for tcpip.StatCounter | Bert Muthalaly |
2019-01-07 | Add usermem support for arm64 platform. | Jamie Liu |
2019-01-07 | Implement /proc/[pid]/smaps. | Jamie Liu |
2019-01-03 | Allow creating syserr.Errors at runtime. | Ian Gudger |
2019-01-03 | Rename linux.Errno.Error to linux.Errno.String. | Ian Gudger |
2019-01-02 | Add /proc/net/psched content | Fabricio Voznika |
2018-12-28 | Implement SO_REUSEPORT for TCP and UDP sockets | Andrei Vagin |
2018-12-27 | Fix deadlock between epoll_wait and getdents | Fabricio Voznika |
2018-12-26 | Plumb IP_MULTICAST_TTL to netstack. | Ian Gudger |
2018-12-26 | Add EventChannel messages for uncaught signals. | Brian Geffon |
2018-12-21 | Stub out SO_OOBINLINE. | Ian Gudger |
2018-12-21 | Internal Change | Michael Pratt |
2018-12-21 | Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL. | Ian Gudger |
2018-12-21 | inotify notifies watchers when control events bit are set | Fabricio Voznika |
2018-12-21 | Automated rollback of changelist 226224230 | Jamie Liu |
2018-12-20 | Deflake gofer_test. | Nicolas Lacasse |
2018-12-20 | Make read and write respect SO_RCVTIMEO and SO_SNDTIMEO | Ian Gudger |
2018-12-20 | Rename limits.MemoryPagesLocked to limits.MemoryLocked. | Jamie Liu |
2018-12-19 | Automated rollback of changelist 225861605 | Googler |
2018-12-19 | Implement pwritev2. | Zach Koopmans |
2018-12-18 | Fix mremap expansion with mm.checkInvariants = true. | Jamie Liu |
2018-12-18 | Truncate ar before calling mm.breakCopyOnWriteLocked(). | Jamie Liu |
2018-12-18 | Add BPFAction type with Stringer | Fabricio Voznika |
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-16 | Allow sending of multicast and IPv6 link-local packets w/o route. | Chris Kuiper |
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-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 |