aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_openbsd.go
AgeCommit message (Expand)Author
2023-11-02syscall: call getfsstat via libc on openbsdJoel Sing
2023-09-12all: calculate the median uniformlyJes Cok
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2022-09-09internal/poll, syscall: convert writev to direct libc call on openbsd (except...Tobias Klauser
2022-05-19syscall: make //sys lines not doc commentsRuss Cox
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-03-05syscall: use dup3 in forkAndExecInChild on OpenBSDTobias Klauser
2021-12-09syscall: avoid writing to p when Pipe(p) failsRuss Cox
2021-10-26syscall: add utimensat libc wrapper on darwinTobias Klauser
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