Age | Commit message (Expand) | Author |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
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-22 | [syserror] Add conversions to linuxerr with temporary Equals method. | Zach Koopmans |
2021-04-27 | Remove uses of the binary package from networking code. | Rahat Mahmood |
2021-04-22 | Fix AF_UNIX listen() w/ zero backlog. | Bhasker Hariharan |
2021-04-09 | Move maxListenBacklog check to sentry | Mithun Iyer |
2021-04-05 | Fix listen backlog handling to be in parity with Linux | Mithun Iyer |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-02-22 | unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOV | Andrei Vagin |
2021-02-08 | [go-marshal] Remove binary package reference from syscalls package. | Ayush Ranjan |
2021-01-05 | Fix panic when parsing SO_TIMESTAMP cmsg | Kevin Krakauer |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-10-14 | Fix SCM Rights reference leaks. | Dean Deng |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-01 | Fix panic when calling dup2(). | Nayana Bidari |
2020-08-18 | Move ERESTART* error definitions to syserror package. | Dean Deng |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-04-24 | Port SCM Rights to VFS2. | Dean Deng |
2020-04-14 | Fix cleanup around socketpair() failure to copy out FDs. | Jamie Liu |
2020-04-13 | Port socket-related syscalls to VFS2. | Dean Deng |