aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_bsd.go
AgeCommit message (Expand)Author
2019-10-18syscall: fix wrong unsafe.Pointer alignment in syscallCuong Manh Le
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-02-26syscall: remove/update outdated TODO commentsTobias Klauser
2017-11-01syscall: use setattrlist for UtimesNano on Darwin for ns resolutionEvan Jones
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-03-02all: single space after period.Brad Fitzpatrick
2015-02-08os, syscall: revert Yosemite readdir workaroundBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox