summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_netbsd.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: make //sys lines not doc commentsRuss Cox2022-05-191-0/+3
* syscall: move Syscall declarations to OS filesMichael Pratt2022-04-211-2/+6
* syscall: add race annotations to Pread and PwriteIan Lance Taylor2022-03-121-2/+2
* syscall: avoid writing to p when Pipe(p) failsRuss Cox2021-12-091-2/+4
* syscall: use dup3 in forkAndExecInChild on NetBSDTobias Klauser2021-10-271-0/+2
* syscall: add utimensat libc wrapper on darwinTobias Klauser2021-10-261-5/+0
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-1/+1
* syscall: remove/update outdated TODO commentsTobias Klauser2018-02-261-1/+1
* syscall: remove list of unimplemented syscallsTobias Klauser2018-02-221-269/+0
* net, internal/poll, net/internal/socktest: set SOCK_{CLOEXEC,NONBLOCK} atomic...Tobias Klauser2018-02-151-0/+19
* syscall, os: use pipe2 syscall on NetBSD instead of pipeTobias Klauser2018-02-141-3/+10
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-0/+1
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* syscall: use setattrlist for UtimesNano on Darwin for ns resolutionEvan Jones2017-11-011-0/+5
* syscall: make Exit call runtime.exitAlex Brainman2017-09-271-1/+0
* syscall: add missing int flag argument to utimensatYuval Pavel Zholkover2017-08-151-1/+1
* syscall: add utimensat and use it for UtimesNano on BSD and SolarisTobias Klauser2017-08-141-0/+1
* syscall: validate ParseDirent inputsDamien Neil2016-09-201-26/+10
* all: fix assembly vet issuesJosh Bleecher Snyder2016-08-251-1/+1
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+489