aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_freebsd.go
AgeCommit message (Expand)Author
2021-12-09[release-branch.go1.16] syscall: avoid writing to p when Pipe(p) failsRuss Cox
2019-10-24syscall: make convertFromDirents11 checkptr safeCuong Manh Le
2019-08-05syscall: include complete prototype of system callsKeith Randall
2019-06-26syscall: fix nil pointer dereference in Getdirentries on 32-bit freebsd 12Tobias Klauser
2019-06-10syscall: fix freebsd 64-bit testKeith Randall
2019-06-10syscall: fix Getdirentries on 32-bit freebsd 12Keith Randall
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-10-24syscall: swap src, dest arguments in convertFromDirents11 for FreeBSDYuval Pavel Zholkover
2018-10-12syscall: correctly pad with NUL in FreeBSD convertFromDirents11Yuval Pavel Zholkover
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-02-22syscall: remove list of unimplemented syscallsTobias Klauser
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2017-11-28all: drop support for FreeBSD 9 or belowMikio Hara
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-03-21syscall, os: fix FreeBSD 9 buildBrad Fitzpatrick
2017-03-21syscall, os: use pipe2 syscall on FreeBSD instead of pipeBrad Fitzpatrick
2017-02-13syscall: delete the "use" function and calls in non-generated files.Sameer Ajmani
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
2014-09-08build: move package sources from src/pkg to srcRuss Cox