aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_unix.go
AgeCommit message (Expand)Author
2026-01-22syscall: document Sendfile semanticsBill Morgan
2026-01-22syscall: return early on error in RecvmsgTobias Klauser
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-08-15syscall: permit nil destination address in sendmsgN{Inet4,Inet6}database64128
2024-03-19internal/asan: match runtime.asan{read,write} len parameter typeTobias Klauser
2024-03-17syscall: use internal/asan and internal/msanMauri de Souza Meneguzzo
2024-02-26syscall: add available godoc linkcui fliter
2023-03-16syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser
2022-09-26syscall: check if to is nil to prevent panic from SendtoAndy Pan
2022-09-09syscall: use unsafe.Slice instead of unsafeheader packageTobias Klauser
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-04-11all: gofmt main repoRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-18syscall: use bytealg.IndexByte in clenTobias Klauser
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2021-11-04net: pass around pointers to SockaddrInetNJosh Bleecher Snyder
2021-11-04net: remove the alloc from ReadMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04net: remove the alloc from WriteMsgUDPAddrPortJosh Bleecher Snyder
2021-11-04syscall: unify unix Recvmsg epiloguesJosh Bleecher Snyder
2021-11-04syscall: unify unix Sendmsg prologuesJosh Bleecher Snyder
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-11-02runtime, syscall: add calls to asan functionsfanzha02
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-03-14all: add internal/itoa packageJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-05-01internal/unsafeheader: consolidate stringHeader and sliceHeader declarations ...Bryan C. Mills
2019-10-30syscall: treat ENFILE as a temporary errorLorenz Bauer
2019-09-04syscall: redirect writes to runtime.write in faketime modeAustin Clements
2019-08-30syscall: fix duplicate commentsmicnncim
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-05-05syscall: remove unused {dragonfly,illumos,solaris}64Bit constantsTobias Klauser
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-05syscall: allow empty string argument to SetsockoptStringTobias Klauser
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2018-10-10syscall: add AIX operating systemClément Chigot
2018-05-01net, syscall: make ECONNRESET/ECONNABORTED only temporary for AcceptIan Lance Taylor
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2016-10-03syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-26internal/race: add packageDmitry Vyukov
2015-10-21runtime, syscall: add calls to msan functionsIan Lance Taylor
2015-03-27syscall: don't allocate when boxing common Errno values into errorsBrad Fitzpatrick
2014-09-18syscall: mark ECONNRESET, ECONNABORTED as temporary network errorsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox