aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_dragonfly.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2019-10-20syscall: don't use 32-bit aligned access for cmsgAlignOf on dragonfly after A...Tobias Klauser
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-08-26Revert "syscall, os: use pipe2 syscall on DragonflyBSD instead of pipe"Tobias Klauser
2018-08-24syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
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
2017-04-28syscall: stylistic cleanup and typo fixes in syscall_dragonfly.goMikio Hara
2017-04-18syscall: add Accept4 and SOCK_{CLOEXEC,NONBLOCK} on dragonflyMikio Hara
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
2016-09-21syscall: fix build on dragonflyMikio Hara
2016-09-20syscall: validate ParseDirent inputsDamien Neil
2016-07-04syscall: fix missing use of use function in GetfsstatMikio Hara
2016-03-02all: single space after period.Brad Fitzpatrick
2015-03-26syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscallIan Lance Taylor
2015-03-14all: remove dragonfly/386 portJoel Sing
2014-09-08build: move package sources from src/pkg to srcRuss Cox