aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_openbsd.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-01-26runtime,syscall: convert syscall on openbsd/amd64 to libcJoel Sing
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-02-27os, syscall: use pipe2 instead of pipe syscall on OpenBSDTobias Klauser
2018-02-26syscall: remove/update outdated TODO commentsTobias Klauser
2018-02-26net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept...Tobias Klauser
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-11-01syscall: use setattrlist for UtimesNano on Darwin for ns resolutionEvan Jones
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-08-15syscall: add missing int flag argument to utimensatYuval Pavel Zholkover
2017-08-14syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox