summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_dragonfly.go
Commit message (Expand)AuthorAgeFilesLines
* syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser2021-02-251-0/+13
* syscall: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after A...Tobias Klauser2019-10-201-1/+19
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-0/+1
* Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe"Tobias Klauser2018-08-261-7/+3
* syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser2018-08-241-3/+7
* syscall: remove list of unimplemented syscallsTobias Klauser2018-02-221-205/+0
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-0/+1
* 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: stylistic cleanup and typo fixes in syscall_dragonfly.goMikio Hara2017-04-281-3/+3
* syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonflyMikio Hara2017-04-181-0/+19
* syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani2017-02-131-1/+0
* syscall: fix build on dragonflyMikio Hara2016-09-211-2/+2
* syscall: validate ParseDirent inputsDamien Neil2016-09-201-22/+13
* syscall: fix missing use of use function in GetfsstatMikio Hara2016-07-041-0/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor2015-03-261-2/+2
* all: remove dragonfly/386 portJoel Sing2015-03-141-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+408