summaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix/nonblocking.go
Commit message (Expand)AuthorAgeFilesLines
* internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solarisTobias Klauser2019-12-301-1/+1
* internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor2019-12-231-1/+5
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-1/+1
* internal/syscall: add AIX operating systemClément Chigot2018-10-031-1/+1
* internal/syscall/unix: don't use linkname to refer to syscall.fcntlTobias Klauser2018-08-241-10/+4
* os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis2018-04-111-0/+23