summaryrefslogtreecommitdiffhomepage
path: root/pkg/syserr/syserr.go
AgeCommit message (Expand)Author
2021-11-04[syserr] Move ConvertIntr function to linuxerr packageZach Koopmans
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-05-11[syserror] Refactor abi/linux.ErrnoZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-01-03Allow creating syserr.Errors at runtime.Ian Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-14Reduce map lookups in syserrIan Gudger
2018-05-22Clarify that syserr.New must only be called during initIan Gudger
2018-04-28Check in gVisor.Googler