aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_unix.go
AgeCommit message (Expand)Author
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