Age | Commit message (Expand) | Author |
2021-07-12 | Fix deadlock in procfs | Fabricio Voznika |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-09 | Drop unnecessary checklocksignore. | Adin Scannell |
2021-07-08 | Replace kernel.ExitStatus with linux.WaitStatus. | Jamie Liu |
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 | CreateProcessGroup has to check whether a target process stil exists or not | Andrei Vagin |
2021-06-23 | Fix PR_SET_PTRACER applicability to non-leader threads. | Jamie Liu |
2021-06-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-06-17 | Move tcpip.Clock impl to Timekeeper | Tamir Duberstein |
2021-06-16 | [syserror] Refactor linuxerr and error package. | Zach Koopmans |
2021-06-14 | Cleanup iptables bug TODOs | Kevin Krakauer |
2021-06-13 | Remove usermem dependency from marshal | Ian Lewis |
2021-06-10 | Report task exit in /proc/[pid]/{stat,status} before task goroutine exit. | Jamie Liu |
2021-06-10 | [op] Move SignalInfo to abi/linux package. | Ayush Ranjan |
2021-06-10 | Merge pull request #6103 from sudo-sturbia:semaphore-err | gVisor bot |
2021-06-10 | [op] Move SignalStack to abi/linux package. | Ayush Ranjan |
2021-06-09 | [op] Move SignalAct to abi/linux package. | Ayush Ranjan |
2021-06-09 | Change TODO bug to a more specific issue | Kevin Krakauer |
2021-06-07 | cgroupfs: don't add a task in the root cgroup if it is already there. | Andrei Vagin |
2021-06-03 | Implement stringer for ExitStatus | Tamir Duberstein |
2021-06-01 | Move sync generics to their own packages | Tamir Duberstein |
2021-05-31 | Update comments on ambient caps to point to bug | Ian Lewis |
2021-05-31 | Use syserror.ENOSPC for system-wide semaphore limits. | Zyad A. Ali |
2021-05-27 | nanosleep has to store the finish time in the restart block | Andrei Vagin |
2021-05-25 | Initialize Kernel.Timekeeper before network NS | Tamir Duberstein |
2021-05-25 | Use specific fmt verbs (avoid %v) | Tamir Duberstein |
2021-05-25 | Merge pull request #6064 from sudo-sturbia:misspelling | gVisor bot |
2021-05-25 | Use opaque types to represent time | Tamir Duberstein |
2021-05-24 | Fix misspellings. | Zyad A. Ali |
2021-05-20 | Send SIGPIPE for closed pipes. | Ian Lewis |
2021-05-20 | Merge pull request #6037 from sudo-sturbia:doc | gVisor bot |
2021-05-20 | Fix cgroupfs mount racing with unmount. | Rahat Mahmood |
2021-05-20 | Format precondition to match style guide. | Zyad A. Ali |
2021-05-14 | Resolve remaining O_PATH TODOs. | Dean Deng |
2021-05-14 | Fix cgroup hierarchy registration. | Rahat Mahmood |
2021-04-26 | Remove metrics: fallback, vsyscallCount and partialResult | Nayana Bidari |
2021-04-22 | Add weirdness sentry metric. | Nayana Bidari |
2021-04-12 | Don't grab TaskSet mu recursively when reading task state. | Rahat Mahmood |
2021-04-02 | Implement cgroupfs. | Rahat Mahmood |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-25 | Lock TaskSet mutex for writing in ptraceClone(). | Jamie Liu |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-23 | Move the code that manages floating-point state to a separate package | Andrei Vagin |
2021-03-03 | [op] Replace syscall package usage with golang.org/x/sys/unix in pkg/. | Ayush Ranjan |
2021-02-25 | Implement SEM_STAT_ANY cmd of semctl. | Jing Chen |
2021-02-24 | Add YAMA security module restrictions on ptrace(2). | Dean Deng |
2021-02-19 | Don't hold baseEndpoint.mu while calling EventUpdate(). | Nicolas Lacasse |