Age | Commit message (Expand) | Author |
2021-09-16 | Limit most file mmaps to the range of an int64. | Jamie Liu |
2021-09-10 | Typo fix. | Etienne Perot |
2021-08-27 | Fix lock order violations: mm.mappingMu > Task.mu. | Nicolas Lacasse |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-07-01 | [syserror] Update several syserror errors to linuxerr equivalents. | Zach Koopmans |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-24 | Internal change. | Jamie Liu |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-10 | Add /proc/sys/vm/max_map_count | Fabricio Voznika |
2021-06-09 | Change TODO to NOTE. | Nicolas Lacasse |
2021-05-25 | setgid directories for VFS1 tmpfs, overlayfs, and goferfs | Kevin Krakauer |
2021-05-18 | Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric | Nayana Bidari |
2021-05-14 | Add new metric for suspicious operations. | Nayana Bidari |
2021-05-14 | Don't read forwarding from netstack in sentry | Ghanan Gowripalan |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-25 | Use seqfile.SeqHandles correctly in VFS1 /proc/net/. | Jamie Liu |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-22 | Avoid calling sync on each write in writethrough mode. | Nicolas Lacasse |
2021-03-15 | Make netstack (//pkg/tcpip) buildable for 32 bit | Kevin Krakauer |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-02-17 | Check for directory emptiness in VFS1 overlay rmdir(). | Jamie Liu |
2021-02-11 | Assign controlling terminal when tty is opened and support NOCTTY | Kevin Krakauer |
2021-02-09 | Add support for setting SO_SNDBUF for unix domain sockets. | Bhasker Hariharan |
2021-02-09 | Collapse code that always returns error | Tamir Duberstein |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-26 | Implement error on pointers | Tamir Duberstein |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-04 | Require sync.RWMutex to lock and unlock from the same goroutine | Michael Pratt |
2020-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |
2020-11-19 | Require sync.Mutex to lock and unlock from the same goroutine | Michael Pratt |
2020-11-18 | Port filesystem metrics to VFS2. | Jamie Liu |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-12 | Fix misuses of kernel.Task as context.Context. | Jamie Liu |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |
2020-11-03 | Make pipe min/max sizes match linux. | Nicolas Lacasse |
2020-10-27 | Implement /proc/[pid]/mem | Lennart |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-13 | Don't read beyond EOF when inserting into sentry page cache. | Jamie Liu |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |