| Commit message (Expand) | Author | Age | Files | Lines |
* | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported | Tobias Klauser | 2023-03-16 | 1 | -2/+5 |
* | syscall: check if to is nil to prevent panic from Sendto | Andy Pan | 2022-09-26 | 1 | -4/+10 |
* | syscall: use unsafe.Slice instead of unsafeheader package | Tobias Klauser | 2022-09-09 | 1 | -6/+1 |
* | syscall: move Syscall declarations to OS files | Michael Pratt | 2022-04-21 | 1 | -5/+0 |
* | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -0/+1 |
* | all: use new "unix" build tag where appropriate | Ian Lance Taylor | 2022-03-29 | 1 | -1/+1 |
* | syscall: use bytealg.IndexByte in clen | Tobias Klauser | 2022-03-18 | 1 | -4/+3 |
* | syscall: add race annotations to Pread and Pwrite | Ian Lance Taylor | 2022-03-12 | 1 | -0/+36 |
* | net: pass around pointers to SockaddrInetN | Josh Bleecher Snyder | 2021-11-04 | 1 | -4/+4 |
* | net: remove the alloc from ReadMsgUDPAddrPort | Josh Bleecher Snyder | 2021-11-04 | 1 | -0/+27 |
* | net: remove the alloc from WriteMsgUDPAddrPort | Josh Bleecher Snyder | 2021-11-04 | 1 | -0/+16 |
* | syscall: unify unix Recvmsg epilogues | Josh Bleecher Snyder | 2021-11-04 | 1 | -0/+10 |
* | syscall: unify unix Sendmsg prologues | Josh Bleecher Snyder | 2021-11-04 | 1 | -0/+17 |
* | syscall: migrate new UDP send/recv API to internal/syscall/unix | Josh Bleecher Snyder | 2021-11-03 | 1 | -4/+4 |
* | runtime, syscall: add calls to asan functions | fanzha02 | 2021-11-02 | 1 | -0/+6 |
* | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 1 | -1/+0 |
* | net: reduce allocation size in ReadFromUDP | Josh Bleecher Snyder | 2021-08-16 | 1 | -0/+27 |
* | net: remove allocation from UDPConn.WriteTo | Josh Bleecher Snyder | 2021-08-16 | 1 | -0/+16 |
* | all: add internal/itoa package | Josh Bleecher Snyder | 2021-03-14 | 1 | -2/+3 |
* | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 1 | -0/+1 |
* | all: update references to symbols moved from os to io/fs | Russ Cox | 2020-10-20 | 1 | -1/+1 |
* | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -1/+1 |
* | internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ... | Bryan C. Mills | 2020-05-01 | 1 | -9/+7 |
* | syscall: treat ENFILE as a temporary error | Lorenz Bauer | 2019-10-30 | 1 | -1/+1 |
* | syscall: redirect writes to runtime.write in faketime mode | Austin Clements | 2019-09-04 | 1 | -1/+8 |
* | syscall: fix duplicate comments | micnncim | 2019-08-30 | 1 | -1/+1 |
* | syscall: document relationship among Errno, errors.Is and os.Err* | Jonathan Amsterdam | 2019-08-22 | 1 | -0/+6 |
* | all: remove os.ErrTimeout | Damien Neil | 2019-08-02 | 1 | -2/+0 |
* | all: remove os.ErrTemporary | Damien Neil | 2019-08-01 | 1 | -2/+0 |
* | syscall: remove unused {dragonfly,illumos,solaris}64Bit constants | Tobias Klauser | 2019-05-05 | 1 | -5/+2 |
* | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 1 | -0/+1 |
* | syscall: allow empty string argument to SetsockoptString | Tobias Klauser | 2019-04-05 | 1 | -1/+5 |
* | os: make errors.Is work with ErrPermission et al. | Damien Neil | 2019-03-20 | 1 | -0/+17 |
* | syscall: add AIX operating system | Clément Chigot | 2018-10-10 | 1 | -1/+1 |
* | net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept | Ian Lance Taylor | 2018-05-01 | 1 | -1/+1 |
* | syscall: support Getwd on all BSDs | Tobias Klauser | 2018-02-13 | 1 | -0/+10 |
* | syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris | Mikio Hara | 2016-10-03 | 1 | -0/+1 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
* | internal/race: add package | Dmitry Vyukov | 2015-11-26 | 1 | -9/+10 |
* | runtime, syscall: add calls to msan functions | Ian Lance Taylor | 2015-10-21 | 1 | -0/+6 |
* | syscall: don't allocate when boxing common Errno values into errors | Brad Fitzpatrick | 2015-03-27 | 1 | -0/+24 |
* | syscall: mark ECONNRESET, ECONNABORTED as temporary network errors | Russ Cox | 2014-09-18 | 1 | -1/+1 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+299 |