summaryrefslogtreecommitdiffhomepage
path: root/pkg/syserr
AgeCommit message (Expand)Author
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
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-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-11Let sentry understand tcpip.ErrMalformedHeaderKevin Krakauer
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-09[netstack] Make tcpip.Error savable.Ayush Ranjan
2020-07-15Add support for SO_ERROR to packet sockets.Bhasker Hariharan
2020-01-27Standardize on tools directory.Adin Scannell
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
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-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-20Implement Broadcast supportAmanda Tait
2019-01-31Remove license commentsMichael Pratt
2019-01-03Allow creating syserr.Errors at runtime.Ian Gudger
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-08-14Reduce map lookups in syserrIan Gudger
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-05-22Clarify that syserr.New must only be called during initIan Gudger
2018-05-17Fix sendto for dual stack UDP socketsIan Gudger
2018-04-28Check in gVisor.Googler