Age | Commit message (Expand) | Author |
2019-02-08 | CopyObjectOut should allocate a byte slice the size of the encoded object. | Nicolas Lacasse |
2019-02-07 | Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack. | Ian Gudger |
2019-02-07 | Implement /proc/net/unix. | Rahat Mahmood |
2019-02-07 | Make context.Background return a global background context. | Nicolas Lacasse |
2019-02-07 | Implement semctl(2) SETALL and GETALL | Fabricio Voznika |
2019-02-05 | Change /proc/PID/cmdline to read environment vector. | Zach Koopmans |
2019-02-01 | CachingInodeOperations was over-dirtying cached attributes | Fabricio Voznika |
2019-02-01 | Factor the subtargets method into a helper method with tests. | Nicolas Lacasse |
2019-01-31 | Move package sync to third_party | Michael Pratt |
2019-01-31 | Fix comment | Michael Pratt |
2019-01-31 | Invalidate COW mappings when file is truncated | Fabricio Voznika |
2019-01-31 | Remove license comments | Michael Pratt |
2019-01-30 | Add muldiv/rd_tsc support for arm64 platform. | Haibo Xu |
2019-01-28 | Convert TODO into FIXME. | Zhaozhong Ni |
2019-01-28 | Fix data race in InodeSimpleAttributes.Unstable. | Nicolas Lacasse |
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-14 | Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations. | Nicolas Lacasse |
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-07 | Add usermem support for arm64 platform. | Jamie Liu |
2019-01-07 | Implement /proc/[pid]/smaps. | Jamie Liu |
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 | 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-14 | Move fdnotifier package to reduce internal confusion. | Adin Scannell |