summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_unix.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: move Syscall declarations to OS filesMichael Pratt2022-04-211-5/+0
* all: gofmt main repoRuss Cox2022-04-111-0/+1
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* syscall: use bytealg.IndexByte in clenTobias Klauser2022-03-181-4/+3
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-0/+36
* net: pass around pointers to SockaddrInetNJosh Bleecher Snyder2021-11-041-4/+4
* net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder2021-11-041-0/+27
* net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder2021-11-041-0/+16
* syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder2021-11-041-0/+10
* syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder2021-11-041-0/+17
* syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder2021-11-031-4/+4
* runtime, syscall: add calls to asan functionsfanzha022021-11-021-0/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder2021-08-161-0/+27
* net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder2021-08-161-0/+16
* all: add internal/itoa packageJosh Bleecher Snyder2021-03-141-2/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills2020-05-011-9/+7
* syscall: treat ENFILE as a temporary errorLorenz Bauer2019-10-301-1/+1
* syscall: redirect writes to runtime.write in faketime modeAustin Clements2019-09-041-1/+8
* syscall: fix duplicate commentsmicnncim2019-08-301-1/+1
* syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam2019-08-221-0/+6
* all: remove os.ErrTimeoutDamien Neil2019-08-021-2/+0
* all: remove os.ErrTemporaryDamien Neil2019-08-011-2/+0
* syscall: remove unused {dragonfly,illumos,solaris}64Bit constantsTobias Klauser2019-05-051-5/+2
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-0/+1
* syscall: allow empty string argument to SetsockoptStringTobias Klauser2019-04-051-1/+5
* os: make errors.Is work with ErrPermission et al.Damien Neil2019-03-201-0/+17
* syscall: add AIX operating systemClément Chigot2018-10-101-1/+1
* net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor2018-05-011-1/+1
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-0/+10
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-031-0/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* internal/race: add packageDmitry Vyukov2015-11-261-9/+10
* runtime, syscall: add calls to msan functionsIan Lance Taylor2015-10-211-0/+6
* syscall: don't allocate when boxing common Errno values into errorsBrad Fitzpatrick2015-03-271-0/+24
* syscall: mark ECONNRESET, ECONNABORTED as temporary network errorsRuss Cox2014-09-181-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+299