Age | Commit message (Expand) | Author |
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 |
2021-02-11 | Assign controlling terminal when tty is opened and support NOCTTY | Kevin Krakauer |
2021-02-09 | kernel: reparentLocked has to update children maps of old and new parents | Andrei Vagin |
2021-02-09 | pipe: writeLocked has to return ErrWouldBlock if the pipe is full | Andrei Vagin |
2021-02-02 | Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom. | Jamie Liu |
2021-01-26 | Implement error on pointers | Tamir Duberstein |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-31 | Add missing error checks for FileDescription.Init. | Dean Deng |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-14 | Do not check for reference leaks after saving. | Dean Deng |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
2020-12-03 | Implement command IPC_INFO for semctl. | Jing Chen |
2020-12-03 | Implement `fcntl` options `F_GETSIG` and `F_SETSIG`. | Etienne Perot |
2020-12-02 | Do not unconditionally allocate in kernel.FDTable.setAll(). | Jamie Liu |
2020-12-02 | Add /proc/sys/kernel/sem. | Jing Chen |
2020-11-18 | Add a few syslog messages. | Etienne Perot |
2020-11-16 | Reset watchdog timer between sendfile() iterations. | Jamie Liu |
2020-11-13 | Log task goroutine IDs in the sentry watchdog. | Jamie Liu |
2020-11-13 | Check for misuse of kernel.Task as context.Context. | Jamie Liu |
2020-11-12 | Fix misuses of kernel.Task as context.Context. | Jamie Liu |
2020-11-12 | Rename kernel.TaskContext to kernel.TaskImage. | Jamie Liu |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-06 | Implement command GETNCNT for semctl. | Jing Chen |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |
2020-11-03 | Make pipe min/max sizes match linux. | Nicolas Lacasse |
2020-11-02 | Implement command GETZCNT for semctl. | Jing Chen |
2020-10-30 | Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext(). | Jamie Liu |