aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix
AgeCommit message (Expand)Author
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2022-12-07os/user: fix buffer retry loop on macOSRuss Cox
2022-11-11internal/syscall/unix: use runtime.gostring for GostringIan Lance Taylor
2022-11-11os/user: use libc (not cgo) on macOSRuss Cox
2022-11-10os/signal/internal/pty: use libc (not cgo) on macOSRuss Cox
2022-11-08net: unify CNAME handling across portsRuss Cox
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-10-07internal/poll, internal/syscall/unix, syscall: move writev definition for sol...Tobias Klauser
2022-09-19internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsdTobias Klauser
2022-09-15internal/syscall/unix: remove superfluous var declarations in {Unlink,Open}atTobias Klauser
2022-09-07os/exec: LookPath: use eaccess for exec check on linuxKir Kolyshkin
2022-09-06internal/poll, internal/syscall/unix, net: enable writev on solarisTobias Klauser
2022-09-05internal/syscall/unix: KernelVersion nitpicksKir Kolyshkin
2022-09-05internal/syscall/unix: simplify KernelVersionKir Kolyshkin
2022-09-03internal/syscall/unix: consolidate kernelVersion implementationsKir Kolyshkin
2022-08-31internal/poll, internal/syscall/unix, net, runtime: convert openbsd (except m...Tobias Klauser
2022-05-26syscall: update linux/loong64 kernel ABI, emulate fstatat with statxWANG Xuerui
2022-05-17internal/syscall/unix: loong64 use generic syscallXiaodong Liu
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-08os, internal/syscall/unix: consolidate Pipe implementationsTobias Klauser
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-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-20crypto/rand, internal/syscall/unix: don't use getentropy on iOSTobias Klauser
2021-08-16internal/syscall/unix: change Ioctl arg type to unsafe.Pointer on AIXMatt Layher
2021-05-03internal/syscall/unix: use internal/abi.FuncPC for syscall wrapperCherry Zhang
2021-03-17crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwinTobias Klauser
2021-03-11crypto/rand, internal/syscall/unix: add support for getrandom syscall on solarisTobias Klauser
2021-03-11internal/syscall/unix: unify GetRandom implementationTobias Klauser
2021-03-10crypto/rand: supports for getrandom syscall in DragonFlyBSDDavid Carlier
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-09-16os, internal/syscall/unix: use pipe2 instead of pipe on illumosTobias Klauser
2020-09-15internal/poll, internal/syscall/unix, net: enable writev on illumosTobias Klauser
2020-04-28os, internal/poll, internal/syscall/unix: use copy_file_range on LinuxAndrei Tudor Călin
2019-12-30internal/syscall/unix: use libc based fcntl for IsNonblock on aix and solarisTobias Klauser
2019-12-23internal/syscall/unix: use fcntl64 on 32-bit GNU/Linux systemsIan Lance Taylor
2019-11-01internal/syscall/unix: add support for linux/riscv64Tobias Klauser
2019-10-14internal/syscall/unix: remove unused *Trap constsTobias Klauser
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-08internal/syscall/unix: use libc calls on DarwinKeith Randall
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-11-02os: add support for long path names on aix RemoveAllTobias Klauser
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-31os: add support for long path names on solaris RemoveAllTobias Klauser
2018-10-31os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-30Revert "os: add support for long path names on unix RemoveAll"Katie Hockman