summaryrefslogtreecommitdiff
path: root/src/net/sys_cloexec.go
Commit message (Expand)AuthorAgeFilesLines
* internal/poll, net, syscall: use accept4 on solarisTobias Klauser2022-05-031-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* internal/poll, net: fix comments regarding accept and sysSocketTobias Klauser2021-04-201-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* internal/poll, net, syscall: use accept4 on illumosTobias Klauser2020-10-161-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* net: add AIX operating systemClément Chigot2018-10-101-1/+1
* net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept...Tobias Klauser2018-02-261-1/+1
* net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic...Tobias Klauser2018-02-151-1/+1
* net, internal/poll, net/internal/socktest: use accept4 and SOCK_{CLOEXEC,NONB...Mikio Hara2017-04-181-1/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-23/+2
* net: fix inconsistent errorsMikio Hara2015-05-051-5/+8
* net: add socket system call hooks for testingMikio Hara2015-03-311-4/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+54